Miguel Jacq
83b2bf2f0c
Switch to Waitress and Flask-Compress in lieu of werkzeug server
2023-05-29 14:46:17 +10:00
Micah Lee
f41d5587d0
Merge branch 'main' into update-deps
2023-05-22 20:51:14 -07:00
Micah Lee
6a2dd41490
Merge branch 'main' into python-3.11
2023-05-22 20:26:22 -07:00
Micah Lee
50aa3a34b6
Update all dependencies
2023-05-22 20:19:18 -07:00
Micah Lee
4ab56924a4
Upgrade to pyside6 6.5.0, to allow python 3.11.x, and also upgrade other poetry deps
2023-05-22 12:22:04 +05:30
dependabot[bot]
7109e15a58
Bump flask-socketio from 5.3.1 to 5.3.4 in /cli
...
Bumps [flask-socketio](https://github.com/miguelgrinberg/flask-socketio ) from 5.3.1 to 5.3.4.
- [Changelog](https://github.com/miguelgrinberg/Flask-SocketIO/blob/main/CHANGES.md )
- [Commits](https://github.com/miguelgrinberg/flask-socketio/compare/v5.3.1...v5.3.4 )
---
updated-dependencies:
- dependency-name: flask-socketio
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-22 05:42:27 +00:00
Saptak S
7ba1e58429
Merge branch 'fix-builds' of github.com:onionshare/onionshare into pyside6-package
2023-04-19 18:27:37 +05:30
Saptak S
a05d7af729
Updates poetry build system to poetry-core
2023-04-09 20:24:48 +05:30
Micah Lee
8689cd87d7
Change minimum Python version to 3.8, and update all poetry deps
2023-02-05 16:41:07 -08:00
Miguel Jacq
24cd39705e
Update certifi and pytest dependencies
2022-12-15 15:28:24 +11:00
Miguel Jacq
e0665fa100
Update obfs4proxy, meek and tor versions. Try building 32-bit snapcraft. Bump Onionshare version to 2.6.1
2022-12-11 16:08:05 +11:00
Miguel Jacq
a85e0d75cc
Downgrade werkzeug back to 2.0.3 to temporarily deal with the shutdown issue that affects QThread.wait()
2022-10-07 14:39:56 +11:00
Micah Lee
702aac87e9
Snapcraft and Flatpak in CI ( #1620 )
...
Add support for Snapcraft and Flatpak builds in GitHub Actions
2022-10-06 09:14:05 -07:00
Micah Lee
b7cbcca222
Downgrade Flask back to 2.0.3
2022-09-30 15:20:16 -07:00
Micah Lee
02c117caa4
Downgrade flask to 2.1.3 ( #1614 )
2022-09-30 14:49:33 -07:00
Micah Lee
14dcf082cb
Try switching from cepa 1.8.3 to stem 1.8.1
2022-09-30 13:20:20 -07:00
Micah Lee
a6f238d88e
Update pip dependencies, and also socket.io
2022-09-30 09:15:19 -07:00
Micah Lee
7173a4b9d3
Version bump to 2.6.dev1
2022-06-19 23:36:08 -04: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
7b50d6ecb3
Update onionshare_cli poetry deps, and fix tests
2022-01-17 11:11:35 -08:00
Micah Lee
4729af5598
Actually bump version to 2.5
2022-01-17 09:51:04 -08:00
Micah Lee
a5f97b6c88
Version bump to 2.4.1
2022-01-16 16:06:29 -08:00
Micah Lee
ec7fa4ef16
Solve obnoxious cx_Freeze issue that broke websockets by enforcing async_mode=gevent, and including the correct modules in the build
2021-12-21 16:55:59 -08:00
Micah Lee
70248ed4a5
Upgrade to cepa 1.8.3
2021-11-14 16:24:36 -08:00
Micah Lee
f00d2cc0b0
Switch stem with cepa, and update CLI packages
2021-11-12 15:47:33 -08:00
Micah Lee
3d2f8a6c18
Version bump to 2.4
2021-09-10 12:45:21 -07:00
Miguel Jacq
0bf8f53d30
ClientAuthV3 fixes
...
* Remove Client Auth as an explicit option (it's on by default).
* Update wording about Public mode
* Fix tuple error when raising TorTooOldStealth exception in CLI
* Move Private Key button next to URL button in GUI
* Replace visual references of ClientAuth to Private Key
* Remove HTTPAuth Flask dependency and remove a lot of code to do with password generation,
401 auth triggers/invalid password rate limit detection etc
* Test updates
* Remove obsolete locale keys
2021-08-27 15:52:29 +10:00
Miguel Jacq
cbdf2594c6
merge develop branch into client_auth_v3 branch and use our forked stem which works with poetry
2021-08-27 09:44:43 +10:00
Micah Lee
f71e320ca3
Version bump to 2.3.3
2021-08-20 13:13:39 -07:00
Micah Lee
d79e2323c0
Update release docs, and update CLI poetry lock
2021-06-01 19:39:34 -07:00
Miguel Jacq
d7ce658628
Pin Flask at 1.1.4 to avoid Flask 2.0.0 which requires Jinja2 3.0.0 but the latter of which conflicts with Briefcase
2021-05-17 09:02:47 +10:00
Miguel Jacq
c91d67c0b0
Merge branch 'develop' into client_auth_v3
2021-05-11 14:40:07 +10:00
Saptak S
d421bfa14b
Pins flask-socketio to 5.0.1 in pyproject.toml
...
Also updates the RELEASE.md to document the need to update
the socket.io.min.js file whenever we want to update
flask-socketio to ensure that they are compatible with each
other, failing which, the chat stops works.
2021-05-07 01:25:39 +05:30
Miguel Jacq
b385d6bac7
merge from develop and fix conflicts, update poetry
2021-05-06 14:30:29 +10:00
Miguel Jacq
e0b378055c
Remove v2 legacy onion support, and its corresponding client auth functionality. Update the v3 Client Auth to take its place in settings
2021-05-06 14:26:00 +10:00
Micah Lee
5d4966cd09
Version bump to 2.3.2 and update changelog, and upgrade PySide to 5.15.2
2021-05-03 18:50:01 -07:00
Miguel Jacq
b48848eb04
Early support for ClientAuth with v3 onions
2021-05-04 10:02:02 +10:00
Micah Lee
94d5544bda
Use colorama for terminal colors, to get Windows support
2021-05-02 15:13:50 -07:00
Micah Lee
f4d71182d6
Update poetry deps, and add requests[socks]
2021-04-11 13:25:40 -07:00
Micah Lee
89c1b14a8c
Version bump to 2.3.1
2021-02-22 13:37:21 -08:00
Micah Lee
54eb4d682a
Version bump from 2.3.dev2 to 2.3, and build the latest docs, in the latest languages
2021-02-15 15:31:22 -08:00
Kcchouette
c5308efc57
Update requirements.txt
2021-01-31 16:37:44 +05:30
Micah Lee
ac5075e082
Move psutil dependency from desktop to CLI
2020-11-17 17:45:04 -08:00
Micah Lee
731d6391c3
Add setuptools as a dependency for pkg_resources module, and update build scripts to properly delete last build
2020-11-09 18:36:31 -08:00
Micah Lee
0154c8477c
Version bump to 2.3.dev2, and update Linux installation in docs
2020-11-08 20:45:54 -08:00
Micah Lee
06c4b6381b
Fix get_resource_path to work with python eggs, move appdata xml file to src so flatpak can see it, reduce python dependencies, and update release docs
2020-11-08 13:34:19 -08:00
Micah Lee
f8437c4fea
Make snapcraft packaging work with briefcase refactor
2020-11-03 21:48:22 -08:00
Micah Lee
5b2fe2019c
Make onionshare_cli an actual dependency of the GUI version
2020-10-15 16:30:30 -07:00
Micah Lee
f4abcf1be9
Add onionshare CLI to cli folder, move GUI to desktop folder, and start refactoring it to work with briefcase
2020-10-12 22:40:55 -07:00