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-03-16 02:46:05 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
onionshare
/
onionshare_gui
History
Micah Lee
dc2ccbf5f8
Fix bug when stopping server
2018-02-07 09:48:34 -08:00
..
__init__.py
4096 byte dir check is not consistent across platforms, remove it for now
2018-01-02 09:46:00 +11:00
alert.py
Added debug logging to OnionShareGui, SettingsDialog, TorConnectionDialog, and Alert objects
2017-05-16 11:31:52 -07:00
downloads.py
Update color and style of progress bars
2018-02-06 17:10:42 -08:00
file_selection.py
Fix bug when stopping server
2018-02-07 09:48:34 -08:00
onionshare_gui.py
Call update_primary_action when server is stopped. Because it runs adjustSize(), it will shrink the window back down to a sane size once the URL label widgets get hidden, instead of growing the FileList widget to fill up the space
2018-02-07 16:00:48 +11:00
server_status.py
Refactor what happens to FileList when the server starts or stops, and also prevent selections when the server starts
2018-02-07 09:16:55 -08:00
settings_dialog.py
Move version label into settings dialog
2018-02-06 19:05:02 -08:00
tor_connection_dialog.py
Don't start the check_for_requests timer until after connected to Tor, and remove OnionShareGui.tor_con and TorConnectionDialog.t as class variables, making them local variables instead
2018-01-13 22:42:27 -08:00
update_checker.py
reinstate the emitted signals for invalid version/error checking for updates
2018-01-23 16:51:13 +11:00