Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Appease the linters | Travis Ralston | 2021-01-19 | 1 | -1/+5 |
| | |||||
* | Add admin APIs to force-join users to groups and manage their flair | Travis Ralston | 2021-01-19 | 1 | -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 Klimpel | 2020-11-25 | 1 | -5/+2 |
| | | | These are now only available via `/_synapse/admin/v1`. | ||||
* | Move admin endpoints into separate files (#6308) | Manuel Stahl | 2019-11-20 | 1 | -0/+46 |