| Commit message (Expand) | Author | Age | Files | Lines |
* | Add helper function for getting access_tokens from requests | Mark Haines | 2016-09-09 | 1 | -7/+5 |
* | Dont invoke get_handlers fromClientV1RestServlet | Erik Johnston | 2016-08-12 | 1 | -0/+2 |
* | Merge pull request #933 from matrix-org/rav/type_annotations | Richard van der Hoff | 2016-07-20 | 1 | -0/+4 |
|\ |
|
| * | Type annotations | Richard van der Hoff | 2016-07-19 | 1 | -0/+4 |
* | | Further registration refactoring | Richard van der Hoff | 2016-07-19 | 1 | -1/+3 |
|/ |
|
* | Bug fix: expire invalid access tokens | Negar Fazeli | 2016-07-13 | 1 | -1/+1 |
* | Check that there are no null bytes in user and passsword | Erik Johnston | 2016-07-06 | 1 | -0/+6 |
* | Add null separator to hmac | Erik Johnston | 2016-07-06 | 1 | -0/+2 |
* | Add an admin option to shared secret registration | Erik Johnston | 2016-07-05 | 1 | -0/+1 |
* | Protect password when registering using shared secret | Erik Johnston | 2016-07-05 | 1 | -4/+7 |
* | Fix style violations | Kent Shikama | 2016-07-04 | 1 | -1/+2 |
* | Use .get() instead of [] to access password_hash | Kent Shikama | 2016-07-04 | 1 | -1/+1 |
* | Optionally include password hash in createUser endpoint | Kent Shikama | 2016-07-03 | 1 | -1/+3 |
* | Create user with expiry | Negi Fazeli | 2016-05-13 | 1 | -0/+71 |
* | Add a parse_json_object function | Mark Haines | 2016-03-09 | 1 | -12/+2 |
* | Fix relative imports so they work in both py3 and py27 | Mark Haines | 2016-03-08 | 1 | -1/+1 |
* | Rename config field to reflect yaml name | Daniel Wagner-Hall | 2016-02-03 | 1 | -2/+2 |
* | Fix flake8 warnings for new flake8 | Daniel Wagner-Hall | 2016-02-02 | 1 | -1/+2 |
* | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
* | Update endpoints to reflect current spec | Daniel Wagner-Hall | 2015-12-02 | 1 | -1/+1 |
* | Host /unstable and /r0 versions of r0 APIs | Daniel Wagner-Hall | 2015-12-01 | 1 | -2/+2 |
* | Factor out user id validation checks | Erik Johnston | 2015-03-18 | 1 | -9/+5 |
* | Do more validation of incoming request | Erik Johnston | 2015-03-18 | 1 | -3/+3 |
* | Use 403 instead of 400 | Erik Johnston | 2015-03-16 | 1 | -1/+1 |
* | Implement registering with shared secret. | Erik Johnston | 2015-03-13 | 1 | -2/+55 |
* | Always allow AS to register | Erik Johnston | 2015-02-20 | 1 | -3/+5 |
* | Disable registration if config option was set. | Erik Johnston | 2015-02-19 | 1 | -0/+4 |
* | Merge pull request #50 from matrix-org/application-services | Mark Haines | 2015-02-13 | 1 | -1/+23 |
|\ |
|
| * | Add m.login.application_service registration procedure. | Kegan Dougal | 2015-02-05 | 1 | -1/+23 |
* | | Blunty replace json with simplejson | Erik Johnston | 2015-02-11 | 1 | -1/+1 |
|/ |
|
* | Extract the client v1 base RestServlet to a separate class | Mark Haines | 2015-01-23 | 1 | -2/+2 |
* | Move rest APIs back under the rest directory | Mark Haines | 2015-01-22 | 1 | -0/+291 |