| Commit message (Expand) | Author | Age | Files | Lines |
* | Wrap register_device coroutine in an ensureDeferred (#7684) | Andrew Morgan | 2020-06-16 | 1 | -5/+7 |
* | Convert the registration handler to async/await. (#7649) | Patrick Cloke | 2020-06-08 | 1 | -2/+6 |
* | Convert auth handler to async/await (#7261) | Patrick Cloke | 2020-04-15 | 1 | -2/+4 |
* | Do not allow a deactivated user to login via SSO. (#7240) | Patrick Cloke | 2020-04-09 | 1 | -1/+21 |
* | Factor out complete_sso_login and expose it to the Module API | Brendan Abolivier | 2020-03-03 | 1 | -0/+19 |
* | Cleanups and additions to the module API | Richard van der Hoff | 2020-01-12 | 2 | -6/+59 |
* | Move DB pool and helper functions into dedicated Database class | Erik Johnston | 2019-12-05 | 1 | -1/+1 |
* | Remove unnecessary parentheses around return statements (#5931) | Andrew Morgan | 2019-08-30 | 1 | -1/+1 |
* | Replace returnValue with return (#5736) | Amber Brown | 2019-07-23 | 1 | -1/+1 |
* | Remove access-token support from RegistrationHandler.register (#5641) | Richard van der Hoff | 2019-07-08 | 1 | -8/+2 |
* | Update ModuleApi to avoid register(generate_token=True) (#5640) | Richard van der Hoff | 2019-07-08 | 1 | -8/+56 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -3/+3 |
* | Allow password providers to bind emails (#4947) | Andrew Morgan | 2019-03-28 | 1 | -4/+5 |
* | Support 3PID login in password providers (#4931) | Andrew Morgan | 2019-03-26 | 1 | -3/+15 |
* | Fix registration on workers (#4682) | Erik Johnston | 2019-02-20 | 1 | -1/+1 |
* | Delete devices in various logout situations | Richard van der Hoff | 2017-11-29 | 1 | -2/+12 |
* | Add more hooks to ModuleApi | Richard van der Hoff | 2017-11-02 | 1 | -0/+34 |
* | Factor _AccountHandler proxy out to ModuleApi | Richard van der Hoff | 2017-11-02 | 1 | -0/+79 |