onionshare/cli/onionshare_cli
2021-05-11 08:41:17 +10:00
..
resources Merge branch 'develop' into fix_405_error_and_other_methods 2021-05-11 08:15:35 +10:00
web Adds attribute self.mode_supports_file_requests in Web class. Don't send REQUEST_INDIVIDUAL_FILE_STARTED to the frontend if the mode doesn't support this, so that we don't trigger a chain reaction of toggling history widgets and the like. Set this attribute to True by default since most modes use it, but turn it off for Chat mode. Prevents an exception when sending a bad HTTP method or a 404 to a chat room 2021-05-11 08:41:17 +10:00
__init__.py Move the cleanup() function from Onionshare class to Web class, so that the list of files to be cleaned up is always available (needed for website temp files) 2021-05-04 16:21:42 +10:00
common.py Fix log colors so it isn't black on black in macOS 2021-05-02 15:49:43 -07:00
mode_settings.py Fix flake8 issues found in cli 2021-04-29 17:13:05 -07:00
onion.py Fix flake8 issues found in cli 2021-04-29 17:13:05 -07:00
onionshare.py Move the cleanup() function from Onionshare class to Web class, so that the list of files to be cleaned up is always available (needed for website temp files) 2021-05-04 16:21:42 +10:00
settings.py Fix flake8 issues found in cli 2021-04-29 17:13:05 -07:00