summary refs log tree commit diff
path: root/tests/rest/admin/test_room.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Stop populating unused table `local_invites`. (#7793)Richard van der Hoff2020-07-071-1/+0
| | | | | This table is no longer used, so we may as well stop populating it. Removing it would prevent people rolling back to older releases of Synapse, so that can happen in a future release.
* 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