summary refs log tree commit diff
path: root/synapse/http/servlet.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add new API appservice specific public room listErik Johnston2016-12-061-2/+6
* Pass since/from parameters over federationErik Johnston2016-09-151-4/+14
* Use google style doc strings.Mark Haines2016-04-011-30/+51
* Fix regression where synapse checked whether push rules were valid JSON befor...Mark Haines2016-03-141-4/+17
* Use parse_json_object_from_request to parse JSON out of request bodiesMark Haines2016-03-111-5/+12
* Add a parse_json_object functionMark Haines2016-03-091-5/+65
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Host /unstable and /r0 versions of r0 APIsDaniel Wagner-Hall2015-12-011-4/+4
* Combine the request wrappers in rest/media/v1 and http/server into a single w...Mark Haines2015-04-211-55/+55
* Add missing commasErik Johnston2015-03-131-2/+2
* Add client v2_alpha resource to synapse server resource treeMark Haines2015-01-231-0/+57
* Add RestServlet base class in synapse/http/servlet.pyMark Haines2015-01-231-0/+56