aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-26Check current index tab for autoconnectfix-autoconnect-with-persistent-tabsSaptak S
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-24Merge pull request #1679 from emmapeel2/cleanup_translationsSaptak Sengupta
Cleanup translations
2023-05-23remove strings that are not present in the English filesemma peel
(activated the Clean up files addon: https://docs.weblate.org/en/latest/admin/addons.html#addon-weblate-cleanup-generic)
2023-05-23Merge pull request #1678 from emmapeel2/weblateSaptak Sengupta
More weblate updates.
2023-05-23Update translation filesHosted Weblate
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-23Added translation using Weblate (Belarusian)Maksim Kliazovich
2023-05-23Translated using Weblate (Chinese (Literary))Newson Parker
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/lzh/
2023-05-23Translated using Weblate (Chinese (Traditional))Newson Parker
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/zh_Hant/
2023-05-23Added translation using Weblate (Chinese (Literary))Newson Parker
2023-05-23Deleted translation using Weblate (English (Middle))emma peel
2023-05-23Deleted translation using Weblate (English (Middle))emma peel
2023-05-23Deleted translation using Weblate (English (Middle))emma peel
2023-05-23Deleted translation using Weblate (English (Middle))emma peel
2023-05-23Deleted translation using Weblate (English (Middle))emma peel
2023-05-23Deleted translation using Weblate (English (Middle))emma peel
2023-05-23Deleted translation using Weblate (English (Middle))emma peel
2023-05-23Deleted translation using Weblate (English (Middle))emma peel
2023-05-23Deleted translation using Weblate (English (Middle))emma peel
2023-05-23Deleted translation using Weblate (English (Middle))emma peel
2023-05-23Translated using Weblate (Arabic)emma peel
Currently translated at 10.0% (1 of 10 strings) Translation: OnionShare/Doc - Advanced Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/ar/
2023-05-22Merge pull request #1664 from onionshare/python-3.11Micah Lee
Support Python 3.11
2023-05-22Merge branch 'main' into python-3.11python-3.11Micah Lee
2023-05-22Merge pull request #1666 from ↵Micah Lee
onionshare/dcffdependabot/pip/cli/flask-socketio-5.3.4 Bump flask-socketio from 5.3.1 to 5.3.4 in /cli
2023-05-22Add QT_QPA_PLATFORM=offscreen to GUI testsMiguel Jacq
2023-05-22Fix windows build script for new version of PySide6Micah Lee
2023-05-22Update filenames for pyside6 6.5.0Micah Lee
2023-05-22Upgrade to pyside6 6.5.0, to allow python 3.11.x, and also upgrade other ↵Micah Lee
poetry deps
2023-05-22Merge pull request #1673 from onionshare/6f12dependabot/pip/cli/pytest-7.3.1Saptak Sengupta
Bump pytest from 7.2.1 to 7.3.1 in /cli
2023-05-22Merge pull request #1667 from onionshare/bb22dependabot/pip/desktop/black-23.3.0Saptak Sengupta
Bump black from 23.1.0 to 23.3.0 in /desktop
2023-05-22Bump pytest from 7.2.1 to 7.3.1 in /clidependabot[bot]
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-22Bump black from 23.1.0 to 23.3.0 in /desktopdependabot[bot]
Bumps [black](https://github.com/psf/black) from 23.1.0 to 23.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/23.1.0...23.3.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2023-05-22Bump flask-socketio from 5.3.1 to 5.3.4 in /clidependabot[bot]
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-22Merge pull request #1665 from onionshare/dependabotSaptak Sengupta
Add dependabot automatic PRs
2023-05-21Add dependabot automatic PRsdependabotMicah Lee
2023-05-21Merge pull request #1653 from onionshare/pyside6-packageMicah Lee
Pyside6 package
2023-05-21Merge pull request #1663 from emmapeel2/weblateMicah Lee
Weblate
2023-05-09Merge current weblate translations to fix conflictemma peel
2023-05-09Translated using Weblate (Russian)Kirill
Currently translated at 63.6% (7 of 11 strings) Translation: OnionShare/Doc - Security Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/ru/
2023-05-09Translated using Weblate (Russian)Kirill
Currently translated at 51.8% (28 of 54 strings) Translation: OnionShare/Doc - Tor Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/ru/
2023-05-09Translated using Weblate (Swahili)Bobkevin Shoo
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sw/
2023-04-29Translated using Weblate (Swahili)Bobkevin Shoo
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sw/
2023-04-24Uses python-gnupg instead of jcepyside6-packageSaptak S
2023-04-23Adds tor browser signature verification using GPG and signature filesSaptak S
2023-04-23Translated using Weblate (Ukrainian)Ihor Hordiichuk
Currently translated at 100.0% (27 of 27 strings) Translation: OnionShare/Doc - Develop Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/uk/
2023-04-23Translated using Weblate (Arabic)ButterflyOfFire
Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ar/
2023-04-23Adds johnnycanencryptSaptak S
2023-04-22Translated using Weblate (Chinese (Traditional))jxt
Currently translated at 100.0% (22 of 22 strings) Translation: OnionShare/Doc - Tor Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/zh_Hant/
2023-04-22Translated using Weblate (Chinese (Simplified))jxt
Currently translated at 100.0% (22 of 22 strings) Translation: OnionShare/Doc - Tor Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/zh_Hans/
2023-04-21Fixes qrcode image_factorySaptak S
2023-04-21Update python version to 3.10.11Saptak S