summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Blunty replace json with simplejsonErik Johnston2015-02-111-1/+1
|
* Fix code-styleMark Haines2015-02-101-1/+1
|
* Log when we receive a request, when we send a response and how long it took ↵Erik Johnston2015-02-091-1/+1
| | | | to process it.
* 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
| | | | sync with a gap
* 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
| | | | | | | | | | split the storage and management of filters from the actual filter code and don't have to load a filter from the db each time we filter an event
* | 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
|\| | | | | | | | | Conflicts: synapse/rest/client/v2_alpha/__init__.py
| * Add filter JSON sanity checks.Kegan Dougal2015-01-281-1/+1
| |
| * Have the Filtering API return Deferreds, so we can do the Datastore ↵Paul "LeoNerd" Evans2015-01-271-3/+5
| | | | | | | | implementation nicely
| * Initial trivial implementation of an actual 'Filtering' object; move storage ↵Paul "LeoNerd" Evans2015-01-271-13/+12
| | | | | | | | of user filters into there
| * Initial minimal attempt at /user/:user_id/filter API - in-memory storage, no ↵Paul "LeoNerd" Evans2015-01-262-1/+109
| | | | | | | | actual filter implementation
| * 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 ↵Mark Haines2015-01-291-7/+16
| | | | for the clients that made those requests
* 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