summary refs log tree commit diff
path: root/synapse/rest/admin/rooms.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug when a room alias is given to the admin join endpoint (#9506)Patrick Cloke2021-03-011-58/+74
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-3/+6
* Merge pull request #9150 from Yoric/develop-contextDavid Teller2021-02-081-0/+65
|\
| * FIXUP: linterDavid Teller2021-01-281-0/+5
| * FIXUP: Making get_event_context a bit more paranoidDavid Teller2021-01-281-1/+1
| * FIXUP: DocDavid Teller2021-01-281-0/+6
| * FIXUP: Now testing that the user is admin!David Teller2021-01-281-1/+2
| * New API /_synapse/admin/rooms/{roomId}/context/{eventId}David Teller2021-01-281-0/+53
* | Add an admin API to get the current room state (#9168)Travis Ralston2021-02-021-0/+39
|/
* Check if a user is in the room before sending a PowerLevel event on their beh...Pankaj Yadav2021-01-271-1/+11
* Address pr feedbackJason Robinson2021-01-111-1/+1
* Implement clearing cache after deleting forward extremitiesJason Robinson2021-01-091-12/+9
* Add Rooms admin forward extremities DELETE endpointJason Robinson2021-01-081-0/+5
* Move unknown room ID error into resolve_room_idJason Robinson2021-01-071-7/+9
* Add forward extremities endpoint to rooms admin APIJason Robinson2021-01-071-0/+53
* Allow server admin to get admin bit in rooms where local user is an admin (#8...Erik Johnston2020-12-181-2/+134
* Add number of local devices to Room Details Admin API (#8886)Dirk Klimpel2020-12-111-16/+32
* Add `force_purge` option to delete-room admin api. (#8843)Richard van der Hoff2020-11-301-5/+17
* Remove deprecated `/_matrix/client/*/admin` endpoints (#8785)Dirk Klimpel2020-11-251-2/+1
* Add admin API for logging in as a user (#8617)Erik Johnston2020-11-171-1/+3
* Remove the deprecated Handlers object (#8494)Patrick Cloke2020-10-091-2/+2
* Stop shadow-banned users from sending invites. (#8095)Patrick Cloke2020-08-201-0/+3
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-1/+1
* Add an option to disable purge in delete room admin API (#7964)Dirk Klimpel2020-07-281-1/+10
* Add admin endpoint to get members in a room. (#7842)Michael Albert2020-07-161-0/+25
* Add delete room admin endpoint (#7613)Dirk Klimpel2020-07-141-109/+48
* Additional configuration options for auto-join rooms (#7763)Patrick Cloke2020-06-301-2/+2
* Add option to move event persistence off master (#7517)Erik Johnston2020-05-221-2/+9
* Add ability to wait for replication streams (#7542)Erik Johnston2020-05-221-1/+9
* Add room details admin endpoint (#7317)Manuel Stahl2020-05-071-1/+25
* Extend room admin api with additional attributes (#7225)Dirk Klimpel2020-04-221-1/+14
* Admin API to join users to a room. (#7051)Dirk Klimpel2020-03-271-3/+76
* Admin API to list, filter and sort rooms (#6720)Andrew Morgan2020-01-221-0/+82
* Move admin endpoints into separate files (#6308)Manuel Stahl2019-11-201-0/+157