aboutsummaryrefslogtreecommitdiff
path: root/desktop/tests
AgeCommit message (Expand)Author
2023-05-30rename compression testMiguel Jacq
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
2022-03-06Try running tests a different wayMicah Lee
2022-03-06Sleep between running tests, to hopefully prevent segfaults in CIMicah Lee
2022-03-06Switch from pytest.yield_fixture to just pytest.fixture, to remove warnings w...Micah Lee
2022-01-16Merge branch 'develop' of github.com:onionshare/onionshare into ros-fixesMicah Lee
2021-12-17Test javascript MIME type in different modesMiguel Jacq
2021-12-04Merge branch 'develop' of https://github.com/a1346054/onionshare into a134605...Micah Lee
2021-11-18Merge branch 'advisory-fix-1' of github.com:onionshare/onionshare-ghsa-jh82-c...Micah Lee
2021-11-09Use microseconds for Receive Mode dir/file namesMiguel Jacq
2021-11-08Support sending a custom Content-Security-Policy header in Website modeMiguel Jacq
2021-10-14Fix spellinga1346054
2021-09-09Merge pull request #1406 from SaptakS/fix-filelistingMicah Lee
2021-09-09Add more GUI test coverage of the Client Auth private key and toggle buttonMiguel Jacq
2021-09-04Updates the tests to use a full path instead of basenameSaptak S
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-27remove more public_mode stuff in receive mode testMiguel Jacq
2021-08-27remove basic auth stuff in receive mode testsMiguel Jacq
2021-08-27remove persistent mode test for now, doesn't have much value now that there's...Miguel Jacq
2021-08-27Tweak testMiguel 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-25Merge branch 'fix_405_error_and_other_methods' of https://github.com/mig5/oni...Micah Lee
2021-05-14Prevent usernames in Chat mode of length 128 chars or moreMiguel Jacq
2021-05-11Merge branch 'develop' into client_auth_v3Miguel Jacq
2021-05-11Add the 'Test 405 HTTP response for bad methods' test to the Chat mode GUI te...Miguel Jacq
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-10Add comment to test functionMiguel Jacq
2021-05-10Fix receive mode testMiguel 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-05-02Test sending messages in GUI receive modeMicah Lee
2021-05-02Fix GUI testsMicah Lee
2021-04-30Fix flake8 warnings in desktopMicah Lee
2021-03-10chore: refactor code quality issuesAksh Gupta
2020-11-09End web thread successfully when cleaning up after a tab, which prevents cras...Micah Lee
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