onionshare/cli/onionshare_cli/web
2021-05-11 08:39:44 +10:00
..
__init__.py Update copyright year to 2021 2021-02-22 13:35:14 -08:00
chat_mode.py Disable OPTIONS on the update-session-username route on Chat mode 2021-05-11 08:39:44 +10:00
receive_mode.py 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
send_base_mode.py 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
share_mode.py 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.py Fix HTTP return code for custom 500 internal server error handler 2021-05-10 15:57:23 +10:00
website_mode.py Website mode doesn't need to support POST as a method 2021-05-11 08:14:49 +10:00