summary refs log tree commit diff
path: root/synapse/api/auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-30formatting and use constants where availableNeil Johnson1-19/+17
2019-01-30Populate default room version from ConstantsNeil Johnson1-1/+2
2019-01-30reflect that rooms v3 is a stable room versionNeil Johnson2-0/+2
2019-01-29rework format of change password capabilityNeil Johnson2-3/+5
2019-01-29update to reflect broadening scopeNeil Johnson1-1/+1
2019-01-29support change_password in capabilities end-pointNeil Johnson2-2/+35
2019-01-29isortNeil Johnson1-1/+2
2019-01-29enforce auth for capabilities endpointNeil Johnson2-14/+36
2019-01-29register capabilities servletNeil Johnson1-0/+2
2019-01-25backout v3Neil Johnson2-2/+0
2019-01-25Support room version capabilities in CS API (MSC1804)Neil Johnson2</