4160 Commits

Author SHA1 Message Date
Micah Lee
12de3166b7 Start implementing cx_Freeze 2021-12-21 14:16:10 -08:00
Micah Lee
008426e67f Fix finding tor binary paths in Windows 2021-12-21 14:15:52 -08:00
Micah Lee
96a6159057 Update python dependencies 2021-12-21 14:15:20 -08:00
Miguel Jacq
baad1ab376 Connect to the emitted TorConnectionDialog success to trigger tab update (fixes persistent tab update) 2021-12-21 14:11:22 +11:00
Micah Lee
7cf64c9db8 Merge pull request #1489 from mig5/meek_stdout_cleanup_fix
Don't enqueue stdout from Meek subprocess in a Thread
2021-12-20 12:13:21 -08:00
Micah Lee
e92a145219 Merge pull request #1492 from SaptakS/autoconnect-dark
Fixes dark mode for initial autoconnect tab
2021-12-20 12:05:10 -08:00
Micah Lee
c6ace7e576 Slightly tweak wording 2021-12-20 11:47:58 -08:00
Saptak S
dabc3e3972 Fixes dark mode for initial autoconnect tab 2021-12-20 16:57:08 +05:30
Miguel Jacq
1c7eba2b10 Show/hide widgets more aggressively. Different error message on CensorshipCircumventionError. 2021-12-20 15:17:40 +11:00
Miguel Jacq
46499f09dc Show an error in the AutoConnect tab if the CensorshipCircumventionError class is raised 2021-12-20 14:51:55 +11:00
Miguel Jacq
0190f1f3be Add a CensorshipCircumventionError class that is raised if there's a requests exception connecting to the Tor API 2021-12-20 14:50:09 +11:00
Miguel Jacq
393949a143 Add 'Try Again' button in AutoConnect bridge options. Update wording. Reset back to bridge/try again options if Tor Cancel clicked again 2021-12-20 14:20:32 +11:00
Micah Lee
912bd55ea8 Update release docs, and remove appimage script that didn't work 2021-12-19 17:42:11 -08:00
Micah Lee
45c1099033 Update snapcraft 2021-12-19 17:36:45 -08:00
Micah Lee
73c2f73aa9 Continue switching from briefcase to poetry 2021-12-19 17:33:11 -08:00
Micah Lee
165ccf4627 Move the rest of the desktop files out of the src folder 2021-12-19 17:33:00 -08:00
Micah Lee
4ab91bf639 Switch from briefcase to poetry 2021-12-19 17:17:54 -08:00
Micah Lee
98880f1c55 Move desktop code from desktop/src/onionshare to just desktop/onionshare 2021-12-19 17:17:04 -08:00
Micah Lee
a0132faaac Merge pull request #1491 from mig5/force_js_mimetype
Force javascript MIME type to work around silly operating system MIME databases
2021-12-19 16:08:09 -08:00
Micah Lee
cc2b19aff8 If no country-specific settings are found, try automatically using obfs4 bridge instead of prompting user to go to Tor Settings 2021-12-18 17:58:51 -08:00
Micah Lee
c341f386fc Remove back button, and make TorConnectionWidget reset its progress in case it gets re-used 2021-12-18 17:37:50 -08:00
Hosted Weblate
3e8efce2af Translated using Weblate (Japanese)
Currently translated at 35.2% (6 of 17 strings)

Translated using Weblate (Russian)

Currently translated at 100.0% (33 of 33 strings)

Translated using Weblate (Japanese)

Currently translated at 11.7% (2 of 17 strings)

Translated using Weblate (Russian)

Currently translated at 90.9% (30 of 33 strings)

Translated using Weblate (Russian)

Currently translated at 100.0% (60 of 60 strings)

Translated using Weblate (Russian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ru/

Co-authored-by: Alexander Tarasenko <alexound.login@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Taro Tanaka <anon_japan@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/ja/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/ru/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/ru/
Translation: OnionShare/Doc - Advanced
Translation: OnionShare/Doc - Features
Translation: OnionShare/Doc - Tor
2021-12-18 06:52:39 +01:00
Saptak S
546644189a Update the autoconnect checkbox language 2021-12-17 23:37:09 +05:30
Saptak S
cfa657e72d Rescales the country images to fit the height 2021-12-17 19:49:21 +05:30
Saptak S
4d467b4360 Fixes alignment of the toggle button 2021-12-17 18:54:31 +05:30
Miguel Jacq
f5f940d335 Test javascript MIME type in different modes 2021-12-17 17:59:34 +11:00
Miguel Jacq
e00db31de5 Force the MIME type for .js files to be text/javascript, to override silly OS databases/registries with incorrect settings, which Flask would otherwise depend on 2021-12-17 17:53:15 +11:00
Miguel Jacq
bcfe7f6a85 Various fixes for handling Tor connection errors, reconnecting scenarios, flow from fixing connection back to AutoConnect or main Mode tabs depending on autoconnect settings 2021-12-17 15:14:22 +11:00
Miguel Jacq
8082437d33 Don't enqueue stdout from Meek subprocess in a Thread, just read it as it comes. Solves infinite loop queue read issue on cleanup() 2021-12-15 18:28:55 +11:00
Miguel Jacq
42b8c8a464 Tweaks to CensorshipCircumvention and also Meek cleanup fixes that were causing a crazy read loop on the stdout queue 2021-12-15 18:22:18 +11:00
Miguel Jacq
cbd74954b6 Send settings object to the AutoConnectFirstLaunchWidget so we can set the checkbox properly when returning from TorSettingsTab 2021-12-15 14:52:49 +11:00
Miguel Jacq
54775ba7b2 Check for updates to OnionShare after connecting to Tor via the AutoConnectTab 2021-12-15 13:45:39 +11:00
Miguel Jacq
890c24b0b3 Need to reconnect to Tor with the curr_settings Settings object after obtaining new bridges 2021-12-14 14:57:01 +11:00
Miguel Jacq
fc4f96b129 Cleanup Meek in the CensorshipCircumventionThread 2021-12-14 14:46:19 +11:00
Miguel Jacq
c2113de6b1 Raise an Alert dialog when failing to connect to Tor even after trying to circumvent censorship, so the user knows they need to configure settings manually 2021-12-14 14:38:30 +11:00
Miguel Jacq
5c8ddc1735 Fix the saving of bridges received from CensorshipCircumvention API - need to also save the bridges_enabled setting else TorSettingsTab doesn't show them 2021-12-14 14:32:00 +11:00
Miguel Jacq
3c87ba792e Show progress bar for Censorship Circumvention process 2021-12-14 14:20:45 +11:00
Miguel Jacq
dcf2957191 remove unused _autodetecting_timer_callback 2021-12-14 13:31:50 +11:00
Miguel Jacq
4b07b6d66b remove obsolete censorship circumvention settings option in the TorSettingsTab 2021-12-14 11:15:26 +11:00
Miguel Jacq
b99125515d Wording changes to make it clear that the IP address will be used for automatic country location by Tor's API 2021-12-14 11:07:17 +11:00
Miguel Jacq
57b60d5114 Use the CensorshipCircumvention methods to fetch bridges for the country/autodetection 2021-12-14 10:48:47 +11:00
Micah Lee
a4e9c10875 Merge branch 'develop' of github.com:micahflee/onionshare into develop 2021-12-12 13:03:47 -08:00
Micah Lee
ea0cfcef9d Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translations into develop 2021-12-12 13:03:32 -08:00
Micah Lee
7ca11eb92e Merge pull request #1484 from mig5/fetch-builtin-bridges-in-get-tor-scripts
Fetch builtin bridges in get tor scripts
2021-12-12 11:33:46 -08:00
Micah Lee
c349ac5016 Merge branch 'censorship' into 1422_autodetect_location 2021-12-12 11:18:59 -08:00
Micah Lee
7185556c37 Start autodetect animation 2021-12-12 11:02:08 -08:00
Micah Lee
56a9ed6a0e Merge branch 'develop' into censorship 2021-12-12 10:35:19 -08:00
Micah Lee
5b0093cc54 Merge branch 'censorship' into 1422_autodetect_location 2021-12-12 10:27:01 -08:00
Micah Lee
048f1d4d4e Add release step to update country list after updating available languages 2021-12-12 10:17:34 -08:00
Micah Lee
4e2bf199d2 Add some todo comments 2021-12-12 10:17:09 -08:00