| Commit message (Expand) | Author | Age | Files | Lines |
* | replace 'except:' with 'except Exception:' | Richard van der Hoff | 2017-10-23 | 1 | -2/+2 |
* | Split out profile handler to fix tests | Erik Johnston | 2017-08-25 | 1 | -9/+9 |
* | admin,storage: added more administrator functionalities | Morteza Araby | 2017-02-02 | 1 | -2/+4 |
* | Dont invoke get_handlers fromClientV1RestServlet | Erik Johnston | 2016-08-12 | 1 | -0/+12 |
* | Use parse_json_object_from_request to parse JSON out of request bodies | Mark Haines | 2016-03-11 | 1 | -4/+4 |
* | Pass whole requester to ratelimiting | Daniel Wagner-Hall | 2016-03-03 | 1 | -2/+2 |
* | Revert "Reject additional path segments" | Daniel Wagner-Hall | 2016-02-09 | 1 | -3/+3 |
* | Reject additional path segments | Daniel Wagner-Hall | 2016-02-08 | 1 | -3/+3 |
* | No braces here | David Baker | 2016-02-03 | 1 | -1/+1 |
* | Don't return null if profile display name / avatar url isn't set: omit them i... | David Baker | 2016-02-03 | 1 | -6/+17 |
* | Introduce a Requester object | Daniel Wagner-Hall | 2016-01-11 | 1 | -4/+4 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Host /unstable and /r0 versions of r0 APIs | Daniel Wagner-Hall | 2015-12-01 | 1 | -4/+4 |
* | Allow guests to set their display names | Daniel Wagner-Hall | 2015-11-12 | 1 | -1/+1 |
* | Allow guests to register and call /events?room_id= | Daniel Wagner-Hall | 2015-11-04 | 1 | -2/+2 |
* | Remove completely unused concepts from codebase | Daniel Wagner-Hall | 2015-08-25 | 1 | -2/+2 |
* | Blunty replace json with simplejson | Erik Johnston | 2015-02-11 | 1 | -1/+1 |
* | Extract the id token of the token when authing users, include the token and d... | Mark Haines | 2015-01-28 | 1 | -2/+2 |
* | Return the device_id from get_auth_by_req | Mark Haines | 2015-01-28 | 1 | -2/+2 |
* | Extract the client v1 base RestServlet to a separate class | Mark Haines | 2015-01-23 | 1 | -4/+4 |
* | Replace hs.parse_userid with UserID.from_string | Mark Haines | 2015-01-23 | 1 | -6/+7 |
* | Move rest APIs back under the rest directory | Mark Haines | 2015-01-22 | 1 | -0/+113 |