Miguel Jacq
|
d0f180fdc5
|
set MinimumSize on the word-wrapped QLabels in the SettingsDialog, which prevents them getting squished when parent is resized smaller
|
2018-02-08 16:02:00 +11:00 |
|
Micah Lee
|
05633673fc
|
Move auto-stop timer into settings, so its UI does not show up unless the user specifically enables that feature
|
2018-02-07 09:55:55 -08:00 |
|
Micah Lee
|
69fe7f0d98
|
Move version label into settings dialog
|
2018-02-06 19:05:02 -08:00 |
|
Micah Lee
|
cedfd5deff
|
Merge branch '535_force_update_check_via_qthread' of https://github.com/mig5/onionshare into mig5-535_force_update_check_via_qthread
|
2018-01-30 21:28:25 -08:00 |
|
Miguel Jacq
|
a28f427c0c
|
reinstate the emitted signals for invalid version/error checking for updates
|
2018-01-23 16:51:13 +11:00 |
|
Miguel Jacq
|
70a624c331
|
#535 do the forced update check via a (non-blocking) QThread
|
2018-01-23 16:32:14 +11:00 |
|
Miguel Jacq
|
9a3bcb9834
|
stricter regex of IPv4 as well as IPv6 IPs in custom bridges
|
2018-01-22 16:24:26 +11:00 |
|
Miguel Jacq
|
16bd3291e3
|
Support for obfs4 in custom bridges
|
2018-01-19 15:31:11 +11:00 |
|
Micah Lee
|
713e45084a
|
Merge branch '435_support_bridges' of https://github.com/mig5/onionshare into mig5-435_support_bridges
|
2018-01-17 16:19:30 -08:00 |
|
Miguel Jacq
|
4b5319bb4e
|
Save the use_autoupdate setting
|
2018-01-18 07:54:19 +11:00 |
|
Miguel Jacq
|
fc2dcafafc
|
Clarify that obfs4 bridges can't be used as custom bridges, and that obfs4proxy is needed for obfs4 bridges
|
2018-01-17 16:30:12 +11:00 |
|
Miguel Jacq
|
76cf0ae107
|
Fix conflicts arising from the reuse_private_key branch
|
2018-01-16 15:30:36 +11:00 |
|
Micah Lee
|
c29259cdea
|
Merge branch '528_disable_check_for_updates_if_disconnected' of https://github.com/mig5/onionshare into mig5-528_disable_check_for_updates_if_disconnected
|
2018-01-14 19:00:39 -08:00 |
|
Miguel Jacq
|
284213aa2d
|
support obfs4 via obfs4proxy on macOS
|
2018-01-15 12:49:29 +11:00 |
|
Miguel Jacq
|
82b1860dac
|
add missing 'toggled' connect for obfs4 radio. Remove the enabling/disabling of radios for bridges, it obstructs normal UX
|
2018-01-15 11:25:08 +11:00 |
|
Miguel Jacq
|
55c390eb7f
|
remove the adjustSize stuff which causes more problems than it solves. Revert the change to positioning of the Test Tor button. Set maximum height for custom bridges QPlainTextEdit widget, seems to help with overlap issues
|
2018-01-15 10:49:17 +11:00 |
|
Miguel Jacq
|
3e7d4c64ff
|
Save the slug when using a persistent private key
|
2018-01-15 10:01:34 +11:00 |
|
Miguel Jacq
|
bf01fcaa6e
|
Validate syntax of custom bridges
|
2018-01-14 20:12:24 +11:00 |
|
Miguel Jacq
|
011b635cae
|
ensure custom bridges hyperlink opens a browser as per #520
|
2018-01-14 18:57:52 +11:00 |
|
Miguel Jacq
|
bdb10b7eeb
|
Resolve conflict with upstream's onion.py
|
2018-01-14 18:53:46 +11:00 |
|
Miguel Jacq
|
448f6af796
|
Resolve conflict with upstream's onion.py
|
2018-01-14 18:49:49 +11:00 |
|
Micah Lee
|
a75faea407
|
Merge branch 'mig5-493_500_detect_broken_tor_connection'
|
2018-01-13 22:50:57 -08:00 |
|
Miguel Jacq
|
e90908c5b0
|
Move the saving of private key into the SettingsDialog and Onion objects entirely (no QPushButton to save it)
|
2018-01-13 20:58:24 +11:00 |
|
Miguel Jacq
|
cdb7a4df71
|
Don't re-enable the Check for Updates button after testing Tor connection, if the main Tor connection is still not active
|
2018-01-04 08:43:43 +11:00 |
|
Miguel Jacq
|
249f9fa18b
|
#528 disable the 'Check for Updates' button in the SettingsDialog if Tor is not connected
|
2018-01-03 11:16:50 +11:00 |
|
Miguel Jacq
|
25a83e4edf
|
#520 trigger browser action properly in QLabel hyperlink
|
2017-12-27 20:08:38 +11:00 |
|
Miguel Jacq
|
6f4d7f7f44
|
Fixes for the edge case where Tor connection dialog is canceled, but the Tor process remains open in the background, which was causing onion.is_authenticated() to True. Remove excessive alerts
|
2017-12-21 14:08:13 +11:00 |
|
Miguel Jacq
|
b442b5d41b
|
Ensure we don't consider the Tor connection 'lost' if we're still in the connection dialog process (wait for that thread to finish).
Also various implementations of onion.is_authenticated() for a more robust check than onion.connected_to_tor,
which seemed to help some corner cases
|
2017-12-21 12:15:23 +11:00 |
|
Miguel Jacq
|
bcd4363769
|
#493, #500 - detect if the Tor connection (bundled, TorBrowser or otherwise) has been lost while the app is open. Stop a running share if so
|
2017-12-21 09:22:53 +11:00 |
|
Miguel Jacq
|
661cf7f129
|
Fix the Bridges widgets so that they only appear when bundled Tor is chosen. Fixes all the other widget cramming issues.
|
2017-12-12 08:43:12 +11:00 |
|
Miguel Jacq
|
3f27b80154
|
experimenting with adjustSize() which seems to help the widget issue. Also adjust the custom Bridge parsing so that it injects the Bridge prefix automatically (means we can copy/pasta from https://bridges.torproject.org/bridges)
|
2017-12-11 17:58:53 +11:00 |
|
Miguel Jacq
|
b23a4f2bee
|
Improvements to the custom bridges textfield widget, still not perfect when used in conjunction with Tor socket/auth option widgets
|
2017-12-11 16:48:28 +11:00 |
|
Miguel Jacq
|
4674f7d97b
|
Add bridge support (obfs4 or user-supplied)
|
2017-12-11 14:53:13 +11:00 |
|
Miguel Jacq
|
7edd693071
|
properly set saved private key/hidservauth string in settings_from_fields, so those values are populated when the SettingsDialog is saved
|
2017-12-09 08:11:04 +11:00 |
|
Miguel Jacq
|
08c2e106f8
|
Save the HidServAuth string to settings when private key is also saved. Allow to copy it to clipboard from the SettingsDialog too.
|
2017-12-09 06:49:34 +11:00 |
|
Miguel Jacq
|
3a056803a9
|
Optionally save the private key of a running share to settings for reuse
|
2017-12-07 12:45:34 +11:00 |
|
Miguel Jacq
|
fe311f591f
|
#447 show alert and exit if the Settings dialog is canceled yet Tor is still not connected
|
2017-12-04 18:43:40 +11:00 |
|
Miguel Jacq
|
b19f8fce52
|
Make it possible to supply a custom json settings file from somewhere else
|
2017-06-01 17:35:27 +10:00 |
|
Micah Lee
|
5846b06478
|
Reload Settings whenever the settings get saved in SettingsDialog
|
2017-05-22 17:08:05 -07:00 |
|
Micah Lee
|
e97d1e6ce3
|
Merge branch 'add_help_button' of https://github.com/mig5/onionshare into mig5-add_help_button
|
2017-05-22 16:44:10 -07:00 |
|
Miguel Jacq
|
8bc280ff7a
|
Refactor help button to use QDesktopServices.openUrl()
|
2017-05-23 08:30:24 +10:00 |
|
Miguel Jacq
|
3766a6048d
|
Add desktop notification messages on download events (via systray)
|
2017-05-22 16:47:23 +10:00 |
|
Miguel Jacq
|
aa7e609e14
|
move the help button to the left
|
2017-05-20 14:04:52 +10:00 |
|
Miguel Jacq
|
2846798858
|
Add help button to settings dialog, which takes user to the wiki
|
2017-05-20 13:56:20 +10:00 |
|
Miguel Jacq
|
f5ba307276
|
#386 - put the connection radio buttons into their own group, which by default forces autoExclusive, thus preventing them from being all unset
|
2017-05-18 17:10:47 +10:00 |
|
Micah Lee
|
f6eb178f7b
|
Display tor connection percent when testing bundled tor in settings
|
2017-05-17 12:09:56 -07:00 |
|
Micah Lee
|
24ccb3995f
|
Fix UpdateChecker and UpdateThread to work with refactor, now it pops up an update reminder
|
2017-05-16 17:29:02 -07:00 |
|
Micah Lee
|
ea745e63f3
|
Split SettingsDialog into two columns, because the layout didn't fit on my Mac
|
2017-05-16 17:02:00 -07:00 |
|
Micah Lee
|
010bddb066
|
When saving settings, if Tor settings changed or if Tor isn't connected, reboot the Onion object, so that it's always connected to Tor when using the app
|
2017-05-16 16:50:33 -07:00 |
|
Micah Lee
|
f90d49fa4b
|
Added debug logging to OnionShareGui, SettingsDialog, TorConnectionDialog, and Alert objects
|
2017-05-16 11:31:52 -07:00 |
|