summaryrefslogtreecommitdiff
path: root/onionshare_gui/settings_dialog.py
AgeCommit message (Expand)Author
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
2018-09-17Make what's this links use the same string, and change their styleMicah Lee
2018-09-18Remove unnecessary loop. Remove the Close route/setting which can DoS another...Miguel Jacq
2018-09-17Hide the legacy settings if legacy mode is not enabled. Fix unrelated bug reg...Miguel Jacq
2018-09-17Add 'what's this' labels to each General SettingMiguel Jacq
2018-09-17Reorder the general settingsMiguel Jacq
2018-09-16Fix margins on HBoxLayouts in settingsMiguel Jacq
2018-09-16Move the hyperlink labels into HBox layouts with the checkboxesMiguel Jacq
2018-09-16Move stealth to general options, and add hyperlinks for more info for this an...Miguel Jacq
2018-09-16Fix conflictsMiguel Jacq
2018-09-15Fix bug where lack of stealth mode re-enabled v2 legacy checkbox even if pers...Miguel Jacq
2018-09-15Fix conflict in testsMiguel Jacq
2018-09-14Merge branch 'develop' into receiver-mode-guiMicah Lee
2018-09-14Merge branch 'fix_invalid_version_alert' of https://github.com/mig5/onionshar...Micah Lee
2018-09-04Fix conflict from develop branchMiguel Jacq
2018-09-02Merge branch 'lingering_object_naming_issues' of https://github.com/mig5/onio...Micah Lee
2018-08-30Fix the passing of the latest version returned to the UI if it is an invalid ...Miguel Jacq
2018-08-23Don't try and parse Tor version in order whether or not to show v2-only featu...Miguel Jacq
2018-08-22Rather than hide persistence/stealth mode altogether if the Tor version is hi...Miguel Jacq
2018-08-21Introduce v3 onion supportMiguel Jacq
2018-07-21Expand 'public mode' (optional slugs) to be possible for sharing too, not jus...Miguel Jacq
2018-07-21#691 remove meek_lite AmazonMiguel Jacq
2018-07-21Fix another two places where Alert was called without passing the common objectMiguel Jacq
2018-07-12Merge branch 'develop' of https://github.com/micahflee/onionshare into developirykoon
2018-06-18Merge branch 'license' into developMicah Lee
2018-06-17Update OnionShare copyright year to 2018Micah Lee
2018-05-28Fix some lingering attribute/module references that had not been updated to u...Miguel Jacq
2018-05-07Move all stylesheets definitions into Common, so now we no longer have blocks...Micah Lee
2018-04-28Add two new receive mode settings: receive_allow_receiver_shutdown and receiv...Micah Lee
2018-04-25Bugfix, settings was throwing an error and quitting when Tor was authenticate...Micah Lee
2018-04-25Bugfix, TorConnectionDialog was getting instatiated with the wrong arguementsMicah Lee
2018-04-25Allow changing downloads_dir from SettingsDialogMicah Lee