Micah Lee
931d1963dc
Update onionshare-cli poetry deps to allow Flatpak packaging to work
2023-09-27 17:29:35 -07:00
Micah Lee
09f0fb36a6
Update python dependencies
2023-09-04 18:58:06 -07:00
mig5
95758556d0
Merge branch 'main' into update-deps
2023-06-05 10:05:19 +10:00
dependabot[bot]
4b215609bd
Bump requests from 2.30.0 to 2.31.0 in /cli
...
Bumps [requests](https://github.com/psf/requests ) from 2.30.0 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.30.0...v2.31.0 )
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-29 21:01:56 +00:00
Miguel Jacq
87d5de70df
Attempt to update flatpak and snap python dependencies
2023-05-29 15:55:40 +10:00
Miguel Jacq
f50a552df4
Switch to Waitress and Flask-Compress in lieu of werkzeug server
2023-05-29 14:46:17 +10:00
Micah Lee
8528698971
Merge branch 'main' into update-deps
2023-05-22 20:51:14 -07:00
Micah Lee
adab4f97d9
Merge branch 'main' into python-3.11
2023-05-22 20:26:22 -07:00
Micah Lee
e114e24e91
Update all dependencies
2023-05-22 20:19:18 -07:00
Micah Lee
cc9fa1e3c1
Merge pull request #1666 from onionshare/dcffdependabot/pip/cli/flask-socketio-5.3.4
...
Bump flask-socketio from 5.3.1 to 5.3.4 in /cli
2023-05-22 20:11:12 -07:00
Micah Lee
a7a350d1ed
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]
e012e5d3f0
Bump pytest from 7.2.1 to 7.3.1 in /cli
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.2.1 to 7.3.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/7.2.1...7.3.1 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-05-22 05:45:03 +00:00
dependabot[bot]
d2ad37fbc4
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
Micah Lee
92c42107ed
Change minimum Python version to 3.8, and update all poetry deps
2023-02-05 16:41:07 -08:00
Miguel Jacq
6151faa749
Update certifi and pytest dependencies
2022-12-15 15:28:24 +11:00
Miguel Jacq
d755ffcb1d
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
2743045b82
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
d570f0b239
Downgrade Flask back to 2.0.3
2022-09-30 15:20:16 -07:00
Micah Lee
e7d7a6a818
Downgrade flask to 2.1.3 ( #1614 )
2022-09-30 14:49:33 -07:00
Micah Lee
089963486d
Try switching from cepa 1.8.3 to stem 1.8.1
2022-09-30 13:20:20 -07:00
Micah Lee
bd122fd4be
Update pip dependencies, and also socket.io
2022-09-30 09:15:19 -07:00
Micah Lee
c180619006
Update python deps
2022-07-04 17:06:34 -04:00
Micah Lee
649ebc202f
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
c7a671699b
Update onionshare_cli poetry deps, and fix tests
2022-01-17 11:11:35 -08:00
Micah Lee
26ad8a22ad
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
96a6159057
Update python dependencies
2021-12-21 14:15:20 -08:00
Micah Lee
a5893225fc
Upgrade to cepa 1.8.3
2021-11-14 16:24:36 -08:00
Micah Lee
7ae7c5ef36
Switch stem with cepa, and update CLI packages
2021-11-12 15:47:33 -08:00
Micah Lee
fae1f349ee
Update dependencies
2021-10-11 20:44:42 -07:00
Miguel Jacq
5d9554438f
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
07fb95c04a
Upgrade to Stem 1.8.1 (our fork) to satisfy wheel build. Raise minimumHeight to avoid cutoff of client auth option in sharing settings
2021-08-27 10:07:29 +10:00
Miguel Jacq
b43e7fee13
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
779a26f9d2
Update release docs, and update CLI poetry lock
2021-06-01 19:39:34 -07:00
Miguel Jacq
e0a5767d33
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
80cc1f43e8
merge from develop and fix conflicts, update poetry
2021-05-06 14:30:29 +10:00
Miguel Jacq
286d7703d6
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
Miguel Jacq
4aa6d6f3ec
Early support for ClientAuth with v3 onions
2021-05-04 10:02:02 +10:00
Micah Lee
6e5b56e843
Use colorama for terminal colors, to get Windows support
2021-05-02 15:13:50 -07:00
Micah Lee
5060927eea
Update poetry deps, and add requests[socks]
2021-04-11 13:25:40 -07:00
Saptak S
c8e7e06a46
Updates the unicode logic in share_mode code as well
2021-01-31 17:08:47 +05:30
Micah Lee
e2709c1d19
Update CLI deps
2020-11-17 18:46:04 -08:00
Micah Lee
c83c37d53b
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
bbf42fa927
Make snapcraft packaging work with briefcase refactor
2020-11-03 21:48:22 -08:00
Micah Lee
a54f99adf6
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