summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha (follow)
Commit message (Expand)AuthorAgeFilesLines
* Log when we receive a request, when we send a response and how long it took t...Erik Johnston2015-02-091-1/+1
* Pass client info to the sync_configMark Haines2015-01-301-1/+1
* Filter the recent events before applying the limit when doing an incremental ...Mark Haines2015-01-301-1/+1
* Add basic filtering supportMark Haines2015-01-291-5/+14
* Merge branch 'client_v2_filter' into client_v2_syncMark Haines2015-01-291-1/+1
|\
| * Create a separate filter object to do the actual filtering, so that we canMark Haines2015-01-291-1/+1
* | Move typing notifs to an "emphermal" event list on the room objectMark Haines2015-01-291-2/+2
* | Merge branch 'client_v2_filter' into client_v2_syncMark Haines2015-01-291-2/+2
|\|
| * Merge in auth changes from developMark Haines2015-01-291-2/+2
* | Merge branch 'client_v2_filter' into client_v2_syncMark Haines2015-01-292-1/+106
|\|
| * Add filter JSON sanity checks.Kegan Dougal2015-01-281-1/+1
| * Have the Filtering API return Deferreds, so we can do the Datastore implement...Paul "LeoNerd" Evans2015-01-271-3/+5
| * Initial trivial implementation of an actual 'Filtering' object; move storage ...Paul "LeoNerd" Evans2015-01-271-13/+12
| * Initial minimal attempt at /user/:user_id/filter API - in-memory storage, no ...Paul "LeoNerd" Evans2015-01-262-1/+109
| * Add client v2_alpha resource to synapse server resource treeMark Haines2015-01-232-0/+67
* Add typing notifications to syncMark Haines2015-01-291-10/+8
* Include transaction ids in unsigned section of events in the sync results for...Mark Haines2015-01-291-7/+16
* Add ports back to demo/start.shMark Haines2015-01-281-1/+1
* Fix FormattingMark Haines2015-01-271-3/+2
* Start implementing the non-incremental sync portion of the v2 /sync APIMark Haines2015-01-261-28/+77
* Start implementing the v2_alpha sync APIMark Haines2015-01-233-0/+214