aboutsummaryrefslogtreecommitdiff
path: root/onionshare_gui/settings_dialog.py
AgeCommit message (Expand)Author
2020-08-27Update Copyright to 2020 everywhere, and assign to Micah Lee, et al. instead ...Micah Lee
2020-08-26Make this just the docs website, not the full websiteMicah Lee
2020-08-26Update help URLMicah Lee
2020-04-06Fix linux tor paths, make event handler properly quit threadMicah Lee
2019-11-28Make cleaning up the onion more reliably kill the tor subprocess, and make ii...Micah 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-10-20Move all of the normal onionshare logic into Tab, and make a new placeholder ...Micah Lee
2019-10-20Make a new onionshare_gui.GuiCommon object, and move css from onionshare.Comm...Micah 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-09-22Invert the CSP header setting and put it in its own Website Mode settings gro...Miguel Jacq
2019-09-16Make setting the Content-Security-Policy header optional so it doesn't break ...Miguel Jacq
2019-09-15Merge pull request #1020 from micahflee/991_sharing_codeMicah Lee
2019-09-08Add individual downloads label to settings dialogMicah Lee
2019-09-01Remove the "Allow downloading individual files" setting altogether, and make ...Micah Lee
2019-09-01Add new "Allow downloading of individual files" checkbox to share settings, a...Micah Lee
2019-09-01If ONIONSHARE_HIDE_TOR_SETTINGS is set, hide Tor settings in the settings dialogMicah Lee
2019-05-20Rename "slug" to "password"Micah Lee
2019-04-21Fix auto-start timer URLMicah Lee
2019-04-22Update the URL to the Auto-Start timer wiki pageMiguel Jacq
2019-03-25Standardise all startup_timer, scheduled_start attributes as 'autostart_timer'Miguel Jacq
2019-03-25Standardise all shutdown_timer, shutdown_timeout, timeout attributes as 'auto...Miguel Jacq
2019-03-11Various Startup Timer fixes for strings, bundled mode, stealth mode, startup/...Miguel Jacq
2019-03-05Add a Startup Timer feature (scheduled start / dead man's switch)Miguel Jacq
2019-02-11Re-order so persistence checkbox comes before legacy mode checkbox. Remove su...Miguel Jacq
2019-02-11Support persistent v3 onionsMiguel Jacq
2019-01-28Separete onion settings into their own group, and remove css that was breakin...Micah Lee
2019-01-28Fix crash that occurs when opening settings when both client authentication a...Micah Lee
2019-01-20In SettingsDialog, rename downloads_layout to data_dir_layoutMicah Lee
2019-01-20Rename receive mode "downloads_dir" to the OnionShare "data_dir"Micah Lee
2018-12-21Merge pull request #853 from micahflee/847_fix_mac_cssMicah Lee
2018-12-20Merge branch 'develop' of https://github.com/irykoon/onionshare into irykoon-...Micah Lee
2018-12-20Make settings dialog checkboxes line up in macOSMicah Lee
2018-12-05Update settings dialog tests to use an OnionStub instead of an Onion, and tes...Micah Lee
2018-12-05Don't actually check the 'Use legacy addresses' checkbox when it's hiddenMicah Lee
2018-12-05Require tor 0.4.0.0 for v3 onion services (will change in the future). And up...Micah Lee
2018-12-05Only show onion settings if there is a Tor connectionMicah Lee
2018-11-13Merge develop branch and fix conflictsMiguel Jacq
2018-10-10Merge branch '780_improved_ui' into 690_language_dropdownMicah Lee
2018-10-01Merge develop in and fix upload/timer functionality so that it works as descr...Miguel Jacq
2018-10-01Move Alert dialog about restart into the conditional that fires only if local...Miguel Jacq
2018-10-01Explicitly set true/false values for settings that need itMiguel 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-30Change how language selection setting looksMicah Lee
2018-09-30Allow switching locales from the settings dialogMicah Lee
2018-09-29Fix crash when clicking Help from the systrayMicah Lee
2018-09-25Show whether Tor version supports next-gen onion supportMiguel Jacq
2018-09-18Fix conflictMiguel Jacq