Commit Graph

511 Commits

Author SHA1 Message Date
Martin Reboredo
725cbeea63
Fix icons and theming under Wayland 2022-06-02 20:56:04 -03:00
Micah Lee
8dd354f039
Switch to pyside2 5.12.2.1, to allow building with python 3.10 2022-05-30 13:37:04 -07:00
Micah Lee
b320596190
Merge pull request #1582 from SaptakS/better-error-logs
Better error logs in the bridge connect widget
2022-05-30 15:16:18 -04:00
Micah Lee
c267d27eaa
Merge pull request #1581 from SaptakS/new-tab-fix
Opens new tab if the only other tab is a settings tab
2022-05-30 15:09:28 -04:00
Micah Lee
5303186891
Update get-tor scripts to use Tor Browser 11.0.13 2022-05-30 14:24:13 -04:00
Saptak S
667b82319f
Address reviews 2022-05-02 12:28:50 +05:30
Saptak S
1669a55175
Adjusts the country combobox margin-left to indicate hierarchy 2022-04-30 22:13:59 +05:30
Saptak S
fea6503223
Adds a group box for the bridge settings options in the bridge auto connect widget 2022-04-30 22:02:26 +05:30
Saptak S
49d951f43d
Shows the actual error message returned from tor connection at the top 2022-04-30 21:19:24 +05:30
Saptak S
737c4d0f20
Keeps the same widget on cancelling a tor connection 2022-04-30 20:49:35 +05:30
Saptak S
4c0cbb877b
Opens new tab if the only other tab is a settings tab 2022-04-30 13:20:30 +05:30
Saptak Sengupta
a998a327af
Merge pull request #1563 from mig5/tab_shortcuts_and_accessible_main_page
Add shortcuts for modes and new/close tab. Set accessible string for modes on mode chooser
2022-04-28 00:45:39 +05:30
Saptak S
035dd40936
Replaces try again button with a radio button 2022-03-31 18:20:30 +05:30
Saptak S
df8eb155eb
Updates the repository to download the flags from to include all flags 2022-03-31 18:20:29 +05:30
Saptak S
23e623f45c
Adds country flags 2022-03-31 18:20:18 +05:30
Micah Lee
2b3c7d43da
Merge branch 'develop' into upgrade-flask 2022-03-28 19:34:18 -07:00
Micah Lee
ca5d173790
Merge branch 'develop' of github.com:onionshare/onionshare into windows-tweaks 2022-03-28 19:31:50 -07:00
Micah Lee
792ee59e93
Merge branch 'develop' of github.com:onionshare/onionshare into upgrade-flask 2022-03-28 19:31:39 -07:00
Micah Lee
15eda5ed04
Merge branch 'censorship_default_route' of https://github.com/mig5/onionshare into mig5-censorship_default_route 2022-03-28 19:23:45 -07:00
Micah Lee
fbcad47138
Merge pull request #1552 from mig5/better_meek_logs
More verbose and consistent Meek exception logging
2022-03-28 19:12:59 -07:00
Micah Lee
4ff23fa9bd
Merge branch 'develop' into upgrade-flask 2022-03-28 18:18:57 -07:00
Miguel Jacq
ad0a31053a
Add Ctrl+H to open Settings tab, and let it be closed with Ctrl+X too 2022-03-29 11:27:04 +11:00
Miguel Jacq
08aac5d356
Add accessible name on Settings cog button 2022-03-29 11:15:47 +11:00
Miguel Jacq
594c11cfeb
Add shortcuts for modes and new/close tab. Set accessible string for modes on mode chooser 2022-03-28 17:18:58 +11:00
Miguel Jacq
9c4a598fc0
Support for Censorship Circumvention API's /default route.
Fall back to trying Censorship API's /default route if no other bridges found.

At time of writing, this returns a couple of built-in obfs4 bridges.

If even that request fails, we will still fall back to our own full list of
obfs4 bridges.
2022-03-28 12:31:07 +11:00
Micah Lee
06e9b3d3fc
Fix built-in bridge detection, and update built-in bridges. Also update README after setting up Windows dev environment 2022-03-27 12:44:41 -07:00
Saptak S
858bfea7ef
Updates tor browser version in get-tor scripts 2022-03-25 19:08:58 +05:30
Miguel Jacq
21243fd9bd
More verbose and consistent Meek exception logging 2022-03-22 14:29:02 +11:00
Micah Lee
f08e6e9830
Remove useless CLI stuff from GUI tests, and refactor so that qtapp is a singleton and all tests can be run at once 2022-03-06 14:26:51 -08:00
Micah Lee
06eb12cf8f
Try running tests a different way 2022-03-06 14:17:13 -08:00
Micah Lee
5c2802d8b0
Sleep between running tests, to hopefully prevent segfaults in CI 2022-03-06 14:02:07 -08:00
Micah Lee
5ada415e8e
Switch from pytest.yield_fixture to just pytest.fixture, to remove warnings when running tests 2022-03-06 14:01:32 -08:00
Micah Lee
782a9e1909
Merge branch 'develop' into censorship 2022-03-06 13:55:36 -08:00
Micah Lee
be506a65c3
Merge pull request #1533 from SaptakS/settings-subtabs
Settings subtabs
2022-03-06 13:43:25 -08:00
Micah Lee
4974aee1f2
Merge pull request #1526 from onionshare/1486_rocket_ship
Rocket ship animation
2022-03-06 13:39:01 -08:00
Micah Lee
acb31117e4
Merge pull request #1525 from comradekingu/patch-18
Various string fixes
2022-03-06 13:37:17 -08:00
Micah Lee
102bbf8601
Move stars and planet right 40 pixels 2022-03-06 11:58:16 -08:00
Micah Lee
dc812bd4d0
Fix rocket ship graphic to have more fire 2022-03-06 11:54:38 -08:00
Micah Lee
bf0b962634
Fix bug getting country code 2022-03-06 11:52:05 -08:00
Micah Lee
622d689b2c
Merge pull request #1535 from mig5/censorship_update_countries_json
Update countries json files and script
2022-03-06 11:46:47 -08:00
Micah Lee
b068e83852
Update flask to 2.0.3, flask-socketio to 5.1.1, update socketio js, and the rest of the pip deps 2022-03-06 11:35:01 -08:00
Micah Lee
69b7dd672e
Merge branch 'develop' into censorship 2022-03-06 10:47:47 -08:00
Saptak S
8d6e375c44
Replace double quotes with single quotes 2022-02-28 12:36:32 +05:30
Miguel Jacq
a582a06a4d
Update countries-update-list.py to correct path, and run it to generate new country json files for other locales 2022-02-25 15:07:19 +11:00
Allan Nordhøy
c0bc43cb3c
receiving, enter the network 2022-02-24 23:17:09 +01:00
Saptak S
625144afe6
Adds styles for the tab bar 2022-02-24 21:05:28 +05:30
Saptak S
3b7655824d
Chose the active tab in settings based on what is clicked 2022-02-24 20:13:34 +05:30
Saptak S
74f0c9d86b
Cleanup code 2022-02-24 18:41:12 +05:30
Saptak S
fdc7ba9228
Fix the settings tab calls 2022-02-24 18:14:06 +05:30
Saptak S
2d7e980ade
Moving tor settings and app settings as subtabs under a parent settings tab 2022-02-24 18:04:26 +05:30