summaryrefslogtreecommitdiff
path: root/onionshare/__init__.py
AgeCommit message (Expand)Author
2018-06-17Update OnionShare copyright year to 2018Micah Lee
2018-01-18load Settings in onionshare/__init__.py before we initiate the web thread, si...Miguel Jacq
2018-01-18load the Settings in onionshare/__init__.py later, so that when saving slug, ...Miguel Jacq
2018-01-14Merge branch 'check_is_valid_file' of https://github.com/mig5/onionshare into...Micah Lee
2018-01-15Save the slug when using a persistent private keyMiguel Jacq
2018-01-14Catch the OSError in CLI mode when a file/folder can't be zipped up, and erro...Miguel Jacq
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-12-05Let the timer stop the share if there were no downloads, or all downloads are...Miguel Jacq
2017-12-04Better fix for preventing timeout firing if a download is not yet done (works...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-09remove shutdown_timeout logic in the web server, it's not actually neededMiguel 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 debug logging to Onion, OnionShare, and Settings objectsMicah Lee
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-14Fixed various issues introduced by creating an singleton Onion object and pas...Micah Lee
2017-04-17Move OnionShare object into its own file, so __init__ is just CLI logicMicah Lee
2017-04-17Make it so ctrl-c actually quits the CLI versionMicah Lee
2017-04-17Added helper function get_available_port(), and use it to avoid code duplicat...Micah Lee
2017-04-17Removed transparent_torification from the full app, and refactored OnionShare...Micah 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-08Started to implement Bundled Tor connection settingsMicah Lee
2017-02-22Catch Tor protocol error exceptions when starting an onion service (#344)Micah Lee
2017-02-22Rip out support for non-ephemeral onion servicesMicah Lee
2017-02-22Properly handle KeyboardInterrupt exception in CLI in macOSMicah Lee
2017-01-07Add new AuthenticationFailure exception, and make the Onion/stem code catch m...Micah Lee
2017-01-06Moved onionshare and onionshare_gui logic directly into __init__.py filesMicah Lee
2017-01-06Change GPL copyright from 2016 to 2017Micah Lee
2016-02-15Update copyright year to 2016Micah Lee
2016-02-12Porting onionshare from python2 to python3 (#261). This commit only ports the...Micah Lee
2015-09-07Updated copyright year to 2015Micah Lee
2014-09-02add utf-8 encoding to all .py filesMicah Lee
2014-09-02added GPLv3 license to each source fileMicah Lee
2014-05-24packaging onionshare more proper-likeMicah Lee