Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lint | Brendan Abolivier | 2019-07-08 | 1 | -2/+2 |
* | Add test case | Brendan Abolivier | 2019-07-08 | 1 | -0/+47 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -4/+3 |
* | Unify v1 and v2 REST client APIs (#5226) | Amber Brown | 2019-06-03 | 1 | -1/+1 |
* | add some tests | Richard van der Hoff | 2019-06-01 | 1 | -2/+60 |
* | Migrate all tests to use the dict-based config format instead of hanging item... | Amber Brown | 2019-05-13 | 1 | -1/+1 |
* | Run Black on the tests again (#5170) | Amber Brown | 2019-05-10 | 1 | -21/+6 |
* | Fix bogus imports in tests (#5154) | Brendan Abolivier | 2019-05-08 | 1 | -2/+3 |
* | add options to require an access_token to GET /profile and /publicRooms on CS... | Matthew Hodgson | 2019-05-08 | 1 | -1/+91 |
* | Run tests under PostgreSQL (#3423) | Amber Brown | 2018-08-13 | 1 | -0/+1 |
* | Run black. | black | 2018-08-10 | 1 | -23/+19 |
* | Test fixes for Python 3 (#3647) | Amber Brown | 2018-08-09 | 1 | -4/+4 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -1/+4 |
* | Burminate v1auth | Adrian Tschira | 2018-04-30 | 1 | -1/+1 |
* | s/replication_client/federation_client/ | Erik Johnston | 2018-03-13 | 1 | -1/+1 |
* | Fix tests | Erik Johnston | 2018-03-13 | 1 | -1/+1 |
* | Split out profile handler to fix tests | Erik Johnston | 2017-08-25 | 1 | -2/+1 |
* | 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 |