summary refs log tree commit diff
path: root/synapse/rest/client/groups.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove user-visible groups/communities code (#12553)Patrick Cloke2022-05-251-962/+0
| | | | | | | | | Makes it so that groups/communities no longer exist from a user-POV. E.g. we remove: * All API endpoints (including Client-Server, Server-Server, and admin). * Documented configuration options (and the experimental flag, which is now unused). * Special handling during room upgrades. * The `groups` section of the `/sync` response.
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-4/+4
| | | | | | | The presence of this method was confusing, and mostly present for backwards compatibility. Let's get rid of it. Part of #11733
* Additional type hints for client REST servlets (part 5) (#10736)Patrick Cloke2021-09-031-3/+7
| | | | Additionally this enforce type hints on all function signatures inside of the synapse.rest.client package.
* Additional type hints for the client REST servlets (part 3). (#10707)Patrick Cloke2021-08-311-6/+6
|
* Additional type hints for REST servlets (part 2). (#10674)Patrick Cloke2021-08-261-1/+2
| | | Applies the changes from #10665 to additional modules.
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-0/+957