Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `create_requester` function | Richard van der Hoff | 2016-07-26 | 1 | -8/+5 |
* | Use parse_json_object_from_request to parse JSON out of request bodies | Mark Haines | 2016-03-11 | 1 | -2/+4 |
* | Pass whole requester to ratelimiting | Daniel Wagner-Hall | 2016-03-03 | 1 | -2/+2 |
* | Fix flake8 warnings for tests | Mark Haines | 2016-02-19 | 1 | -22/+34 |
* | Introduce a Requester object | Daniel Wagner-Hall | 2016-01-11 | 1 | -4/+3 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Allow guests to register and call /events?room_id= | Daniel Wagner-Hall | 2015-11-04 | 1 | -2/+2 |
* | Fix tests | David Baker | 2015-03-24 | 1 | -1/+1 |
* | Factor out some of the common homeserver setup code into a | Mark Haines | 2015-02-11 | 1 | -9/+4 |
* | Return the device_id from get_auth_by_req | Mark Haines | 2015-01-28 | 1 | -1/+1 |
* | Replace hs.parse_userid with UserID.from_string | Mark Haines | 2015-01-23 | 1 | -1/+2 |
* | Merge rest servlets into the client json resource object | Mark Haines | 2015-01-23 | 1 | -1/+3 |
* | Move client rest tests back under rest | Mark Haines | 2015-01-22 | 1 | -0/+150 |