aboutsummaryrefslogtreecommitdiff
path: root/onionshare_gui
AgeCommit message (Expand)Author
2020-05-02Merge branch 'develop' into chatSaptak S
2020-04-06Open files in linux with xdg-open instead of nautilusMicah 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
2020-04-06Fix linux tor paths, make event handler properly quit threadMicah Lee
2020-04-06Typos in EventHandlerThreadMicah Lee
2020-04-06Remove watchdog, replace with a simple background threadMicah Lee
2020-04-06Fix logic that checks if auto-start timer setting is enabled, so that it chec...Miguel Jacq
2020-03-22Clean up watchdog thread when quitting, which avoids segfaultsMicah Lee
2020-03-09Create GUI for onionshare chat mode with the tab workflowSaptak S
2019-12-14Made URL selectable by mouse and keyboard, commented out self.copy_url() to p...codyroberts
2019-12-08Refactor Onion to store all state for auto-start timer directly in the mode s...Micah Lee
2019-12-08After you start a server in a tab, you can't change legacy/client auth settin...Micah Lee
2019-12-08Move private_key, hidservauth_string, and password from "persistent" mode set...Micah Lee
2019-12-08Pass the correct args to UpdateCheckerMicah Lee
2019-11-29Ensure we always set the service id, so we can stop the right one (particular...Miguel Jacq
2019-11-29Fix the autostop sharing - a mere history item count of > 0 should not be int...Miguel Jacq
2019-11-29Fix up autostart (scheduled shares)Miguel Jacq
2019-11-28Make cleaning up the onion more reliably kill the tor subprocess, and make ii...Micah Lee
2019-11-28Fix typos in commentsMicah Lee
2019-11-28When settings change, only start the timer if a mode has been selectedMicah Lee
2019-11-28Only reload settings if a mode has been selectedMicah Lee
2019-11-28Stop using set_server_active, because all it was used for was to hide the but...Micah Lee
2019-11-28Cleanup tabs on cleanupMicah Lee
2019-11-28When Tor settings change, make sure the tabs knowMicah Lee
2019-11-28When re-ordering tabs, save the correct order in settings so they open in the...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-10Start refactoring Onion to allow for managing a separate onion service for ea...Micah Lee
2019-11-08Fix bug when handling a broken tor connectionMicah Lee
2019-11-08Fix bug with canceling scheduled shareMicah Lee
2019-11-08Add test_autostart_and_autostop_timer_mismatch, and make it passMicah Lee
2019-11-08Take public mode checkbox outside advanced settings so it's always shownMicah Lee
2019-11-08Test closing windowMicah Lee
2019-11-07Start writing tab tests, and figure out how to test the modal dialogsMicah Lee
2019-11-03Start writing tabs testsMicah Lee
2019-11-02Make it so passing in --persistent [filename] in the CLI, with no other args,...Micah Lee
2019-11-02When disabling persistence, or closing a persistent tab, delete the mode sett...Micah Lee
2019-11-02Make it so when you open the GUI, all of the persistent tabs automatically op...Micah Lee
2019-11-02Starting to make persistent tabs persistentMicah Lee
2019-11-02Change size of persistent image to 20x20Micah Lee
2019-11-02Move autostart and autostop timer widgets into the mode settings widgetMicah Lee
2019-11-02Move mode settings widget into the primary action layout, and tweak window sizeMicah Lee
2019-11-02Show and hide autostart/autostop timer widgets when the mode settings are tog...Micah Lee
2019-11-02Refactor ServerStatus to use mode settingsMicah Lee
2019-11-02Remove all mode settings from settings dialogMicah Lee
2019-11-02Stop worrying about common.gui.config in settings and update checkMicah Lee
2019-11-02Fix CLI tests, and also fix bug related to autostop_sharing that the tests foundMicah Lee