aboutsummaryrefslogtreecommitdiff
path: root/onionshare_gui/__init__.py
AgeCommit message (Expand)Author
2020-08-27Update Copyright to 2020 everywhere, and assign to Micah Lee, et al. instead ...Micah Lee
2020-08-20Delete lock file if it's staleMicah Lee
2020-04-06Delete the lock file on Ctrl-CMicah Lee
2020-04-06Remove psutil dependency, and start using a lock file insteadMicah Lee
2020-04-06In dev mode, when checking for existing onionshare, check for processes that ...Micah Lee
2019-11-28Open share tab if filenames are passed; and when detecting existing onionshar...Micah Lee
2019-11-28If there is an existing onionshare-gui process, open a new tab and quitMicah Lee
2019-11-28Support handling events by monitoring an events folder for changesMicah Lee
2019-11-02Remove custom config from GUI CLI args, because GUI users can configure Onion...Micah Lee
2019-10-20Move more logic into GuiCommon and out of MainWindowMicah Lee
2019-10-20Move Onion and OnionShare app objects into the main windowMicah Lee
2019-10-20Make a new onionshare_gui.GuiCommon object, and move css from onionshare.Comm...Micah Lee
2019-10-20Rename OnionShareGui to MainWindowMicah Lee
2019-10-20Detect if another onionshare-gui process is runningMicah Lee
2019-10-20Replace .format with python 3.6 f-strings in onionshare_gui moduleMicah Lee
2019-10-12Format all code using blackMicah Lee
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