summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/capabilities.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* isortNeil Johnson2019-01-301-2/+1
* formatting and use constants where availableNeil Johnson2019-01-301-19/+17
* Populate default room version from ConstantsNeil Johnson2019-01-301-1/+2
* reflect that rooms v3 is a stable room versionNeil Johnson2019-01-301-0/+1
* rework format of change password capabilityNeil Johnson2019-01-291-1/+3
* support change_password in capabilities end-pointNeil Johnson2019-01-291-2/+12
* enforce auth for capabilities endpointNeil Johnson2019-01-291-10/+17
* backout v3Neil Johnson2019-01-251-1/+0
* Support room version capabilities in CS API (MSC1804)Neil Johnson2019-01-251-0/+49