summary refs log tree commit diff
path: root/synapse/rest/client (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial trivial implementation of an actual 'Filtering' object; move storage ...Paul "LeoNerd" Evans2015-01-271-13/+12
* Merge branch 'develop' into client_v2_filterPaul "LeoNerd" Evans2015-01-272-2/+15
|\
| * Pass the current time to serialize event, rather than passing anMark Haines2015-01-262-2/+15
* | 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
* Extract the client v1 base RestServlet to a separate classMark Haines2015-01-2311-72/+44
* Replace hs.parse_roomalias with RoomAlias.from_stringMark Haines2015-01-232-6/+7
* Replace hs.parse_roomid with RoomID.from_stringMark Haines2015-01-231-2/+2
* Replace hs.parse_userid with UserID.from_stringMark Haines2015-01-234-16/+21
* Merge rest servlets into the client json resource objectMark Haines2015-01-231-11/+7
* Move rest APIs back under the rest directoryMark Haines2015-01-2214-0/+1797