Commit Graph

104 Commits

Author SHA1 Message Date
Micah Lee
8ff1a0b294
Make scripts to build PT binaries, and run those in CI 2022-06-19 14:57:37 -04:00
Micah Lee
549b0eac72
Update get-tor.py to use Tor Browser 11.0.4, and improve it. Make sure we run get-tor.py in CI before compiling pluggable transports, so the correct folder will exist 2022-06-16 21:05:11 -07:00
Micah Lee
053688c4b9
Merge branch 'develop' into ci-builds 2022-05-25 21:32:17 -07:00
Micah Lee
e184ca5d03
In CI, download Tor from for windows Tor Expert Bundle, and build meek, obfs4proxy, and snowflake ourselves 2022-04-10 19:07:35 -04:00
Micah Lee
de4dbb54a0
Fix macOS package cleanup and codesigning 2022-04-07 19:29:04 -07:00
Micah Lee
a2b1f8b578
Complete codesigning and packaging for Windows 2022-04-05 12:41:21 -07:00
Micah Lee
49471a835a
Fix macOS cleanup script 2022-04-03 17:35:41 -07:00
Micah Lee
9b28a9393a
Move windows and mac build scripts into scripts folder 2022-04-03 17:20:31 -07:00
Micah Lee
3fd96cd472
Combine all get-tor scripts into a single get-tor.py 2022-04-03 11:15:53 -07:00
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
aff969ee09
Run setup-freeze.py directly instead of using build-windows.py, and fix go path in build meek script 2022-03-30 16:09:31 -07:00
Micah Lee
e77cd6939e
Try fixing installing 32-bit go, and try fixing 32-bit paths in scripts 2022-03-30 15:52:31 -07: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
Micah Lee
4974aee1f2
Merge pull request #1526 from onionshare/1486_rocket_ship
Rocket ship animation
2022-03-06 13:39:01 -08:00
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
Micah Lee
314356b624
Delete country shape helper script 2022-02-13 15:44:00 -08:00
Micah Lee
e168080b77
Merge branch 'develop' into censorship 2022-02-13 11:28:16 -08:00
Micah Lee
ababc2de46
Update copyright year to 2022 2022-01-16 16:15:49 -08:00
Micah Lee
071bd29677
Update Tor Browser version to download tor binaries 2022-01-16 16:12:18 -08:00
Micah Lee
1d53712544
Continue switching from briefcase to poetry 2021-12-19 17:33:11 -08:00
Micah Lee
2af28def34
Add country shapes 2021-12-09 21:51:07 -08:00
Miguel Jacq
be8a2a894f
Update our bridge templates with the latest built-in bridges in the get-tor scripts 2021-12-10 16:48:39 +11:00
Micah Lee
feaecc9e4d
Merge branch 'mig5-censorship_automatically_attempt_and_reconnect' into 1422_autodetect_location 2021-12-06 20:11:41 -08:00
Micah Lee
339fc9338e
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
a71a4f9baa
Merge branch 'develop' of https://github.com/a1346054/onionshare into a1346054-develop 2021-12-04 20:34:07 -08:00
Micah Lee
9430439b5f
Fix meek-client in Windows 2021-11-07 12:12:12 -08:00
Micah Lee
fa70368a8d
Copy snowflake-client from macOS Tor Browser 2021-11-06 20:46:52 -07:00
Micah Lee
4e62b8831a
Get tor from Tor Browser 11.0a10 on all platforms 2021-11-06 20:42:51 -07:00
Micah Lee
dbeb0f2194
Add script to compile meek-client and copy into resources 2021-10-24 11:48:18 -07:00
Micah Lee
9f9328fd1f
Update linux Tor Browser URL and hash 2021-10-17 12:15:01 -07:00
a1346054
cea34725f1
Fix whitespace issues
* make sure files contain a final newline
* use consistent indentation
* trim excess whitespace
* trim trailing whitespace
2021-10-14 21:48:12 +00:00
a1346054
f827d5232d
Fix shellcheck warnings 2021-10-14 21:48:11 +00:00
Micah Lee
229da0aaab
Make get_tor_paths work properly now that in linux the tor binaries are bundled too 2021-10-11 20:45:28 -07:00
Micah Lee
3e61e8dd37
Write Linux script to download Tor Browser and extract binaries 2021-10-11 20:17:26 -07:00
Micah Lee
5de48bba6e
Change all version to 2.4, update languages, rebuild docs, update tor from Tor Browser 2021-09-26 11:41:01 -07:00
Micah Lee
1d84e2dc8e
Fetch tor binaries from Tor Browser 11.0a5 2021-09-10 12:41:48 -07:00
Micah Lee
3c897b66f9
Bump Tor Browser version to grab tor binaries 2021-08-20 11:23:33 -07:00
Micah Lee
5d3fca54fb
Update Tor Browser download scripts 2021-07-04 12:51:18 -07:00
Micah Lee
c6de0cc1ab
Fix URL for Windows 32-bit Tor Browser 2021-05-30 12:08:16 -07:00
Micah Lee
e3d0376b5a
Change Tor Browser URLs 2021-05-16 11:06:37 -04:00
Micah Lee
5a37f38d4b
Update tor 2021-05-04 20:26:21 -07:00
Micah Lee
b51c0ee046
Fix flake8 warnings in desktop 2021-04-30 11:38:23 -07:00
Aksh Gupta
ea8d2cfdfe chore: refactor code quality issues 2021-03-10 22:59:47 +05:30
Micah Lee
2a7d9dbd51
Update copyright year to 2021 2021-02-22 13:35:14 -08:00
Micah Lee
4915c80eed
Tiny changes during the 2.3 release 2021-02-21 17:13:15 -08:00
Micah Lee
13756e79d5
Upgrade Tor version to 10.0.10 and fix macOS code signing 2021-02-07 11:51:12 -08:00
Micah Lee
fddc0826fe
Move check_lacked_trans.py into scripts -- this needs to be tested and fixed at some point 2020-12-13 11:45:35 -08:00
Micah Lee
c2940a307d
Write rebuild-cli in python instead of bash to work in Windows, and make the dev script available in Windows 2020-11-29 13:57:53 -08:00
Micah Lee
c904bb5b5f
Update desktop readme, and add a helper script to use CLI args 2020-11-29 11:23:23 -08:00
Micah Lee
7bcfe6cad1
Add rebuild-cli.sh script 2020-11-29 10:42:04 -08:00
Micah Lee
b2f30e90b3
Make OnionShare briefcase work in macOS 2020-11-04 15:57:14 -08:00
Micah Lee
7ece466d82
Put tor binaries in desktop app resources, not cli resources, and fix Windows packaging 2020-10-15 19:09:46 -07:00