summary refs log tree commit diff
path: root/synapse/rest/admin/groups.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Appease the lintersTravis Ralston2021-01-191-1/+5
|
* Add admin APIs to force-join users to groups and manage their flairTravis Ralston2021-01-191-1/+55
| | | | | Fixes https://github.com/matrix-org/synapse/issues/9143 Though the groups API is disappearing soon, these functions are intended to make flair management easier in the short term.
* Remove deprecated `/_matrix/client/*/admin` endpoints (#8785)Dirk Klimpel2020-11-251-5/+2
| | | These are now only available via `/_synapse/admin/v1`.
* Move admin endpoints into separate files (#6308)Manuel Stahl2019-11-201-0/+46