summary refs log tree commit diff
path: root/synapse/storage/databases/main/registration.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary SystemRandom from SQLBaseStore (#9987)Dan Callahan2021-05-141-1/+2
* Port "Allow users to click account renewal links multiple times without hitti...Andrew Morgan2021-04-191-16/+46
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Consistently check whether a password may be set for a user. (#9636)Dirk Klimpel2021-03-181-0/+1
* Convert Requester to attrs (#9586)Richard van der Hoff2021-03-101-3/+3
* Refactor to ensure we call check_consistency (#9470)Erik Johnston2021-02-241-3/+16
* Add the shadow-banning status to the display user admin API. (#9400)Dirk Klimpel2021-02-171-2/+5
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-2/+5
* Merge branch 'social_login' into developRichard van der Hoff2021-02-011-20/+20
|\
| * Fix SSO on workers (#9271)Richard van der Hoff2021-02-011-20/+20
* | Add an admin API for shadow-banning users. (#9209)Patrick Cloke2021-01-251-0/+29
* | Use execute_batch in more places (#9188)Erik Johnston2021-01-211-1/+1
|/
* Allow re-using a UI auth validation for a period of time (#8970)Patrick Cloke2020-12-181-0/+38
* UIA: offer only available auth flowsRichard van der Hoff2020-12-021-0/+25
* Add admin API for logging in as a user (#8617)Erik Johnston2020-11-171-0/+2
* Add ability for access tokens to belong to one user but grant access to anoth...Erik Johnston2020-10-291-9/+39
* Add type hints for account validity handler (#8620)Patrick Cloke2020-10-261-2/+2
* Type hints for RegistrationStore (#8615)Erik Johnston2020-10-221-73/+83
* Move additional tasks to the background worker, part 4 (#8513)Patrick Cloke2020-10-131-26/+26
* Fix message duplication if something goes wrong after persisting the event (#...Erik Johnston2020-10-131-1/+5
* Move additional tasks to the background worker, part 3 (#8489)Patrick Cloke2020-10-091-8/+3
* Add type hints to some handlers (#8505)Patrick Cloke2020-10-091-1/+3
* Move additional tasks to the background worker (#8458)Patrick Cloke2020-10-071-93/+91
* Add support for MSC2697: Dehydrated devices (#8380)Hubert Chathi2020-10-071-1/+31
* Add checks for postgres sequence consistency (#8402)Erik Johnston2020-09-281-0/+3
* Allow existing users to login via OpenID Connect. (#8345)Tdxdxoz2020-09-251-2/+2
* Don't push if an user account has expired (#8353)Mathieu Velten2020-09-231-0/+14
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-3/+3
* Fix incorrect return signatureAndrew Morgan2020-08-281-1/+1
* Convert `event_push_actions`, `registration`, and `roommember` datastores to ...Patrick Cloke2020-08-281-115/+123
* Convert simple_delete to async/await. (#8191)Patrick Cloke2020-08-271-15/+14
* Convert calls of async database methods to async (#8166)Patrick Cloke2020-08-271-15/+14
* Convert simple_update* and simple_select* to async (#8173)Patrick Cloke2020-08-271-10/+12
* Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-5/+5
* Don't fail /submit_token requests on incorrect session ID if request_token_in...Brendan Abolivier2020-08-241-6/+19
* Convert some of the general database methods to async (#8100)Patrick Cloke2020-08-171-5/+3
* Add a shadow-banned flag to users. (#8092)Patrick Cloke2020-08-141-1/+8
* Remove some unused database functions. (#8085)Patrick Cloke2020-08-141-37/+0
* Converts event_federation and registration databases to async/await (#8061)Patrick Cloke2020-08-111-128/+105
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+1588