summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-10Merge branch 'develop' into update-localesMicah Lee
2021-05-10Merge branch 'develop' of https://hosted.weblate.org/git/onionshare/translati...Micah Lee
2021-05-10Remove Finnish, add Indonesian and Serbian (latin)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-10Merge branch 'pin-flask-socketio' of https://github.com/SaptakS/onionshare in...Micah Lee
2021-05-10Merge pull request #1352 from mig5/receiver_text_hintMicah Lee
2021-05-10Fix HTTP return code for custom 500 internal server error handlerMiguel Jacq
2021-05-10Merge pull request #1354 from mig5/chat_testsSaptak Sengupta
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-07Remind the user to submit contact info if they want a response to a message i...Miguel Jacq
2021-05-07Pins flask-socketio to 5.0.1 in pyproject.tomlSaptak S
2021-05-06Merge pull request #1348 from mig5/update_changelog_2.3.2Saptak Sengupta
2021-05-06Some small corrections and additions to the CHANGELOG for v2.3.2Miguel Jacq
2021-05-05Merge branch 'develop' of github.com:micahflee/onionshare into developMicah Lee
2021-05-05Fix Windows and Mac build scriptsMicah Lee
2021-05-06Merge pull request #1346 from mig5/fix_license_pathMicah Lee
2021-05-06Update the LICENSE to reflect the current path to third party licensesMiguel Jacq
2021-05-05Merge pull request #1345 from micahflee/1275_fix_website_modeMicah 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-04Merge branch 'develop' into 1275_fix_website_modeMicah Lee
2021-05-04When building the self.files, use forward slashes instead of backslashes in W...Micah Lee
2021-05-05Merge pull request #1344 from mig5/cleanup_web_filesMicah 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-03Update CLI ASCII art in readmeMicah Lee
2021-05-03Update docs for 2.3.2Micah Lee
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-03Merge branch 'develop' into 1305_receive_messagesMicah Lee
2021-05-03Fix javascript bug in receive mode when files is disabledMicah 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-03Merge pull request #1341 from mig5/update_obfs4_bridgesMicah Lee
2021-05-03Update obfs4 built-in bridges to match those of Tor Browser'sMiguel Jacq
2021-05-02Fix CLI tests in macOSMicah Lee
2021-05-02Fix log colors so it isn't black on black in macOSMicah Lee
2021-05-02Remove deprecated pytest stuffMicah Lee
2021-05-02Fix CLI tests in WindowsMicah Lee
2021-05-02Use colorama for terminal colors, to get Windows supportMicah Lee