dependabot[bot]
a86cb39d85
Bump pyside6 from 6.5.0 to 6.5.1.1 in /desktop
...
Bumps [pyside6](https://www.pyside.org ) from 6.5.0 to 6.5.1.1.
---
updated-dependencies:
- dependency-name: pyside6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-07 16:21:53 +00:00
Micah Lee
312c496fa9
Merge pull request #1687 from onionshare/fix-dependabot-file
...
Changes package-ecosystem from poetry to pip
2023-06-07 09:17:21 -07:00
Saptak Sengupta
5463b703e8
Merge pull request #1691 from emmapeel2/patch-4
...
update url for the app
2023-06-07 19:54:29 +05:30
emmapeel2
dd1be74d00
update url for the app
2023-06-06 16:36:00 +00:00
Saptak Sengupta
e14753fe05
Merge pull request #1690 from emmapeel2/update_docs
...
update translation templates for docs
2023-06-06 18:51:52 +05:30
Saptak Sengupta
63ad972938
Merge pull request #1689 from emmapeel2/patch-3
...
Fixes typo in readme
2023-06-06 18:09:18 +05:30
emma peel
5e357cbd5b
update translation templates for docs
2023-06-06 13:18:04 +02:00
emmapeel2
a70bdb62ce
typo
2023-06-06 09:21:05 +00:00
Saptak S
2d128db197
Changes package-ecosystem from poetry to pip
2023-06-06 13:23:30 +05:30
Saptak Sengupta
abca411fae
Merge pull request #1677 from onionshare/update-deps
...
Update deps & switch to waitress for running flask servers
2023-06-06 13:01:24 +05:30
Saptak Sengupta
10f157e103
Merge pull request #1686 from onionshare/linux-docs
...
Add instructions for manually installing via Flatpak and Snapcraft
2023-06-05 12:51:00 +05:30
mig5
95758556d0
Merge branch 'main' into update-deps
2023-06-05 10:05:19 +10:00
Miguel Jacq
d6bc6e044c
it's > its
2023-06-05 10:02:39 +10:00
Micah Lee
5cb06b53d6
Merge pull request #1682 from onionshare/8500dependabot/pip/cli/requests-2.31.0
...
Bump requests from 2.30.0 to 2.31.0 in /cli
2023-06-04 12:25:22 -07:00
Micah Lee
8ea9b6ea63
Add instructions for manually installing via Flatpak and Snapcraft
2023-06-04 12:21:31 -07:00
Saptak Sengupta
bb78d882e5
Merge pull request #1685 from emmapeel2/patch-2
...
fix link
2023-06-02 16:51:05 +05:30
emmapeel2
dbf4325e93
fix link
...
This link is missing some text to make sense (the url is linked to 'from' atm)
2023-06-02 11:02:33 +00:00
Saptak Sengupta
da6b71ce64
Merge pull request #1684 from emmapeel2/doc_fixes
...
Translation files cleanup for docs
2023-06-01 18:22:33 +05:30
emma peel
ac9e08eb91
remove obsolete strings, and some line wrapping
2023-05-31 13:54:10 +00:00
emma peel
22c035cf43
fix duplicated string error, it was a graveyard string anyway.
2023-05-31 13:43:51 +00:00
Miguel Jacq
db2d920497
Raise a Waitress exception into the UI with a modal dialog and reset the share if it occurs
2023-05-31 15:38:52 +10:00
Miguel Jacq
6b23d301cc
rename compression test
2023-05-30 16:37:03 +10:00
Miguel Jacq
1862352679
Add verbosity to CLI poetry tests
2023-05-30 16:32:45 +10:00
Miguel Jacq
434550f9f9
Add test for gzip compression in share mode
2023-05-30 16:23:31 +10:00
Miguel Jacq
675599399a
Stop Waitress immediately rather than waiting
2023-05-30 16:19:37 +10:00
Miguel Jacq
81cd90bab6
Removed some deprecation warnings spotted in pytest output. Harden waitress
2023-05-30 10:46:11 +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
73060004bc
Experiment with longer autostop timer in chat mode for CLI test
2023-05-29 16:20:13 +10:00
Miguel Jacq
ed0a5571b5
Add wheel back in to flatpak too
2023-05-29 16:16:59 +10:00
Miguel Jacq
b4f4b835e1
Add Cython back in to flatpak deps
2023-05-29 16:09:26 +10:00
Miguel Jacq
87d5de70df
Attempt to update flatpak and snap python dependencies
2023-05-29 15:55:40 +10:00
Miguel Jacq
3470570a3b
Don't generate a new static url path on each share within a tab's lifecycle (doesn't work in newer Flask anyway)
2023-05-29 14:46:48 +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
8e2024505f
Merge pull request #1659 from onionshare/fix-autoconnect-with-persistent-tabs
...
Check current index tab for autoconnect
2023-05-26 09:46:44 -07:00
Saptak S
6fc8ef52e7
Check current index tab for autoconnect
...
Currently, we were testing the first tab for autoconnect. However, in
case of persistent tabs, that doesn't work. Since autoconnect is the
last tab that gets added in that case. So we need to check the current
active tab
2023-05-26 17:24:57 +05:30
Saptak Sengupta
4c9c580d8d
Merge pull request #1679 from emmapeel2/cleanup_translations
...
Cleanup translations
2023-05-24 13:19:37 +05:30
emma peel
aab16074c8
remove strings that are not present in the English files
...
(activated the Clean up files addon: https://docs.weblate.org/en/latest/admin/addons.html#addon-weblate-cleanup-generic )
2023-05-23 13:33:45 +00:00
Saptak Sengupta
799384fd77
Merge pull request #1678 from emmapeel2/weblate
...
More weblate updates.
2023-05-23 18:24:32 +05:30
Hosted Weblate
08323c742f
Update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Translated using Weblate (Ukrainian)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/uk/
Translated using Weblate (Chinese (Simplified))
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hans/
Translated using Weblate (Spanish)
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: emma peel <emmapeel@torproject.org>
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/
Translation: OnionShare/OnionShare Desktop
2023-05-23 14:48:54 +02:00
Maksim Kliazovich
358d2e737a
Added translation using Weblate (Belarusian)
2023-05-23 12:29:16 +00:00
Newson Parker
e6d27535b9
Translated using Weblate (Chinese (Literary))
...
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/lzh/
2023-05-23 12:29:16 +00:00
Newson Parker
12f4876637
Translated using Weblate (Chinese (Traditional))
...
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/
2023-05-23 12:29:16 +00:00
Newson Parker
0d1a426b2b
Added translation using Weblate (Chinese (Literary))
2023-05-23 12:29:16 +00:00
emma peel
7eba3eea92
Deleted translation using Weblate (English (Middle))
2023-05-23 12:29:16 +00:00
emma peel
dcaee161c9
Deleted translation using Weblate (English (Middle))
2023-05-23 12:29:16 +00:00
emma peel
cc7fbbd716
Deleted translation using Weblate (English (Middle))
2023-05-23 12:29:16 +00:00
emma peel
f31d41c99e
Deleted translation using Weblate (English (Middle))
2023-05-23 12:29:16 +00:00
emma peel
c46866dd4a
Deleted translation using Weblate (English (Middle))
2023-05-23 12:29:16 +00:00
emma peel
691721f1ce
Deleted translation using Weblate (English (Middle))
2023-05-23 12:29:16 +00:00
emma peel
45a6b1c96a
Deleted translation using Weblate (English (Middle))
2023-05-23 12:29:16 +00:00