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-02-14 05:31:25 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
onionshare
/
cli
/
onionshare_cli
History
Miguel Jacq
e409141362
Website mode doesn't need to support POST as a method
2021-05-11 08:14:49 +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
Website mode doesn't need to support POST as a method
2021-05-11 08:14:49 +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