summary refs log tree commit diff
path: root/synapse/rest/client/v1/base.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1) Pushers are now associated with an access tokenDavid Baker2015-03-241-1/+1
| | | | 2) Change places where we mean unauthenticated to 401, not 403, in C/S v2: hack so it stays as 403 in v1 because web client relies on it.
* Extract the client v1 base RestServlet to a separate classMark Haines2015-01-231-34/+6
|
* Move rest APIs back under the rest directoryMark Haines2015-01-221-0/+80