summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)Author
2021-05-31Add note to desktop readme for Ubuntu 20.04Micah Lee
2021-05-31Update version strings, docs, and release.md for version 2.3.2Micah Lee
2021-05-31Allow canceling share in WindowsMicah Lee
2021-05-31Make it impossible to cancel a share mid-startup, to avoid a thread segfault ...Miguel Jacq
2021-05-30Fix URL for Windows 32-bit Tor BrowserMicah Lee
2021-05-30Updates colors for the new tab buttons in dark modeSaptak S
2021-05-26Adjust file selection labelsMicah Lee
2021-05-25Change MinimumWidthWidget to MinimumSizeWidget, and use it for height in chat...Micah Lee
2021-05-25Merge branch 'develop' into 1347_micah_scroll_optionsMicah Lee
2021-05-25Merge branch 'fix_405_error_and_other_methods' of https://github.com/mig5/oni...Micah Lee
2021-05-20Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translati...Micah Lee
2021-05-16Make ModeSettingsWidget a scroll area, and adjust all the stretchesMicah Lee
2021-05-16Change Tor Browser URLsMicah Lee
2021-05-14Translated using Weblate (Dutch)nocturnalfilth
2021-05-14Prevent usernames in Chat mode of length 128 chars or moreMiguel Jacq
2021-05-13Translated using Weblate (Galician)Xosé M
2021-05-13Translated using Weblate (Greek)Panagiotis Vasilopoulos
2021-05-11Translated using Weblate (Greek)Hosted Weblate
2021-05-11Translated using Weblate (Greek)Hosted Weblate
2021-05-11Add the 'Test 405 HTTP response for bad methods' test to the Chat mode GUI te...Miguel Jacq
2021-05-11Merge branch 'origin/develop' into Weblate.Hosted Weblate
2021-05-11Translated using Weblate (Norwegian Bokmål)Hosted Weblate
2021-05-10Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translati...Micah Lee
2021-05-11Merge branch 'develop' into fix_405_error_and_other_methodsMiguel Jacq
2021-05-11Website mode doesn't need to support POST as a methodMiguel Jacq
2021-05-10Add tests for Chat, and fix the server_status message bar when in Chat modeMiguel Jacq
2021-05-10Translated using Weblate (Polish)Hosted Weblate
2021-05-10Fix receive mode testMiguel Jacq
2021-05-10Register the 405 error handler properly. Enforce the appropriate methods for ...Miguel Jacq
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 https://hosted.weblate.org/git/onionshare/translati...Micah Lee
2021-05-04Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translati...Micah Lee
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
2021-05-04move self.get_mode().web.cleanup() inside the if self.get_mode() conditional,...Miguel Jacq
2021-05-04Move the cleanup() function from Onionshare class to Web class, so that the l...Miguel Jacq
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 https://github.co...Micah Lee
2021-05-04Make the error_tor_protocol_error the same string that it used to be, so that...Miguel Jacq
2021-05-04Re-instate the locale key string error_tor_protocol_error, for surfacing Aler...Miguel Jacq
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
2021-04-30If a text message is received, save it in the ReceiveModeRequest object, and ...Micah Lee
2021-04-30Fix flake8 warnings in desktopMicah Lee