summary refs log tree commit diff
path: root/synapse/rest/client/v1/initial_sync.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove undocumented and unimplemented 'feedback' parameter from the ↵Mark Haines2015-09-091-2/+0
| | | | Client-Server API
* Remove completely unused concepts from codebaseDaniel Wagner-Hall2015-08-251-1/+1
| | | | | | | | | | Removes device_id and ClientInfo device_id is never actually written, and the matrix.org DB has no non-null entries for it. Right now, it's just cluttering up code. This doesn't remove the columns from the database, because that's fiddly.
* Extract the id token of the token when authing users, include the token and ↵Mark Haines2015-01-281-1/+1
| | | | device_id in the internal meta data for the event along with the transaction id when sending events
* Return the device_id from get_auth_by_reqMark Haines2015-01-281-1/+1
|
* Extract the client v1 base RestServlet to a separate classMark Haines2015-01-231-2/+2
|
* Move rest APIs back under the rest directoryMark Haines2015-01-221-0/+44