summary refs log tree commit diff
path: root/synapse/storage/data_stores/main/registration.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't push if an user account has expired (#58)Mathieu Velten2020-09-181-0/+17
* Merge commit 'de119063f' into anoa/dinsic_release_1_18_xAndrew Morgan2020-08-031-29/+36
|\
| * Use a postgres sequence to generate guest user IDsRichard van der Hoff2020-07-161-29/+36
* | Merge commit '03619324f' into dinsicAndrew Morgan2020-08-031-3/+1
|\|
| * Replace iteritems/itervalues/iterkeys with native versions. (#7692)Patrick Cloke2020-06-151-3/+1
* | Merge branch 'release-v1.15.0' of github.com:matrix-org/synapse into dinsic-r...Andrew Morgan2020-06-241-11/+12
|\|
| * async/await get_user_id_by_threepid (#7620)Andrew Morgan2020-06-031-10/+12
* | Add a bulk user info endpoint and deprecate the old one (#46)Andrew Morgan2020-06-191-0/+50
* | Performance improvements to marking expired users as inactive (#47)Andrew Morgan2020-06-191-6/+15
* | Merge branch 'release-v1.13.0' of github.com:matrix-org/synapse into dinsic-r...Andrew Morgan2020-06-101-3/+2
|\|
| * async/await is_server_admin (#7363)Andrew Morgan2020-05-011-3/+2
* | Fixed set a user as an admin with the new API (#6928)Andrew Morgan2020-03-241-6/+10
|\|
| * Fixed set a user as an admin with the new API (#6928)Dirk Klimpel2020-02-281-6/+10
* | Remove unnecessary abstractions in admin handler (#6751)Andrew Morgan2020-03-231-1/+1
|\|
| * Remove unnecessary abstractions in admin handler (#6751)Andrew Morgan2020-01-221-1/+1
* | Allow admin users to create or modify users without a shared secret (#6495)Andrew Morgan2020-03-231-0/+2
|\|
| * Allow admin users to create or modify users without a shared secret (#6495)Manuel Stahl2020-01-091-0/+2
* | Back out perf regression from get_cross_signing_keys_from_cache. (#6494)Andrew Morgan2020-03-191-6/+7
|\|
| * Change DataStores to accept 'database' param.Erik Johnston2019-12-061-6/+7
* | Merge pull request #6469 from matrix-org/erikj/make_database_classAndrew Morgan2020-03-191-93/+94
|\|
| * Move background update handling out of storeErik Johnston2019-12-051-12/+9
| * Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-80/+84
* | Merge pull request #6464 from matrix-org/erikj/make_public_sql_baseAndrew Morgan2020-03-191-46/+46
|\|
| * Remove underscore from SQLBaseStore functionsErik Johnston2019-12-041-46/+46
* | Merge pull request #6454 from matrix-org/erikj/clean_base_StoreAndrew Morgan2020-03-191-0/+64
|\|
| * Move account validity bg updates to registration storeErik Johnston2019-12-041-0/+64
* | Remove local threepids on account deactivation (#6426)Andrew Morgan2020-03-181-0/+13
|\|
| * Remove local threepids on account deactivation (#6426)Andrew Morgan2019-11-281-0/+13
* | Merge pull request #6420 from matrix-org/erikj/fix_find_next_generated_user_i...Andrew Morgan2020-03-181-12/+6
|\|
| * Don't construct a setErik Johnston2019-11-261-6/+3
| * Fix find_next_generated_user_id_localpartErik Johnston2019-11-261-10/+7
* | Clean up newline quote marks around the codebase (#6362)Andrew Morgan2020-03-181-3/+1
|\|
| * Clean up newline quote marks around the codebase (#6362)Andrew Morgan2019-11-211-3/+1
* | Make numeric user_id checker start at @0, and don't ratelimit on checking (#6...Andrew Morgan2020-03-181-4/+4
|\|
| * Numeric ID checker now checks @0, don't ratelimit on checkingAndrew Morgan2019-11-061-4/+4
* | Update black to 19.10b0 (#6304)Andrew Morgan2020-03-161-1/+1
|\|
| * Update black to 19.10b0 (#6304)Amber Brown2019-11-011-1/+1
* | Merge pull request #6231 from matrix-org/erikj/refactor_storesAndrew Morgan2020-03-161-0/+22
|/
* Move storage classes into a main "data store".Erik Johnston2019-10-211-0/+1499