summary refs log tree commit diff
path: root/synapse/rest/client/capabilities.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move experimental support for MSC3440 to /versions. (#12099)Patrick Cloke2022-02-281-3/+0
| | | | Instead of being part of /capabilities, this matches a change to MSC3440 to properly use these endpoints.
* Implement account status endpoints (MSC3720) (#12001)Brendan Abolivier2022-02-221-0/+5
| | | | | See matrix-org/matrix-doc#3720 Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
* Remove unstable MSC3283 flags (#12018)Erik Johnston2022-02-171-14/+0
| | | Fixes #11962
* Support the stable API endpoint for MSC3283: new settings in `/capabilities` ↵Dirk Klimpel2022-02-111-1/+14
| | | | endpoint (#11933)
* Include `io.element.thread` capability for MSC3440. (#11690)Patrick Cloke2022-01-051-0/+3
|
* Use direct references for configuration variables (part 7). (#10959)Patrick Cloke2021-10-041-3/+3
|
* Use direct references for configuration variables (part 6). (#10916)Patrick Cloke2021-09-291-2/+2
|
* Addtional type hints for the REST servlets. (#10665)Patrick Cloke2021-08-231-1/+2
|
* Support MSC3283: Expose `enable_set_displayname` in capabilities (#10452)Dirk Klimpel2021-08-191-0/+11
|
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-0/+68