summary refs log tree commit diff
path: root/synapse/rest/client/v1/directory.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pass whole requester to ratelimitingDaniel Wagner-Hall2016-03-031-1/+5
* Introduce a Requester objectDaniel Wagner-Hall2016-01-111-4/+4
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Host /unstable and /r0 versions of r0 APIsDaniel Wagner-Hall2015-12-011-2/+2
* Allow guests to register and call /events?room_id=Daniel Wagner-Hall2015-11-041-2/+2
* Remove completely unused concepts from codebaseDaniel Wagner-Hall2015-08-251-2/+2
* Merge pull request #50 from matrix-org/application-servicesMark Haines2015-02-131-13/+47
|\
| * Merge branch 'develop' into application-servicesKegan Dougal2015-02-111-1/+1
| |\
| * | Grant ASes the ability to delete aliases in their own namespace.Kegan Dougal2015-02-061-2/+29
| * | Grant ASes the ability to create alias in their own namespace.Kegan Dougal2015-02-061-11/+18
* | | Blunty replace json with simplejsonErik Johnston2015-02-111-1/+1
| |/ |/|
* | Fix code-styleMark Haines2015-02-101-1/+1
|/
* Extract the id token of the token when authing users, include the token and d...Mark Haines2015-01-281-2/+2
* Return the device_id from get_auth_by_reqMark Haines2015-01-281-2/+2
* Extract the client v1 base RestServlet to a separate classMark Haines2015-01-231-2/+2
* Replace hs.parse_roomalias with RoomAlias.from_stringMark Haines2015-01-231-4/+5
* Move rest APIs back under the rest directoryMark Haines2015-01-221-0/+112