summary refs log tree commit diff
path: root/tests/appservice/test_api.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix incorrectly sending authentication tokens to application service as ↵David Robertson2022-10-261-3/+5
| | | | headers (#14301)
* Send the appservice access token as a header. (#13996)Patrick Cloke2022-10-041-2/+6
| | | | | | | | | Implements MSC2832 by sending application service access tokens in the Authorization header. The access token is also still sent as a query parameter until the application service ecosystem has fully migrated to using headers. In the future this could be made opt-in, or removed completely.
* Remove remaining bits of groups code. (#12936)Patrick Cloke2022-06-011-1/+0
| | | | | | * Update worker docs to remove group endpoints. * Removes an unused parameter to `ApplicationService`. * Break dependency between media repo and groups. * Avoid copying `m.room.related_groups` state events during room upgrades.
* Add authentication to thirdparty bridge APIs (#12746)Will Hunt2022-05-241-0/+102
Co-authored-by: Brendan Abolivier <babolivier@matrix.org>