3951 Commits

Author SHA1 Message Date
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
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
Saptak Sengupta
f7a2f55c62 Merge pull request #1439 from SaptakS/auto-connect-ui
Implementation of the enable quickstart screen
2021-12-10 21:25:50 +05:30
Micah Lee
a8016c15c4 Add country shapes 2021-12-09 21:51:07 -08:00
Saptak S
a10ea04b32 Reload settings in connection tab when tor settings tab closed 2021-12-09 14:38:11 +05:30
Saptak S
940be6b8e2 Fixes from_autoconnect check from MainWindow 2021-12-09 14:07:25 +05:30
Saptak S
0fcd189db3 Opens connect tab if persistent tab is there 2021-12-09 03:43:19 +05:30
Saptak S
af9c25d9e7 Dont start tor if torsettingstab opened from autoconnect 2021-12-09 03:26:15 +05:30
Saptak S
99e683a6d6 Don't show autoconnect tab if local only 2021-12-09 03:15:21 +05:30
Micah Lee
95a82c62dc Make automatic detection flip through country names while it's running meek 2021-12-06 20:54:03 -08:00
Micah Lee
d512ce5743 Merge branch 'mig5-censorship_automatically_attempt_and_reconnect' into 1422_autodetect_location 2021-12-06 20:11:41 -08:00
Micah Lee
01d44fd10f Add country dropdown 2021-12-06 20:01:28 -08:00
Micah Lee
a7c54a64e7 Oops, default connect_timeout should still be 120s 2021-12-06 19:42:43 -08:00
Micah Lee
20dd579e59 Start making UseBridgeWidget, and add json files that list country names for each enabled locale 2021-12-06 19:39:44 -08:00
Micah Lee
f8ef7d3ac2 Move the first launch widgets into AutoConnectFirstLaunchWidget 2021-12-05 15:36:23 -08:00
Micah Lee
7a3dd3570f Remove stretch from TorConnectionWidget so it takes the full width 2021-12-05 15:14:21 -08:00
Micah Lee
c43a616ff2 Delete the TorConnectionDialog 2021-12-05 15:12:18 -08:00
Micah Lee
33e0b549a8 Merge branch 'censorship_automatically_attempt_and_reconnect' of https://github.com/mig5/onionshare into mig5-censorship_automatically_attempt_and_reconnect 2021-12-04 20:40:58 -08:00
Micah Lee
16c6a9f89d Merge branch 'develop' of https://github.com/a1346054/onionshare into a1346054-develop 2021-12-04 20:34:07 -08:00
Micah Lee
e4aad471e5 Merge pull request #1432 from nyxnor/cli-shell-instructions
POSIX compliant input path on any shell
2021-12-04 20:31:25 -08:00
Micah Lee
16e7aa2755 Merge pull request #1478 from mig5/fetch-builtin-bridges
Fetch the built-in bridges from Tor's Censorship Circumvention API, rather than hardcode them
2021-12-04 20:28:04 -08:00
Micah Lee
6717ac3cf9 Merge pull request #1475 from onionshare/1470_tempfiles
Stop storing temporary files in /tmp
2021-12-03 07:56:20 -08:00
Saptak S
03890f6e5e Fixes CLI tests 2021-12-03 20:03:22 +05:30
Saptak S
94f9251076 Fix window title in quickstart 2021-12-03 19:53:00 +05:30
Saptak S
673ee74f5a Shows the Main window before starting to connect to Tor on autoconnect enabled 2021-12-03 19:30:20 +05:30
Saptak S
acc961f582 Adds autoconnect settings in tor settings tab 2021-12-03 19:02:41 +05:30
Saptak S
1e03dd0df9 Reflects the autoconnect status on toggle checkbox on opening 2021-12-03 18:34:53 +05:30
Saptak S
2cc8cf59f3 Creates a toggle checkbox 2021-12-03 18:27:03 +05:30
Micah Lee
167f4a8cc1 Add temp file to cleanup list just once when its first created 2021-12-02 18:51:06 -08:00
Micah Lee
6c72e9e7a5 Fix CLI tests 2021-12-01 21:01:32 -08:00
Micah Lee
5322d4f037 Merge branch 'develop' into 1470_tempfiles 2021-12-01 20:37:45 -08:00
Micah Lee
2ff5f53c69 Explicitly cleanup temp files and dirs 2021-12-01 20:34:54 -08:00
Micah Lee
926359de3c Use NamedTemporaryFile instead of TemporaryFile, to fix crash when sharing one file 2021-12-01 20:10:51 -08:00
Miguel Jacq
2040555134 Fix conflicts 2021-11-30 10:54:17 +11:00
Miguel Jacq
d688f63dba Make the saving of the automatically-obtained bridges reusable (move it to CensorshipCircumvention class). Add the same functionality used in TorConnectionWidget to TorConnectionDialog. 2021-11-30 10:50:47 +11:00
Miguel Jacq
dc717cad30 Make sanity checking of bridges a reusable component in cli.Common, so we can reuse it for automatic bridge fetching in censorship circumvention 2021-11-30 10:01:14 +11:00
Saptak S
580ac49a88 Opens TorSettingsTab when clicked on network settings 2021-11-30 03:23:16 +05:30
Saptak S
e1861893c7 Corrects the auto connect with checkbox logic 2021-11-30 03:11:29 +05:30
Saptak S
3d2d73d975 Resize components in the connection tab 2021-11-30 03:08:56 +05:30
Saptak S
18a93b2f7b Updates autoconnect to use tab widget 2021-11-30 02:48:20 +05:30
Hosted Weblate
01aa8a36f3 Translated using Weblate (German)
Currently translated at 98.2% (56 of 57 strings)

Translated using Weblate (Catalan)

Currently translated at 25.0% (2 of 8 strings)

Translated using Weblate (Catalan)

Currently translated at 100.0% (2 of 2 strings)

Translated using Weblate (Catalan)

Currently translated at 28.5% (2 of 7 strings)

Translated using Weblate (Catalan)

Currently translated at 6.6% (2 of 30 strings)

Translated using Weblate (Serbian (latin))

Currently translated at 100.0% (25 of 25 strings)

Translated using Weblate (Serbian (latin))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sr_Latn/

Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: fadelkon <fadelkon@posteo.net>
Co-authored-by: ilumium <weblate@penfrat.net>
Co-authored-by: tics tics <ticse@protonmail.com>
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/ca/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/de/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/ca/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/ca/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/ca/
Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/sr_Latn/
Translation: OnionShare/Doc - Features
Translation: OnionShare/Doc - Help
Translation: OnionShare/Doc - Index
Translation: OnionShare/Doc - Security
Translation: OnionShare/Doc - Tor
2021-11-28 20:16:51 +01:00
Miguel Jacq
2d78d80b3b remove import of requests module in Onion 2021-11-27 11:14:05 +11:00
Miguel Jacq
89d44d8dd7 Move the ability to use Tor vs Meek into the CensorshipCircumvention class so that we can use those endpoints over Tor elsewhere later 2021-11-27 10:35:25 +11:00