summary refs log tree commit diff
path: root/tests/appservice/test_api.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move support for application service query parameter authorization behind a c...Shay2023-08-031-4/+81
* Remove support for legacy application service paths (#15964)Shay2023-07-261-53/+0
* Add support for claiming multiple OTKs at once. (#15468)Patrick Cloke2023-04-271-6/+5
* Call appservices on modern paths, falling back to legacy paths. (#15317)Patrick Cloke2023-04-031-2/+55
* Implement MSC3983 to proxy /keys/claim queries to appservices. (#15314)Patrick Cloke2023-03-281-0/+59
* Type hints for tests.appservice (#14990)David Robertson2023-02-061-2/+2
* Fix incorrectly sending authentication tokens to application service as heade...David Robertson2022-10-261-3/+5
* Send the appservice access token as a header. (#13996)Patrick Cloke2022-10-041-2/+6
* Remove remaining bits of groups code. (#12936)Patrick Cloke2022-06-011-1/+0
* Add authentication to thirdparty bridge APIs (#12746)Will Hunt2022-05-241-0/+102