Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | create support user (#4141) | Neil Johnson | 2018-12-14 | 1 | -0/+22 |
* | Implement trail users | Erik Johnston | 2018-08-23 | 1 | -0/+1 |
* | Run tests under PostgreSQL (#3423) | Amber Brown | 2018-08-13 | 1 | -1/+1 |
* | Run black. | black | 2018-08-10 | 1 | -25/+13 |
* | run isort | Amber Brown | 2018-07-09 | 1 | -1/+1 |
* | fix tests | Richard van der Hoff | 2018-05-29 | 1 | -0/+1 |
* | Send users a server notice about consent | Richard van der Hoff | 2018-05-22 | 1 | -3/+8 |
* | Fix tests for refresh_token removal | Richard van der Hoff | 2017-11-01 | 1 | -3/+3 |
* | fix imports | Richard van der Hoff | 2016-11-30 | 1 | -3/+0 |
* | Rip out more refresh_token code | Richard van der Hoff | 2016-11-30 | 1 | -55/+0 |
* | Delete refresh tokens when deleting devices | Richard van der Hoff | 2016-07-26 | 1 | -0/+34 |
* | Add device_id support to /login | Richard van der Hoff | 2016-07-18 | 1 | -7/+14 |
* | Fix flake8 warnings for tests | Mark Haines | 2016-02-19 | 1 | -2/+4 |
* | Fix tests | Erik Johnston | 2016-01-27 | 1 | -2/+1 |
* | Merge pull request #456 from matrix-org/store_event_actions | David Baker | 2016-01-08 | 1 | -1/+1 |
|\ | |||||
| * | fix tests | David Baker | 2016-01-06 | 1 | -1/+1 |
* | | copyrights | Matthew Hodgson | 2016-01-07 | 1 | -1/+1 |
|/ | |||||
* | Stop looking up "admin", which we never read | Daniel Wagner-Hall | 2015-08-25 | 1 | -4/+2 |
* | Remove completely unused concepts from codebase | Daniel Wagner-Hall | 2015-08-25 | 1 | -2/+0 |
* | /tokenrefresh POST endpoint | Daniel Wagner-Hall | 2015-08-20 | 1 | -0/+55 |
* | s/by_token/by_access_token/g | Daniel Wagner-Hall | 2015-08-20 | 1 | -2/+2 |
* | Caches should be bound to instances. | Erik Johnston | 2015-06-03 | 1 | -1/+1 |
* | Make work in both Maria and SQLite. Fix tests | Erik Johnston | 2015-04-01 | 1 | -13/+23 |
* | Factor out some of the common homeserver setup code into a | Mark Haines | 2015-02-11 | 1 | -8/+2 |
* | Extract the id token of the token when authing users, include the token and d... | Mark Haines | 2015-01-28 | 1 | -2/+8 |
* | Unbreak tests after changing storage API | Erik Johnston | 2014-09-29 | 1 | -2/+2 |
* | Use new 'tests.unittest' in new storage level tests | Paul "LeoNerd" Evans | 2014-09-15 | 1 | -1/+1 |
* | Unit-test for RegistrationStore using SQLiteMemoryDbPool | Paul "LeoNerd" Evans | 2014-09-11 | 1 | -0/+69 |