summary refs log tree commit diff
path: root/synapse/storage/data_stores/main/registration.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-1582/+0
* Use a postgres sequence to generate guest user IDsRichard van der Hoff2020-07-161-29/+36
* Replace iteritems/itervalues/iterkeys with native versions. (#7692)Patrick Cloke2020-06-151-3/+1
* async/await get_user_id_by_threepid (#7620)Andrew Morgan2020-06-031-10/+12
* async/await is_server_admin (#7363)Andrew Morgan2020-05-011-3/+2
* 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-01-221-1/+1
* Allow admin users to create or modify users without a shared secret (#6495)Manuel Stahl2020-01-091-0/+2
* Change DataStores to accept 'database' param.Erik Johnston2019-12-061-6/+7
* 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
* Remove underscore from SQLBaseStore functionsErik Johnston2019-12-041-46/+46
* Move account validity bg updates to registration storeErik Johnston2019-12-041-0/+64
* Remove local threepids on account deactivation (#6426)Andrew Morgan2019-11-281-0/+13
* 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 Morgan2019-11-211-3/+1
* Numeric ID checker now checks @0, don't ratelimit on checkingAndrew Morgan2019-11-061-4/+4
* Update black to 19.10b0 (#6304)Amber Brown2019-11-011-1/+1
* Move storage classes into a main "data store".Erik Johnston2019-10-211-0/+1499