| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow admins to require a manual approval process before new accounts can be ... | Brendan Abolivier | 2022-09-29 | 1 | -1/+101 |
* | Add timestamp to user's consent (#13741) | Dirk Klimpel | 2022-09-08 | 1 | -7/+26 |
* | Replace assertEquals and friends with non-deprecated versions. (#12092) | Patrick Cloke | 2022-02-28 | 1 | -3/+3 |
* | Remove `HomeServer.get_datastore()` (#12031) | Richard van der Hoff | 2022-02-23 | 1 | -1/+1 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Convert storage test cases to HomeserverTestCase. (#9736) | Patrick Cloke | 2021-04-06 | 1 | -65/+43 |
* | Add the shadow-banning status to the display user admin API. (#9400) | Dirk Klimpel | 2021-02-17 | 1 | -0/+1 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -2/+8 |
* | Add ability for access tokens to belong to one user but grant access to anoth... | Erik Johnston | 2020-10-29 | 1 | -6/+4 |
* | Do not yield on awaitables in tests. (#8193) | Patrick Cloke | 2020-08-27 | 1 | -16/+28 |
* | Convert simple_select_one and simple_select_one_onecol to async (#8162) | Patrick Cloke | 2020-08-26 | 1 | -1/+1 |
* | Don't fail /submit_token requests on incorrect session ID if request_token_in... | Brendan Abolivier | 2020-08-24 | 1 | -0/+31 |
* | Converts event_federation and registration databases to async/await (#8061) | Patrick Cloke | 2020-08-11 | 1 | -6/+12 |
* | Allow admin users to create or modify users without a shared secret (#6495) | Manuel Stahl | 2020-01-09 | 1 | -0/+2 |
* | Add database config class (#6513) | Erik Johnston | 2019-12-18 | 1 | -1/+0 |
* | Fix registration test | Half-Shot | 2019-08-23 | 1 | -0/+1 |
* | Implement access token expiry (#5660) | Richard van der Hoff | 2019-07-12 | 1 | -3/+5 |
* | Remove access-token support from RegistrationStore.register (#5642) | Richard van der Hoff | 2019-07-10 | 1 | -24/+7 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -1/+1 |
* | Run Black on the tests again (#5170) | Amber Brown | 2019-05-10 | 1 | -1/+1 |
* | 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 |