onionshare/cli/onionshare_cli
2021-05-10 11:23:44 +10:00
..
resources Register the 405 error handler properly. Enforce the appropriate methods for each route (GET or POST only, with OPTIONS disabled). Add tests for invalid methods. Add a friendlier 500 internal server error handler 2021-05-10 11:23:44 +10:00
web Register the 405 error handler properly. Enforce the appropriate methods for each route (GET or POST only, with OPTIONS disabled). Add tests for invalid methods. Add a friendlier 500 internal server error handler 2021-05-10 11:23:44 +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