summaryrefslogtreecommitdiff
path: root/onionshare_gui/settings_dialog.py
AgeCommit message (Expand)Author
2018-06-17Update OnionShare copyright year to 2018Micah Lee
2018-02-26Uninstantiated system variableMiguel Jacq
2018-02-26Hide the meek_lite options on macOS and Windows, as the obfs4proxy binary in ...Miguel Jacq
2018-02-25Add ability to abort but not exit SettingsDialog/reconnect to Tor, on invalid...Miguel Jacq
2018-02-24Fix typo bug that is only triggered if obfs4proxy binary is not foundMicah Lee
2018-02-25Merge pull request #588 from micahflee/ux-updateMiguel Jacq
2018-02-20Take care of custom vanilla bridgesirykoon
2018-02-20Adopt a more robust RE for custom obfs4 IPV6 bridgesirykoon
2018-02-20Adopt a more robust RE for custom obfs4 bridgesirykoon
2018-02-20Add meek_lite support for custom bridgesirykoon
2018-02-15Support meek_lite Pluggable Transportirykoon
2018-02-08set MinimumSize on the word-wrapped QLabels in the SettingsDialog, which prev...Miguel Jacq
2018-02-07Move auto-stop timer into settings, so its UI does not show up unless the use...Micah Lee
2018-02-06Move version label into settings dialogMicah Lee
2018-01-30Merge branch '535_force_update_check_via_qthread' of https://github.com/mig5/...Micah Lee
2018-01-23reinstate the emitted signals for invalid version/error checking for updatesMiguel Jacq
2018-01-23#535 do the forced update check via a (non-blocking) QThreadMiguel Jacq
2018-01-22stricter regex of IPv4 as well as IPv6 IPs in custom bridgesMiguel Jacq
2018-01-19Support for obfs4 in custom bridgesMiguel Jacq
2018-01-17Merge branch '435_support_bridges' of https://github.com/mig5/onionshare into...Micah Lee
2018-01-18Save the use_autoupdate settingMiguel Jacq
2018-01-17Clarify that obfs4 bridges can't be used as custom bridges, and that obfs4pro...Miguel Jacq
2018-01-16Fix conflicts arising from the reuse_private_key branchMiguel Jacq
2018-01-14Merge branch '528_disable_check_for_updates_if_disconnected' of https://githu...Micah Lee
2018-01-15support obfs4 via obfs4proxy on macOSMiguel Jacq
2018-01-15add missing 'toggled' connect for obfs4 radio. Remove the enabling/disabling ...Miguel Jacq
2018-01-15remove the adjustSize stuff which causes more problems than it solves. Revert...Miguel Jacq
2018-01-15Save the slug when using a persistent private keyMiguel Jacq
2018-01-14Validate syntax of custom bridgesMiguel Jacq
2018-01-14ensure custom bridges hyperlink opens a browser as per #520Miguel Jacq
2018-01-14Resolve conflict with upstream's onion.pyMiguel Jacq
2018-01-14Resolve conflict with upstream's onion.pyMiguel Jacq
2018-01-13Merge branch 'mig5-493_500_detect_broken_tor_connection'Micah Lee
2018-01-13Move the saving of private key into the SettingsDialog and Onion objects enti...Miguel Jacq
2018-01-04Don't re-enable the Check for Updates button after testing Tor connection, if...Miguel Jacq
2018-01-03#528 disable the 'Check for Updates' button in the SettingsDialog if Tor is n...Miguel Jacq
2017-12-27#520 trigger browser action properly in QLabel hyperlinkMiguel Jacq
2017-12-21Fixes for the edge case where Tor connection dialog is canceled, but the Tor ...Miguel Jacq
2017-12-21Ensure we don't consider the Tor connection 'lost' if we're still in the conn...Miguel Jacq
2017-12-21#493, #500 - detect if the Tor connection (bundled, TorBrowser or otherwise) ...Miguel Jacq
2017-12-12Fix the Bridges widgets so that they only appear when bundled Tor is chosen. ...Miguel Jacq
2017-12-11experimenting with adjustSize() which seems to help the widget issue. Also ad...Miguel Jacq
2017-12-11Improvements to the custom bridges textfield widget, still not perfect when u...Miguel Jacq
2017-12-11Add bridge support (obfs4 or user-supplied)Miguel Jacq
2017-12-09properly set saved private key/hidservauth string in settings_from_fields, so...Miguel Jacq
2017-12-09Save the HidServAuth string to settings when private key is also saved. Allow...Miguel Jacq
2017-12-07Optionally save the private key of a running share to settings for reuseMiguel Jacq
2017-12-04#447 show alert and exit if the Settings dialog is canceled yet Tor is still ...Miguel Jacq
2017-06-01Make it possible to supply a custom json settings file from somewhere elseMiguel Jacq
2017-05-22Reload Settings whenever the settings get saved in SettingsDialogMicah Lee