summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Actually host r0 and unstable prefixesDaniel Wagner-Hall2015-12-081-36/+0
* Add API for setting account_data globaly or on a per room basisMark Haines2015-12-011-0/+2
* Add APIs for adding and removing tags from roomsMark Haines2015-10-281-0/+2
* /tokenrefresh POST endpointDaniel Wagner-Hall2015-08-201-0/+2
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/receiptsErik Johnston2015-07-131-0/+2
|\
| * Add client API for uploading and querying keys for end to end encryptionMark Haines2015-07-061-1/+3
* | Add a ReceiptServletErik Johnston2015-07-071-1/+3
|/
* Add config option to turn off freezing events. Use new encode_json api and uj...Erik Johnston2015-05-291-1/+1
* password -> account servlet and add start of an 'add 3pid' endpointDavid Baker2015-04-171-2/+2
* Completely replace fallback auth for C/S V2:David Baker2015-04-011-1/+3
* New registration for C/S API v2. Only ReCAPTCHA working currently.David Baker2015-03-301-1/+3
* Implement password changing (finally) along with a start on making client/ser...David Baker2015-03-231-1/+3
* Log when we receive a request, when we send a response and how long it took t...Erik Johnston2015-02-091-1/+1
* Merge branch 'client_v2_filter' into client_v2_syncMark Haines2015-01-291-1/+2
|\
| * Initial minimal attempt at /user/:user_id/filter API - in-memory storage, no ...Paul "LeoNerd" Evans2015-01-261-1/+6
| * Add client v2_alpha resource to synapse server resource treeMark Haines2015-01-231-0/+29
* Start implementing the v2_alpha sync APIMark Haines2015-01-231-0/+33