summary refs log tree commit diff
path: root/synapse/storage/databases/main/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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