summary refs log tree commit diff
path: root/synapse/rest/admin/rooms.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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