summary refs log tree commit diff
path: root/tests/rest/client/test_shadow_banned.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Drop support for calling `/_matrix/client/v3/rooms/{roomId}/invite` without a...Jacek KuĊ›nierz2022-08-311-1/+6
* `synapse.api.auth.Auth` cleanup: make permission-related methods use `Request...Quentin Gliech2022-08-221-3/+3
* Additional constants for EDU types. (#12884)Patrick Cloke2022-05-271-2/+2
* Add type hints to `tests/rest/client` (#12084)Dirk Klimpel2022-02-281-9/+13
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-10/+10
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Add type hints for event streams. (#10856)Patrick Cloke2021-09-211-2/+8
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-2/+7
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-1/+1
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-2/+8
* Add an admin API for shadow-banning users. (#9209)Patrick Cloke2021-01-251-6/+2
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-8/+8
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-8/+0
* Remove the deprecated Handlers object (#8494)Patrick Cloke2020-10-091-1/+1
* Remove remaining is_guest argument uses from get_room_data calls (#8181)Andrew Morgan2020-08-261-10/+2
* Do not propagate typing notifications from shadow-banned users. (#8176)Patrick Cloke2020-08-261-0/+48
* Do not propagate profile changes of shadow-banned users into rooms. (#8157)Patrick Cloke2020-08-261-0/+272