This website requires JavaScript.
Explore
Help
Sign in
Git-Mirrors
/
onionshare
Watch
1
Star
0
Fork
You've already forked onionshare
0
mirror of
https://github.com/onionshare/onionshare.git
synced
2025-08-06 05:14:13 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
2ebc22c5af
onionshare
/
onionshare
/
web
History
Download ZIP
Download TAR.GZ
Miguel Jacq
31c360b44d
Add a Startup Timer feature (scheduled start / dead man's switch)
2019-03-05 10:28:27 +11:00
..
__init__.py
Split the web module into different files for receive mode and share mode logic
2018-09-20 23:43:04 -07:00
receive_mode.py
Fix minor bugs: When making the ajax POST request, strip the trailing slash from window.location.pathname so the URL works in public mode; and add a newline before printing message when receiving file
2019-02-18 10:57:20 -08:00
share_mode.py
- Refactor the Web.ShareMode client_cancel variable to be Web.stop_q, a thread-safe queue that communicates to both share and receive mode when the user stops the server. In share mode this still stops sending the file. In receive mode, if there's a transfer in progress, it cancels it in the middle, and doesn't end up saving that file
2019-01-20 15:25:36 -08:00
web.py
Add a Startup Timer feature (scheduled start / dead man's switch)
2019-03-05 10:28:27 +11:00