summary refs log tree commit diff
path: root/synapse/storage/databases/main/registration.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '4325be1a5' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-211-3/+3
|\
| * Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-3/+3
* | Merge commit 'd2ac767de' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-1/+1
|\|
| * Fix incorrect return signatureAndrew Morgan2020-08-281-1/+1
* | Merge commit 'd58fda99f' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-115/+123
|\|
| * Convert `event_push_actions`, `registration`, and `roommember` datastores to ...Patrick Cloke2020-08-281-115/+123
* | Merge commit 'b71d4a094' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-15/+14
|\|
| * Convert simple_delete to async/await. (#8191)Patrick Cloke2020-08-271-15/+14
* | Merge commit '9b7ac03af' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-15/+14
|\|
| * Convert calls of async database methods to async (#8166)Patrick Cloke2020-08-271-15/+14
* | Merge commit '4a739c73b' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-10/+12
|\|
| * Convert simple_update* and simple_select* to async (#8173)Patrick Cloke2020-08-271-10/+12
* | Merge commit 'a466b6797' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-5/+5
|\|
| * Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-5/+5
* | Merge commit '56efa9ec7' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-6/+19
|\|
| * Don't fail /submit_token requests on incorrect session ID if request_token_in...Brendan Abolivier2020-08-241-6/+19
* | Merge commit '050e20e7c' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-5/+3
|\|
| * Convert some of the general database methods to async (#8100)Patrick Cloke2020-08-171-5/+3
* | Merge commit 'e04e465b4' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-1/+8
|\|
| * Add a shadow-banned flag to users. (#8092)Patrick Cloke2020-08-141-1/+8
* | Merge commit 'dc22090a6' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-37/+0
|\|
| * Remove some unused database functions. (#8085)Patrick Cloke2020-08-141-37/+0
* | Merge commit 'a0acdfa9e' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-151/+110
|\|
| * Converts event_federation and registration databases to async/await (#8061)Patrick Cloke2020-08-111-128/+105
* | Merge commit 'a7bdf98d0' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-161-1/+98
|/
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+1588