summary refs log tree commit diff
path: root/synapse/rest/base.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move client v1 api rest servlets into a "client/v1" directoryMark Haines2015-01-221-80/+0
|
* Update copyright noticesMark Haines2015-01-061-1/+1
|
* Kill off synapse.api.events.*Erik Johnston2014-12-161-2/+0
|
* Convert rest and handlers to use new event structureErik Johnston2014-12-041-1/+1
|
* Add an EventValidator. Fix bugs in auth ++ storageErik Johnston2014-11-101-0/+2
|
* Use state groups to get current state. Make join dance actually work.Erik Johnston2014-10-171-0/+5
|
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* Added basic in-memory REST transaction storage. Only the latest transaction ↵Kegan Dougal2014-08-261-0/+2
| | | | for a given path/access_token combo is stored in order to prevent storing ALL request/response pairs.
* Added a urls module for keeping client and federation prefixes.Kegan Dougal2014-08-141-2/+1
|
* Start phasing out HttpServer: we should be using Resources instead. Added ↵Kegan Dougal2014-08-141-1/+3
| | | | resource_for_client/federation/web_client to the HomeServer and hooked the C-S servlets to operate on resource_for_client. Dynamically construct the Resource tree.
* Added a -w flag which will host the web client if specified. Currently this ↵Kegan Dougal2014-08-131-42/+0
| | | | just delegates to the webclient RestServlet.
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
|
* Reference Matrix Home Servermatrix.org2014-08-121-0/+113