summary refs log tree commit diff
path: root/tests/rest/admin/test_room.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert status codes to `HTTPStatus` in `tests.rest.admin` (#11455)Dirk Klimpel2021-11-301-71/+75
* Add dedicated admin API for blocking a room (#11324)Dirk Klimpel2021-11-181-0/+228
* Convert delete room admin API to async endpoint (#11223)Dirk Klimpel2021-11-121-65/+661
* Allow admins to proactively block rooms (#11228)David Robertson2021-11-091-0/+28
* Add search by room ID and room alias to List Room admin API (#11099)Dirk Klimpel2021-11-021-39/+49
* Fix a bug in unit test `test_block_room_and_not_purge` (#11226)Dirk Klimpel2021-11-011-2/+2
* Remove deprecated delete room admin API (#11213)Dirk Klimpel2021-11-011-24/+15
* Use direct references for some configuration variables (part 3) (#10885)Patrick Cloke2021-09-231-1/+1
* Allow Synapse Admin API's Room Search to accept non-ASCII characters (#10859)Hillery Shay2021-09-211-0/+27
* Remove deprecated Shutdown Room and Purge Room Admin API (#8830)Dirk Klimpel2021-08-171-162/+0
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* [pyupgrade] `tests/` (#10347)Jonathan de Jong2021-07-131-10/+10
* Remove functionality associated with unused historical stats tables (#9721)Cristina2021-07-081-1/+0
* Delete room endpoint (#9889)ThibF2021-04-291-19/+26
* Fix (final) Bugbear violations (#9838)Jonathan de Jong2021-04-201-4/+4
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-2/+1
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-57/+121
* Merge pull request #9150 from Yoric/develop-contextDavid Teller2021-02-081-0/+84
|\
| * FIXUP: linterDavid Teller2021-01-281-1/+3
| * FIXUP: Now testing that the user is admin!David Teller2021-01-281-1/+35
| * New API /_synapse/admin/rooms/{roomId}/context/{eventId}David Teller2021-01-281-0/+48
* | Add an admin API to get the current room state (#9168)Travis Ralston2021-02-021-0/+15
|/
* Removes unnecessary declarations in the tests for the admin API. (#9063)Dirk Klimpel2021-01-111-2/+0
* Drop the unused local_invites table. (#8979)Patrick Cloke2020-12-291-1/+0
* Allow server admin to get admin bit in rooms where local user is an admin (#8...Erik Johnston2020-12-181-0/+138
* Make search statement in List Room and User Admin API case-insensitive (#8931)Dirk Klimpel2020-12-171-0/+7
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-49/+49
* Add number of local devices to Room Details Admin API (#8886)Dirk Klimpel2020-12-111-0/+34
* Remove deprecated `/_matrix/client/*/admin` endpoints (#8785)Dirk Klimpel2020-11-251-2/+2
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-46/+0
* Consolidate purge table lists to prevent desyncronisation (#8713)Andrew Morgan2020-11-041-67/+38
* Add the topic and avatar to the room details admin API (#8305)Tulir Asokan2020-09-141-0/+2
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-2/+2
* Add an option to disable purge in delete room admin API (#7964)Dirk Klimpel2020-07-281-2/+55
* Convert tests/rest/admin/test_room.py to unix file endings (#7953)Andrew Morgan2020-07-271-1447/+1447
* Add admin endpoint to get members in a room. (#7842)Michael Albert2020-07-161-0/+46
* Add delete room admin endpoint (#7613)Dirk Klimpel2020-07-141-0/+395
* Stop populating unused table `local_invites`. (#7793)Richard van der Hoff2020-07-071-1/+0
* Add room details admin endpoint (#7317)Manuel Stahl2020-05-071-0/+41
* Extend room admin api with additional attributes (#7225)Dirk Klimpel2020-04-221-1/+679
* Admin API to join users to a room. (#7051)Dirk Klimpel2020-03-271-0/+288