4506 Commits

Author SHA1 Message Date
Saptak S
a4df0271ff Adds tor browser signature verification using GPG and signature files 2023-04-23 19:40:02 +05:30
Saptak S
d1e9497954 Adds johnnycanencrypt 2023-04-23 14:31:57 +05:30
Saptak S
4715954eff Fixes qrcode image_factory 2023-04-21 02:19:14 +05:30
Saptak S
bd6aee07fb Update python version to 3.10.11 2023-04-21 01:25:08 +05:30
Saptak S
623634f9f9 Try windows build with explicitly installing python3.10 2023-04-21 01:21:22 +05:30
Saptak S
6d15f47276 Merge branch 'fix-builds' of github.com:onionshare/onionshare into pyside6-package 2023-04-19 18:27:37 +05:30
Saptak S
30d576b7b1 Merge branch 'main' of github.com:onionshare/onionshare into pyside6-package 2023-04-19 18:24:03 +05:30
Saptak S
7aa15553f8 Rewrites the get-tor code to always get the latest version of tor
We first get the version of tor browser and url for the platform
from downloads.json. Then we get the sha256sum from the checksums
provided by tor in their distribution release to compare with the file
downloaded.
2023-04-09 22:44:06 +05:30
Saptak S
172548db3c Updates poetry build system to poetry-core 2023-04-09 20:24:48 +05:30
Saptak Sengupta
36618f83b5 Merge pull request #1654 from Shizu-ka/patch-1
Fix typo in install.rst
2023-02-27 11:54:38 +05:30
Shizuka
18a2a85ab0 Update install.rst
Fix typo in the file.
2023-02-22 21:08:45 +07:00
Micah Lee
606c020969 Use Cython 3.0a11 2023-02-08 18:15:06 -08:00
Micah Lee
c777421767 Add setuptools, wheel, and Cython in a different way 2023-02-08 17:40:38 -08:00
Micah Lee
90c451a3e4 Add Cython to flatpak 2023-02-08 17:21:16 -08:00
Micah Lee
cf460aaae4 Add wheel to flatpak 2023-02-08 16:44:35 -08:00
Micah Lee
9cc0762711 Add setuptools to flatpak 2023-02-08 16:25:43 -08:00
Micah Lee
9158f8f22c Update flatpak to use PySide6 2023-02-08 16:11:09 -08:00
Micah Lee
307f9680d5 Update Windows build script to support PySide6 2023-02-08 15:28:20 -08:00
Micah Lee
c14e1bb359 Install libiodbc and postgres 2023-02-06 20:53:27 -08:00
Micah Lee
0db54a6ea4 Remove code to fix obscure cx_Freeze bug 2023-02-06 20:45:38 -08:00
Micah Lee
b27f7cbc93 Update PT build scripts to work on Intel Macs too 2023-02-06 18:31:02 -08:00
Micah Lee
92c42107ed Change minimum Python version to 3.8, and update all poetry deps 2023-02-05 16:41:07 -08:00
Micah Lee
1f96ea557f Drop support for win32, since PySide6 does not support it 2023-02-05 13:46:32 -08:00
Micah Lee
4c6e7dea67 Fix path to poetry 2023-02-05 13:42:48 -08:00
Micah Lee
083ec5a8aa Switch to Python 3.10.9, because PySide6 does not support 3.11 yet 2023-02-05 13:39:28 -08:00
Micah Lee
bbc11a01de Switch Windows (32-bit and 64-bit) to Python 3.11.1 2023-02-05 13:31:34 -08:00
Micah Lee
9de8777376 Update poetry project to allow for Python 3.11 2023-02-05 12:45:53 -08:00
Micah Lee
7fadce1860 Add tmp Windows command, to see what versions of Python are installed 2023-02-05 12:39:45 -08:00
Micah Lee
ce3c5f33fa Switch to Python 3.11 paths for build-mac-intel 2023-02-05 12:38:48 -08:00
Micah Lee
43a68a684e Switch to Python 3.11, and make build_mac in CI use the universal2 installer 2023-02-05 12:31:07 -08:00
Micah Lee
7db476b003 Update default PT settings 2023-02-05 12:19:48 -08:00
Micah Lee
f2dbf07fe2 Update Tor Browser to 12.0.2 2023-02-05 12:12:14 -08:00
NoisyCoil
7020c23900 Fixed desktop/scripts/get-tor.py and desktop/onionshare/widgets.py for linux64 2022-12-31 13:39:42 +01:00
NoisyCoil
0b7709a81d Reverted unwanted changes to cli/onionshare_cli/resources/torrc_template-* 2022-12-30 23:39:15 +01:00
NoisyCoil
0da54b07d9 Reverted to using Tor Browser's binaries, universal binaries (MacOS) 2022-12-30 22:23:52 +01:00
NoisyCoil
3400a34500 Completed merge 2022-12-30 19:55:47 +01:00
Saptak Sengupta
593e2deafc Merge pull request #1638 from mig5/start_timer_on_tor_connected
Ensure Tab timer starts once tor is connected
2022-12-17 12:32:21 +05:30
Saptak Sengupta
7c83f46dd6 Merge pull request #1642 from mig5/run_tests_on_pull_request
Try and make tests run on pull requests. Update branch names on CodeQL analysis
2022-12-15 11:38:08 +05:30
Saptak Sengupta
6d9eef995f Merge pull request #1645 from mig5/pytest_certifi_updates
Update certifi and pytest dependencies
2022-12-15 11:32:58 +05:30
Miguel Jacq
4c088f925a Update pytest-qt to be compatible with new pytest 2022-12-15 15:47:39 +11:00
Miguel Jacq
6151faa749 Update certifi and pytest dependencies 2022-12-15 15:28:24 +11:00
Miguel Jacq
abe45b25c5 Try and make tests run on pull requests. Update branch names on CodeQL analysis 2022-12-15 09:48:15 +11:00
Miguel Jacq
7c953b2e7f Remove on_reload_settings() 2022-12-14 07:48:10 +11:00
Miguel Jacq
056f967e1e Ensure Tab timer starts once tor is connected 2022-12-14 07:48:10 +11:00
Saptak Sengupta
9b96469155 Merge pull request #1629 from mig5/prep_2.6.1
Update obfs4proxy, meek and tor versions. Try building 32-bit snapcraft. Bump Onionshare version to 2.6.1
2022-12-14 00:25:51 +05:30
Miguel Jacq
0bcb66b6bf Hack around problematic QtQuickWidgets header file issue 2022-12-13 16:47:32 +11:00
Miguel Jacq
52eba4a4d2 See if upgrading PySide2 fixes Flatpak build? 2022-12-12 12:34:04 +11:00
Miguel Jacq
f85f110273 See if Windows Tor fetch builds without all the dll's we used to extract 2022-12-12 11:30:16 +11:00
Miguel Jacq
57612fb55f Leave installed but disable ufw? 2022-12-11 16:37:11 +11:00
Miguel Jacq
edeb4efcd6 See if removing ufw helps snap 2022-12-11 16:33:15 +11:00