aboutsummaryrefslogtreecommitdiff
path: root/cli/onionshare_cli/web/send_base_mode.py
AgeCommit message (Expand)Author
2023-05-30Removed some deprecation warnings spotted in pytest output. Harden waitressMiguel Jacq
2022-02-13Remove cleanup_tempfiles altogether because they are not being usedMicah Lee
2022-02-09Use a TemporaryDirectory instead of NamedTemporaryFile to avoid opening an al...Micah Lee
2022-01-16Update copyright year to 2022Micah Lee
2021-12-02Add temp file to cleanup list just once when its first createdMicah Lee
2021-12-01Explicitly cleanup temp files and dirsMicah Lee
2021-11-18Use a NamedTemporaryFile instead of TemporaryFile for streamed gzip filesMicah Lee
2021-11-18Use high level tempfile classes that clean up after themselvesMicah Lee
2021-05-31Merge branch 'develop' into add_security_headerswhew
2021-05-13Update send_base_mode.pywhew
2021-05-11Move the 'supports_file_requests' attribute into the actual modes rather than...Miguel Jacq
2021-05-10Register the 405 error handler properly. Enforce the appropriate methods for ...Miguel Jacq
2021-05-04When building the self.files, use forward slashes instead of backslashes in W...Micah Lee
2021-04-29Fix flake8 issues found in cliMicah Lee
2021-03-10chore: refactor code quality issuesAksh Gupta
2021-02-22Update copyright year to 2021Micah Lee
2021-01-31use utf8 name too for file downloadingKcchouette
2021-01-31Update send_base_mode.pyKcchouette
2020-11-23Allow directory listing work with or without trailing slash (removing trailin...Micah Lee
2020-10-12Add onionshare CLI to cli folder, move GUI to desktop folder, and start refac...Micah Lee