aboutsummaryrefslogtreecommitdiff
path: root/desktop/tests/gui_base_test.py
AgeCommit message (Expand)Author
2023-05-30Add test for gzip compression in share modeMiguel Jacq
2022-10-23Upgraded desktop/{onionshare,tests} to PySide6NoisyCoil
2022-03-06Remove useless CLI stuff from GUI tests, and refactor so that qtapp is a sing...Micah Lee
2021-12-17Test javascript MIME type in different modesMiguel Jacq
2021-10-14Fix spellinga1346054
2021-09-09Add more GUI test coverage of the Client Auth private key and toggle buttonMiguel Jacq
2021-09-03Revert "Don't show private key"Micah Lee
2021-08-31Don't show private keyMiguel Jacq
2021-08-31Client Auth UX improvementsMiguel Jacq
2021-08-28Test that the Private Key button is not present in public mode, in GUI share ...Miguel Jacq
2021-08-27ClientAuthV3 fixesMiguel Jacq
2021-08-27merge develop branch into client_auth_v3 branch and use our forked stem which...Miguel Jacq
2021-05-11Merge branch 'develop' into client_auth_v3Miguel Jacq
2021-05-11Merge branch 'develop' into fix_405_error_and_other_methodsMiguel Jacq
2021-05-10Add tests for Chat, and fix the server_status message bar when in Chat modeMiguel Jacq
2021-05-10Add comment to test functionMiguel Jacq
2021-05-10Register the 405 error handler properly. Enforce the appropriate methods for ...Miguel Jacq
2021-05-06Rename things with client_auth_v3_ in the name because there is only one type...Miguel Jacq
2021-05-06GUI tests for v3 Client Auth (albeit only in local mode, so kind of stubbedMiguel Jacq
2021-03-10chore: refactor code quality issuesAksh Gupta
2020-10-14Load onionshare_cli from source tree instead of pip dependency, and start mak...Micah Lee
2020-10-13Port from PyQt5 to PySide2Micah Lee
2020-10-13Move docs back to root, move onionshare_gui into briefcase app, and make modi...Micah Lee
2020-10-12Add onionshare CLI to cli folder, move GUI to desktop folder, and start refac...Micah Lee