| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the shadow-banning status to the display user admin API. (#9400) | Dirk Klimpel | 2021-02-17 | 1 | -2/+5 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -2/+5 |
* | Merge branch 'social_login' into develop | Richard van der Hoff | 2021-02-01 | 1 | -20/+20 |
|\ |
|
| * | Fix SSO on workers (#9271) | Richard van der Hoff | 2021-02-01 | 1 | -20/+20 |
* | | Add an admin API for shadow-banning users. (#9209) | Patrick Cloke | 2021-01-25 | 1 | -0/+29 |
* | | Use execute_batch in more places (#9188) | Erik Johnston | 2021-01-21 | 1 | -1/+1 |
|/ |
|
* | Allow re-using a UI auth validation for a period of time (#8970) | Patrick Cloke | 2020-12-18 | 1 | -0/+38 |
* | UIA: offer only available auth flows | Richard van der Hoff | 2020-12-02 | 1 | -0/+25 |
* | Add admin API for logging in as a user (#8617) | Erik Johnston | 2020-11-17 | 1 | -0/+2 |
* | Add ability for access tokens to belong to one user but grant access to anoth... | Erik Johnston | 2020-10-29 | 1 | -9/+39 |
* | Add type hints for account validity handler (#8620) | Patrick Cloke | 2020-10-26 | 1 | -2/+2 |
* | Type hints for RegistrationStore (#8615) | Erik Johnston | 2020-10-22 | 1 | -73/+83 |
* | Move additional tasks to the background worker, part 4 (#8513) | Patrick Cloke | 2020-10-13 | 1 | -26/+26 |
* | Fix message duplication if something goes wrong after persisting the event (#... | Erik Johnston | 2020-10-13 | 1 | -1/+5 |
* | Move additional tasks to the background worker, part 3 (#8489) | Patrick Cloke | 2020-10-09 | 1 | -8/+3 |
* | Add type hints to some handlers (#8505) | Patrick Cloke | 2020-10-09 | 1 | -1/+3 |
* | Move additional tasks to the background worker (#8458) | Patrick Cloke | 2020-10-07 | 1 | -93/+91 |
* | Add support for MSC2697: Dehydrated devices (#8380) | Hubert Chathi | 2020-10-07 | 1 | -1/+31 |
* | Add checks for postgres sequence consistency (#8402) | Erik Johnston | 2020-09-28 | 1 | -0/+3 |
* | Allow existing users to login via OpenID Connect. (#8345) | Tdxdxoz | 2020-09-25 | 1 | -2/+2 |
* | Don't push if an user account has expired (#8353) | Mathieu Velten | 2020-09-23 | 1 | -0/+14 |
* | Simplify super() calls to Python 3 syntax. (#8344) | Patrick Cloke | 2020-09-18 | 1 | -3/+3 |
* | Fix incorrect return signature | Andrew Morgan | 2020-08-28 | 1 | -1/+1 |
* | Convert `event_push_actions`, `registration`, and `roommember` datastores to ... | Patrick Cloke | 2020-08-28 | 1 | -115/+123 |
* | Convert simple_delete to async/await. (#8191) | Patrick Cloke | 2020-08-27 | 1 | -15/+14 |
* | Convert calls of async database methods to async (#8166) | Patrick Cloke | 2020-08-27 | 1 | -15/+14 |
* | Convert simple_update* and simple_select* to async (#8173) | Patrick Cloke | 2020-08-27 | 1 | -10/+12 |
* | Convert simple_select_one and simple_select_one_onecol to async (#8162) | Patrick Cloke | 2020-08-26 | 1 | -5/+5 |
* | Don't fail /submit_token requests on incorrect session ID if request_token_in... | Brendan Abolivier | 2020-08-24 | 1 | -6/+19 |
* | Convert some of the general database methods to async (#8100) | Patrick Cloke | 2020-08-17 | 1 | -5/+3 |
* | Add a shadow-banned flag to users. (#8092) | Patrick Cloke | 2020-08-14 | 1 | -1/+8 |
* | Remove some unused database functions. (#8085) | Patrick Cloke | 2020-08-14 | 1 | -37/+0 |
* | Converts event_federation and registration databases to async/await (#8061) | Patrick Cloke | 2020-08-11 | 1 | -128/+105 |
* | Rename database classes to make some sense (#8033) | Erik Johnston | 2020-08-05 | 1 | -0/+1588 |