summary refs log tree commit diff
path: root/synapse/storage/databases/main/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow moving account data and receipts streams off master (#9104)Erik Johnston2021-01-181-3/+7
* Allow running sendToDevice on workers (#9044)Erik Johnston2021-01-071-33/+0
* Make search statement in List Room and User Admin API case-insensitive (#8931)Dirk Klimpel2020-12-171-3/+4
* Convert internal pusher dicts to attrs classes. (#8940)Patrick Cloke2020-12-161-3/+0
* Type hints for RegistrationStore (#8615)Erik Johnston2020-10-221-1/+0
* Add logging on startup/shutdown (#8448)Erik Johnston2020-10-021-1/+0
* Allow background tasks to be run on a separate worker. (#8369)Patrick Cloke2020-10-021-191/+0
* Fix MultiWriteIdGenerator's handling of restarts. (#8374)Erik Johnston2020-09-241-1/+7
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Avoid table-scanning users at startup (#8271)Richard van der Hoff2020-09-071-11/+14
* Add more logging to debug slow startup (#8264)Richard van der Hoff2020-09-071-0/+1
* Convert additional databases to async/await (#8199)Patrick Cloke2020-09-011-22/+28
* Move and rename `get_devices_with_keys_by_user` (#8204)Richard van der Hoff2020-09-011-0/+3
* Convert additional database methods to async (select list, search, insert_man...Patrick Cloke2020-08-271-6/+6
* Convert simple_update* and simple_select* to async (#8173)Patrick Cloke2020-08-271-4/+4
* Wording fixes to 'name' user admin api filter (#8163)Andrew Morgan2020-08-251-1/+1
* Search in columns 'name' and 'displayname' in the admin users endpoint (#7377)Manuel Stahl2020-08-251-12/+19
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+596