aboutsummaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Collapse)Author
2021-05-11Translated using Weblate (Norwegian Bokmål)Hosted Weblate
Currently translated at 100.0% (11 of 11 strings) Translated using Weblate (Norwegian Bokmål) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/nb_NO/ Translated using Weblate (Polish) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pl/ Translated using Weblate (Indonesian) Currently translated at 100.0% (2 of 2 strings) Translated using Weblate (Turkish) Currently translated at 100.0% (32 of 32 strings) Translated using Weblate (Turkish) Currently translated at 100.0% (56 of 56 strings) Translated using Weblate (Ukrainian) Currently translated at 100.0% (32 of 32 strings) Translated using Weblate (Ukrainian) Currently translated at 100.0% (56 of 56 strings) Translated using Weblate (Turkish) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/tr/ Added translation using Weblate (Indonesian) Translated using Weblate (Galician) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/gl/ 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 (Indonesian) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/id/ Translated using Weblate (Icelandic) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/is/ Translated using Weblate (Greek) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/el/ Translated using Weblate (Turkish) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/tr/ Translated using Weblate (French) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/ Translated using Weblate (Spanish) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/es/ Added translation using Weblate (Indonesian) Co-authored-by: AO Localisation Lab <ao@localizationlab.org> Co-authored-by: Algustionesa Yoshi <algustionesa@gmail.com> Co-authored-by: Eric <spice2wolf@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Ihor Hordiichuk <igor_ck@outlook.com> Co-authored-by: Jonas Matisen <hdsumo@protonmail.ch> Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com> Co-authored-by: Robert Obryk <robryk@gmail.com> Co-authored-by: Sveinn í Felli <sv1@fellsnet.is> Co-authored-by: Xosé M <xosem@disroot.org> Co-authored-by: Zuhualime Akoochimoya <zakooch@protonmail.ch> Co-authored-by: george kitsoukakis <norhorn@gmail.com> Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/tr/ Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/uk/ Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/tr/ Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/uk/ Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/id/ Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/nb_NO/ Translation: OnionShare/Doc - Advanced Translation: OnionShare/Doc - Features Translation: OnionShare/Doc - Index Translation: OnionShare/Doc - Security
2021-05-05Fix Windows and Mac build scriptsMicah Lee
2021-05-05Downgrade pyside2 to 5.15.1 to see if tests passv2.3.2.dev1Micah Lee
2021-05-04Update torMicah Lee
2021-05-04Change version to 2.3.2.dev1Micah Lee
2021-05-04Merge branch 'develop' into version-2.3.2Micah Lee
2021-05-04Merge branch 'develop' of ↵Micah Lee
https://hosted.weblate.org/git/onionshare/translations into develop
2021-05-04Merge branch 'develop' of ↵Micah Lee
https://hosted.weblate.org/git/onionshare/translations into version-2.3.2
2021-05-04Fix call to web.cleanup() when closing a tab that has a running shareMiguel Jacq
2021-05-04Remove unnecessary cleanup_filenames appending in the CompressThread. Ensure ↵Miguel Jacq
we also remove the temp dir that a Zip file is made within, by setting the temp dir in ZipWriter as a variable
2021-05-04move self.get_mode().web.cleanup() inside the if self.get_mode() ↵Miguel Jacq
conditional, in desktop
2021-05-04Move the cleanup() function from Onionshare class to Web class, so that the ↵Miguel Jacq
list of files to be cleaned up is always available (needed for website temp files)
2021-05-03Version bump to 2.3.2 and update changelog, and upgrade PySide to 5.15.2Micah Lee
2021-05-03Merge branch 'reinstate_tor_protocol_error_alert_string' of ↵Micah Lee
https://github.com/mig5/onionshare into mig5-reinstate_tor_protocol_error_alert_string
2021-05-04Make the error_tor_protocol_error the same string that it used to be, so ↵Miguel Jacq
that translations are still correct
2021-05-04Re-instate the locale key string error_tor_protocol_error, for surfacing ↵Miguel Jacq
Alert dialogs in the UI when Stem throws a ProtocolError back from Tor
2021-05-02Test sending messages in GUI receive modeMicah Lee
2021-05-02Fix GUI testsMicah Lee
2021-04-30Click "Read Message" opens message in default text editorMicah Lee
2021-04-30GUI displays "Read Message" button when a receive mode submission includes a ↵Micah Lee
message
2021-04-30If a text message is received, save it in the ReceiveModeRequest object, and ↵Micah Lee
add includes_text=True to REQUEST_STARTED
2021-04-30Fix flake8 warnings in desktopMicah Lee
2021-04-29Merge branch 'develop' into 1305_receive_messagesMicah Lee
2021-04-29Merge pull request #1334 from micahflee/ascii_artSaptak Sengupta
Prettier ASCII art
2021-04-28WIP: Starting to make messages in receive mode work in GUIMicah Lee
2021-04-28Merge pull request #1327 from micahflee/1306_customizationSaptak Sengupta
Allow custom title for each onion service
2021-04-26Move graphical banner into common, and display it in GUI tooMicah Lee
2021-04-25Rename "Title" to "Custom title", move it into advanced settings, and make ↵Micah Lee
whitespace title default to not setting a title
2021-04-25Translated using Weblate (Bengali)Hosted Weblate
Currently translated at 9.0% (1 of 11 strings) Translated using Weblate (Bengali) Currently translated at 100.0% (2 of 2 strings) Translated using Weblate (Bengali) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/bn/ Added translation using Weblate (Bengali) Added translation using Weblate (Bengali) Added translation using Weblate (Bengali) Translated using Weblate (Indonesian) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/id/ Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Oymate <dhruboadittya96@gmail.com> Co-authored-by: Reza Almanda <rezaalmanda27@gmail.com> Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/bn/ Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/bn/ Translation: OnionShare/Doc - Index Translation: OnionShare/Doc - Security
2021-04-24Update __init__.pywhew
2021-04-13Add tooltips to tabs, so you can tell what even long titles areMicah Lee
2021-04-13Put the title and persistent options at the top of the options widget, above ↵Micah Lee
mode-specific options
2021-04-13Add custom title to GUIMicah Lee
2021-04-12Improve webhook label in GUI, improve webhook message that gets POSTed, and ↵Micah Lee
display webhook errors without verbose mode
2021-04-12Save state when unchecking webhook checkboxMicah Lee
2021-04-11Add receive mode webhook to GUIMicah Lee
2021-04-11Merge pull request #1317 from akshgpt7/chore-refactor-issuesMicah Lee
Refactor code quality issues
2021-04-10Merge branch 'develop' of ↵Micah Lee
https://hosted.weblate.org/git/onionshare/translations into develop
2021-04-09Translated using Weblate (Italian)Hosted Weblate
Currently translated at 63.6% (14 of 22 strings) Translated using Weblate (Italian) Currently translated at 100.0% (11 of 11 strings) Translated using Weblate (Italian) Currently translated at 96.7% (30 of 31 strings) Translated using Weblate (Italian) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/ Translated using Weblate (Italian) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/ Translated using Weblate (Italian) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/it/ Translated using Weblate (Russian) Currently translated at 100.0% (27 of 27 strings) Translated using Weblate (Russian) Currently translated at 100.0% (9 of 9 strings) Translated using Weblate (Russian) Currently translated at 100.0% (11 of 11 strings) Translated using Weblate (Russian) Currently translated at 100.0% (9 of 9 strings) Translated using Weblate (Russian) Currently translated at 100.0% (31 of 31 strings) Translated using Weblate (Russian) Currently translated at 100.0% (29 of 29 strings) Translated using Weblate (Russian) Currently translated at 100.0% (52 of 52 strings) Translated using Weblate (Croatian) Currently translated at 66.6% (6 of 9 strings) Translated using Weblate (Croatian) Currently translated at 24.1% (7 of 29 strings) Translated using Weblate (French) Currently translated at 100.0% (2 of 2 strings) Translated using Weblate (French) Currently translated at 100.0% (11 of 11 strings) Translated using Weblate (French) Currently translated at 67.7% (21 of 31 strings) Translated using Weblate (French) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/fr/ Translated using Weblate (French) Currently translated at 67.7% (21 of 31 strings) Translated using Weblate (French) Currently translated at 67.7% (21 of 31 strings) Translated using Weblate (French) Currently translated at 100.0% (11 of 11 strings) Translated using Weblate (Russian) Currently translated at 100.0% (52 of 52 strings) Translated using Weblate (Portuguese (Brazil)) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/pt_BR/ Translated using Weblate (Sinhala) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/si/ Translated using Weblate (Serbian (latin)) Currently translated at 50.0% (1 of 2 strings) Translated using Weblate (Serbian (latin)) Currently translated at 100.0% (2 of 2 strings) Translated using Weblate (Serbian (latin)) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sr_Latn/ Added translation using Weblate (Sinhala) Translated using Weblate (Russian) Currently translated at 100.0% (52 of 52 strings) Translated using Weblate (Swedish) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/sv/ Translated using Weblate (Russian) Currently translated at 100.0% (2 of 2 strings) Translated using Weblate (Russian) Currently translated at 100.0% (22 of 22 strings) Translated using Weblate (Greek) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/el/ Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (22 of 22 strings) Translated using Weblate (Russian) Currently translated at 100.0% (11 of 11 strings) Translated using Weblate (Russian) Currently translated at 100.0% (31 of 31 strings) Translated using Weblate (Russian) Currently translated at 100.0% (52 of 52 strings) Translated using Weblate (Russian) Translate-URL: https://hosted.weblate.org/projects/onionshare/translations/ru/ Co-authored-by: AO Localisation Lab <ao@localizationlab.org> Co-authored-by: Agnes de Lion <belocurry@pm.me> Co-authored-by: Alexander Tarasenko <alexound.login@gmail.com> Co-authored-by: Eduardo Addad de Oliveira <duduaddad@gmail.com> Co-authored-by: Elton Viana Gonçalves da Luz <eltongoncalves94@hotmail.com> Co-authored-by: Eric Camellini <eric.camellini@gmail.com> Co-authored-by: Filipovic Dragan <filipovic@tutanota.com> Co-authored-by: HelaBasa <R45XvezA@protonmail.ch> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Jonatan Nyberg <jonatan.nyberg.karl@gmail.com> Co-authored-by: Milo Ivir <mail@milotype.de> Co-authored-by: george k <norhorn@gmail.com> Co-authored-by: rc <coluccini.riccardo@gmail.com> Co-authored-by: x <hardwired1.0@protonmail.com> Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/hr/ Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-advanced/ru/ Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-develop/ru/ Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-features/ru/ Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/hr/ Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-help/ru/ Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/fr/ Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/ru/ Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-index/sr_Latn/ Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/it/ Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-install/ru/ Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/fr/ Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/it/ Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-security/ru/ Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-sphinx/sr_Latn/ Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/fr/ Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/it/ Translate-URL: https://hosted.weblate.org/projects/onionshare/doc-tor/ru/ Translation: OnionShare/Doc - Advanced Translation: OnionShare/Doc - Develop Translation: OnionShare/Doc - Features Translation: OnionShare/Doc - Help Translation: OnionShare/Doc - Index Translation: OnionShare/Doc - Install Translation: OnionShare/Doc - Security Translation: OnionShare/Doc - Sphinx Translation: OnionShare/Doc - Tor
2021-03-10chore: refactor code quality issuesAksh Gupta
2021-03-05Fix the filename of the obfs4proxy binary on macOSMiguel Jacq
2021-02-22Update changelog, and also fix version in appdata.xmlMicah Lee
2021-02-22Version bump to 2.3.1Micah Lee
2021-02-22Update copyright year to 2021Micah Lee
2021-02-22Fix the onion object when checking for a new release via the Settings DialogMiguel Jacq
2021-02-21Tiny changes during the 2.3 releaseMicah Lee
2021-02-21Update 2.3 release date in appdata.xmlMicah Lee
2021-02-21Merge branch 'develop' into final-2.3Micah Lee
2021-02-21Merge branch 'develop' of ↵Micah Lee
https://hosted.weblate.org/git/onionshare/translations into develop
2021-02-21Merge pull request #1278 from micahflee/1276_windows_filesizeMicah Lee
Delete unused Qt5 DLLs from the Windows release