summaryrefslogtreecommitdiff
path: root/onionshare_gui/__init__.py
AgeCommit message (Expand)Author
2019-04-20Unlocalize CLI stringsMiguel Jacq
2019-04-18Rename debug to verbose in all relevant placesMicah Lee
2018-10-01Load default settings before parsing for any alternate config. Reload strings...Miguel Jacq
2018-09-30Remove the useless gui=True arg getting passed intro strings._ all over the p...Micah Lee
2018-09-30Set OnionShare language based on the locale stored in settings, and prompt us...Micah Lee
2018-09-20Smoothly quit when Ctrl-C is pressedMicah Lee
2018-05-07Move all stylesheets definitions into Common, so now we no longer have blocks...Micah Lee
2018-05-04Remove --shutdown-timeout as an option for onionshare_gui, since GUI options ...Micah Lee
2018-05-04Fix stay_open regression bug. Before, it was closing automatically even when ...Micah Lee
2018-04-26Instead of creating a Web object and passing it into OnionShareGui, now each ...Micah Lee
2018-04-25Allow changing downloads_dir from SettingsDialogMicah Lee
2018-04-24Update GPL copyright yearMicah Lee
2018-04-22Fix a few bugs that I missed when merging in developMicah Lee
2018-04-22Merge branch 'develop' into receiver-modeMicah Lee
2018-03-14Fix bug with validating filenames from args in GUIMicah Lee
2018-03-13Move settings into the Common object, so the settings are available to all ob...Micah Lee
2018-03-08Completely refactor common to make a Common class, and pass that class down i...Micah Lee
2018-03-07#662 Allow local-only mode in GUIMiguel Jacq
2018-03-06Refactor OnionShareGui to use new Web classMicah Lee
2018-03-05Refactor web.py to move all the web logic into the Web class, and refactor on...Micah Lee
2018-03-05Web needs to know about receive mode, not the OnionShare objectMicah Lee
2018-03-05Add command line flag for receive modeMicah Lee
2018-02-05Second attempt at patches for an OpenBSD port, this time based off of 1.2attila
2018-01-024096 byte dir check is not consistent across platforms, remove it for nowMiguel Jacq
2018-01-02Check the file is a valid file or dir (not just that it exists)Miguel Jacq
2017-11-12Format the argparser output better, to deal with the longer argument namesMiguel Jacq
2017-11-11better metavar for --shutdown-timeout argMiguel Jacq
2017-11-09No longer treating shutdown_timeout as a float, but an int of secondsMiguel Jacq
2017-11-08Implements a shutdown timer to stop a share automatically (downloaded or not)...Miguel Jacq
2017-06-01Make it possible to supply a custom json settings file from somewhere elseMiguel Jacq
2017-05-18#345 - validate the readability of files before adding themMiguel Jacq
2017-05-16Add log() method to onionshare.common, which logs to stdout if in debug modeMicah Lee
2017-05-16Renamed onionshare.helpers module to onionshare.commonMicah Lee
2017-05-16Pass debug into the Onion and OnionShareGUI objectsMicah Lee
2017-05-14Move owernship of the TorConnetionDialog objection from __init__.py into the ...Micah Lee
2017-05-14Fixed various issues introduced by creating an singleton Onion object and pas...Micah Lee
2017-04-17Made clicking Exit in the TorConnectionDialog exit the appMicah Lee
2017-04-17Began making a TorConnectionDialog, which handles connecting to the Tor networkMicah Lee
2017-04-17Capitalize commentsMicah Lee
2017-04-17Move OnionShareGui into its own file, so __init__ is just GUI logicMicah Lee
2017-04-17Removed transparent_torification from the full app, and refactored OnionShare...Micah Lee
2017-04-17Made automatic check for update in a separate thread workMicah Lee
2017-04-15Added UpdateThread to update_checker module, which checks for updates in a se...Micah Lee
2017-04-14Added onionshare logo as settings window iconMicah Lee
2017-04-14Connecting to Tor now times out of 10 secondsMicah Lee
2017-04-13Add Tor connection status to the main window status barMicah Lee
2017-04-13In the settings dialog, show Tor connection status when the connection type i...Micah Lee
2017-04-08Make onionshare respect settings that come from the Settings object, instead ...Micah Lee
2017-04-08Remove options from the main windowMicah Lee
2017-02-22Catch Tor protocol error exceptions when starting an onion service (#344)Micah Lee