summary refs log tree commit diff
path: root/tests/rest/client/utils.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Return some room data in Sliding Sync `/sync` (#17320)Eric Eastwood2024-07-021-2/+2
* Add Sliding Sync `/sync` endpoint (initial implementation) (#17187)Eric Eastwood2024-06-061-1/+4
* Bring auto-accept invite logic into Synapse (#17147)devonh2024-05-211-0/+2
* Fix bug in `/sync` response for archived rooms (#16932)Richard van der Hoff2024-04-041-7/+11
* Bump black from 23.10.1 to 24.2.0 (#16936)dependabot[bot]2024-03-131-4/+2
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+3
* Handle wildcard type filters properly (#14984)Mo Balaa2024-01-221-1/+2
* Update license headersPatrick Cloke2023-11-211-13/+16
* Register media servlets via regex. (#16419)Patrick Cloke2023-10-061-4/+2
* Fix-up type hints in tests/server.py. (#15084)Patrick Cloke2023-02-171-20/+38
* Implement MSC3912: Relation-based redactions (#14260)Brendan Abolivier2022-11-031-0/+37
* Support OIDC backchannel logouts (#11414)Quentin Gliech2022-10-311-4/+51
* Refactor OIDC tests to better mimic an actual OIDC provider. (#13910)Quentin Gliech2022-10-251-65/+71
* Allow admins to require a manual approval process before new accounts can be ...Brendan Abolivier2022-09-291-3/+9
* Use literals in place of `HTTPStatus` constants in tests (#13463)Dirk Klimpel2022-08-051-18/+10
* Remove unnecessary `json.dumps` from tests (#13303)Dirk Klimpel2022-07-171-4/+4
* Uniformize spam-checker API, part 5: expand other spam-checker callbacks to r...David Teller2022-07-111-0/+21
* Default to `private` room visibility rather than `public` when a client does ...reivilibre2022-04-011-4/+7
* Add type hints to `tests/rest/client` (#12084)Dirk Klimpel2022-02-281-11/+25
* Add type hints to `tests/rest/client` (#12072)Dirk Klimpel2022-02-241-32/+53
* Add some tests for propagation of device list changes between local users (#1...Andrew Morgan2022-02-151-1/+5
* Allow specifying the application service-specific `user_id` parameter in the ...reivilibre2022-02-031-5/+26
* Test that bans win a join against a race when computing `/sync` response (#1...David Robertson2022-01-071-0/+10
* Misc typing fixes for tests, part 2 of N (#11330)David Robertson2021-11-161-9/+42
* Misc typing fixes for `tests`, part 1 of N (#11323)David Robertson2021-11-121-8/+14
* Add knock information in admin exported data (#11171)Rafael Gonçalves2021-10-281-0/+29
* Make is_public Optional[bool] for create_room_as test util (#10951) (#10963)AndrewFerr2021-10-041-6/+7
* Add reactor to `SynapseRequest` and fix up types. (#10868)Erik Johnston2021-09-241-1/+1
* Allow sending a membership event to unban a user (#10807)Aaron Raimist2021-09-211-0/+11
* Flatten tests/rest/client/{v1,v2_alpha} too (#10667)David Robertson2021-08-201-0/+654