This website requires JavaScript.
Explore
Help
Sign In
Git-Mirrors
/
onionshare
Watch
1
Star
0
Fork
0
You've already forked onionshare
mirror of
https://github.com/onionshare/onionshare.git
synced
2025-01-26 06:25:58 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
onionshare
/
cli
/
onionshare_cli
/
web
History
Micah Lee
c682b7ec01
Merge branch 'fix_405_error_and_other_methods' of
https://github.com/mig5/onionshare
into mig5-fix_405_error_and_other_methods
2021-05-25 16:27:26 -07:00
..
__init__.py
Update copyright year to 2021
2021-02-22 13:35:14 -08:00
chat_mode.py
Merge branch 'fix_405_error_and_other_methods' of
https://github.com/mig5/onionshare
into mig5-fix_405_error_and_other_methods
2021-05-25 16:27:26 -07:00
receive_mode.py
Move the 'supports_file_requests' attribute into the actual modes rather than the Web class
2021-05-11 09:25:22 +10:00
send_base_mode.py
Move the 'supports_file_requests' attribute into the actual modes rather than the Web class
2021-05-11 09:25:22 +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
Move the 'supports_file_requests' attribute into the actual modes rather than the Web class
2021-05-11 09:25:22 +10:00
website_mode.py
Website mode doesn't need to support POST as a method
2021-05-11 08:14:49 +10:00