summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/_base.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Admin API to list, filter and sort rooms (#6720)Andrew Morgan2020-01-221-1/+1
* Port rest.client.v2Erik Johnston2019-12-051-1/+1
* Allow Synapse to send registration emails + choose Synapse or an external ser...Andrew Morgan2019-09-061-0/+2
* Run Black. (#5482)Amber Brown2019-06-201-5/+7
* Unify v1 and v2 REST client APIs (#5226)Amber Brown2019-06-031-2/+4
* Drop support for v2_alpha API prefix (#5190)Richard van der Hoff2019-05-151-6/+3
* Refactor UI auth implementationRichard van der Hoff2017-12-051-3/+38
* Fixed syntax nitsPablo Saavedra2017-05-151-3/+2
* Fixed implementation errorsPablo Saavedra2017-05-151-3/+6
* Configurable maximum number of events requested by /sync and /messages (#2220)Pablo Saavedra2017-05-131-0/+8
* GET /devices endpointRichard van der Hoff2016-07-201-4/+9
* Add a parse_json_object functionMark Haines2016-03-091-22/+0
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Host /unstable and /r0 versions of r0 APIsDaniel Wagner-Hall2015-12-011-2/+8
* Throw sensible errors on not-json when allowing empty bodyDavid Baker2015-04-021-1/+4
* pep8David Baker2015-03-311-1/+2
* New registration for C/S API v2. Only ReCAPTCHA working currently.David Baker2015-03-301-0/+6
* Implement password changing (finally) along with a start on making client/ser...David Baker2015-03-231-0/+12
* Add client v2_alpha resource to synapse server resource treeMark Haines2015-01-231-0/+38