Micah Lee
|
f76cf1e258
|
Merge branch 'disable_start_share_on_no_files' of https://github.com/mig5/onionshare into mig5-disable_start_share_on_no_files
|
2018-01-13 16:41:06 -08:00 |
|
Micah Lee
|
7c653b6a8d
|
Merge branch '493_500_detect_broken_tor_connection' of https://github.com/mig5/onionshare into mig5-493_500_detect_broken_tor_connection
|
2018-01-13 16:32:56 -08:00 |
|
Micah Lee
|
9df10c2d4c
|
Merge branch '495_clear_status_bar_early' of https://github.com/mig5/onionshare into mig5-495_clear_status_bar_early
|
2018-01-13 16:09:11 -08:00 |
|
Micah Lee
|
22e8676eda
|
Merge branch '453_catch_oserror_on_crunching_files' of https://github.com/mig5/onionshare into mig5-453_catch_oserror_on_crunching_files
|
2018-01-13 15:58:15 -08:00 |
|
Miguel Jacq
|
eff94d7bfd
|
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
|
2d606d5e7f
|
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
|
5a08810f23
|
#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
|
d6677060af
|
4096 byte dir check is not consistent across platforms, remove it for now
|
2018-01-02 09:46:00 +11:00 |
|
Miguel Jacq
|
4079704be5
|
Check the file is a valid file or dir (not just that it exists)
|
2018-01-02 09:36:57 +11:00 |
|
Miguel Jacq
|
40eeb2cfd3
|
#520 trigger browser action properly in QLabel hyperlink
|
2017-12-27 20:08:38 +11:00 |
|
Miguel Jacq
|
4d0ef50fac
|
Emit the files_updated signal when deleting files. This will ensure that the share button gets disabled when there are no files in the list
|
2017-12-27 11:37:06 +11:00 |
|
Miguel Jacq
|
47e0ef4f83
|
Add systray notification when Tor connection is lost, thanks @Baccount
|
2017-12-27 09:29:45 +11:00 |
|
Miguel Jacq
|
0834580f02
|
Disable the 'Start Sharing' button if the connection to Tor has been lost. Re-enable it if we've subsequently reconnected to Tor via Settings dialog
|
2017-12-24 14:07:20 +11:00 |
|
Miguel Jacq
|
5faecdb3c6
|
Don't show alert dialogs when Tor disconnects - just display in statusbar and stop any active share.
|
2017-12-23 16:43:58 +11:00 |
|
Miguel Jacq
|
c3c50c0955
|
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
|
2b36938d53
|
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
|
6e64f08f08
|
#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
|
da5946b4d4
|
Clear the status bar messages earlier when starting a new share
|
2017-12-20 07:39:55 +11:00 |
|
Miguel Jacq
|
e06f4f7230
|
Catch OSError when preparing the zip file during server start. Fixes #453
|
2017-12-12 17:02:11 +11:00 |
|
Miguel Jacq
|
1f47177c7b
|
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
|
f7ea85d67f
|
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
|
4b67045fb2
|
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
|
25cf9ec9db
|
Add bridge support (obfs4 or user-supplied)
|
2017-12-11 14:53:13 +11:00 |
|
Miguel Jacq
|
7a973c83ed
|
set the 'Save Private Key' button to enabled when showing it, but when it's not already been pressed (in case private key is removed later via SettingsDialog)
|
2017-12-09 08:51:30 +11:00 |
|
Miguel Jacq
|
de36fea474
|
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
|
ebf0d694f3
|
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
|
433c7c754e
|
cleanup the ephemeral hidden service when GUI server is stopped, but don't disconnect from Tor
|
2017-12-07 16:10:52 +11:00 |
|
Miguel Jacq
|
3a4b56b7b4
|
cleanup the ephemeral hidden service when GUI server is stopped, but don't disconnect from Tor
|
2017-12-07 16:08:03 +11:00 |
|
Miguel Jacq
|
dfac27fe84
|
emit to the status bar when the private key is saved to disk
|
2017-12-07 13:02:56 +11:00 |
|
Miguel Jacq
|
289dbad71f
|
Optionally save the private key of a running share to settings for reuse
|
2017-12-07 12:45:34 +11:00 |
|
Micah Lee
|
2ae7ce2761
|
Merge branch 'no_available_port_error' of https://github.com/mig5/onionshare into mig5-no_available_port_error
|
2017-12-06 16:14:21 -08:00 |
|
Miguel Jacq
|
9052a6c33f
|
Raise an error if we were unable to obtain a random port
|
2017-12-07 08:49:10 +11:00 |
|
Miguel Jacq
|
38d96c91f7
|
Actually still uncheck the timer when the server stops, but *only* when it stops
|
2017-12-06 10:21:39 +11:00 |
|
Miguel Jacq
|
5d45ca7f22
|
Don't uncheck the auto-stop timer when the server stops (adding new files before starting the share will otherwise uncheck it)
|
2017-12-06 10:02:22 +11:00 |
|
Micah Lee
|
7d0ea87cb4
|
Merge branch '447_reload_tor_if_not_connected_and_settings_cancelled' of https://github.com/mig5/onionshare into mig5-447_reload_tor_if_not_connected_and_settings_cancelled
|
2017-12-05 14:05:16 -08:00 |
|
Micah Lee
|
42debc7cf1
|
Merge branch 'mig5-shutdown_timer'
|
2017-12-05 13:58:16 -08:00 |
|
Miguel Jacq
|
721ac80c84
|
Let the timer stop the share if there were no downloads, or all downloads are done
|
2017-12-05 11:18:26 +11:00 |
|
Miguel Jacq
|
8f4bd32bea
|
#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
|
cd83d90ef1
|
#431 Set minimum height of FileList to prevent resize bug affecting scrolling/visibility of bottom rows
|
2017-12-04 16:39:22 +11:00 |
|
Miguel Jacq
|
3fc360a0ae
|
Update comment to reflect that we don't hide the timer checkbox when checked anymore
|
2017-12-04 15:22:46 +11:00 |
|
Miguel Jacq
|
6d02d2ef91
|
Better fix for preventing timeout firing if a download is not yet done (works for CLI as well as GUI)
|
2017-12-04 15:03:28 +11:00 |
|
Miguel Jacq
|
f6763b25ef
|
Merge master branch and fix conflicts
|
2017-12-03 17:06:33 +11:00 |
|
Miguel Jacq
|
487cd6c799
|
Don't auto-stop the share if a download is still in progress
|
2017-12-03 13:21:25 +11:00 |
|
Miguel Jacq
|
501d771064
|
Properly stop the server when the timeout is reached (and reset the interface so we can share again)
|
2017-12-02 14:53:38 +11:00 |
|
Miguel Jacq
|
b0aae09f70
|
Always show the shutdown timer checkbox, in case the user changes their mind and wants to unset it
|
2017-12-02 14:48:44 +11:00 |
|
Micah Lee
|
4c1a10b1d2
|
Merge branch '468_canceled_feedback_on_stopped_server' of https://github.com/mig5/onionshare into mig5-468_canceled_feedback_on_stopped_server
|
2017-12-01 11:44:33 -08:00 |
|
Miguel Jacq
|
2f4d8610c8
|
add missing arg to onion.connect() (config) which broke the Tor Connection progress dialog (regression from b19f8f)
|
2017-11-12 17:53:40 +11:00 |
|
Miguel Jacq
|
bcb61f3627
|
Format the argparser output better, to deal with the longer argument names
|
2017-11-12 10:40:04 +11:00 |
|
Miguel Jacq
|
a4a4035e10
|
better metavar for --shutdown-timeout arg
|
2017-11-11 17:12:10 +11:00 |
|
Miguel Jacq
|
ee9dfb7a8b
|
No longer treating shutdown_timeout as a float, but an int of seconds
|
2017-11-09 19:50:50 +11:00 |
|