summary refs log tree commit diff
path: root/synapse/storage/databases/main/user_directory.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add back the guard against the user directory stream position not existing. (...Patrick Cloke2021-02-181-1/+7
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-4/+2
* Add type hints to various handlers. (#9223)Patrick Cloke2021-01-261-1/+1
* Use the simple dictionary in full text search for the user directory (#8959)Brendan Abolivier2020-12-171-12/+12
* Do not assume that the contents dictionary includes history_visibility. (#8945)Patrick Cloke2020-12-161-2/+5
* Use autocommit mode for single statement DB functions. (#8542)Erik Johnston2020-10-141-28/+17
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-2/+2
* Add /user/{user_id}/shared_rooms/ api (#7785)Will Hunt2020-09-021-1/+43
* Fix errors when updating the user directory with invalid data (#8223)Patrick Cloke2020-09-011-0/+5
* Convert additional databases to async/await part 3 (#8201)Patrick Cloke2020-09-011-19/+25
* Convert simple_update* and simple_select* to async (#8173)Patrick Cloke2020-08-271-2/+2
* Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-4/+5
* Convert additional database stores to async/await (#8045)Patrick Cloke2020-08-071-81/+43
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+847