summary refs log tree commit diff
path: root/synapse/rest/client/v1/events.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check room visibility for /event/ requestsRichard van der Hoff2018-08-021-1/+1
* run isortAmber Brown2018-07-091-4/+4
* Make synchrotron accept /eventsErik Johnston2016-08-121-5/+4
* Dont invoke get_handlers fromClientV1RestServletErik Johnston2016-08-121-0/+4
* Remove redundant exception log in /eventsErik Johnston2016-06-091-24/+21
* Allow non-guests to peek on rooms using /eventsDaniel Wagner-Hall2016-01-201-0/+1
* Introduce a Requester objectDaniel Wagner-Hall2016-01-111-7/+12
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Host /unstable and /r0 versions of r0 APIsDaniel Wagner-Hall2015-12-011-3/+3
* Open up /events to anonymous users for room events onlyDaniel Wagner-Hall2015-11-051-2/+11
* 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
* 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
* Pass the current time to serialize event, rather than passing anMark Haines2015-01-261-1/+7
* Extract the client v1 base RestServlet to a separate classMark Haines2015-01-231-3/+3
* Move rest APIs back under the rest directoryMark Haines2015-01-221-0/+81