summary refs log tree commit diff
path: root/synapse/storage/databases/main/user_directory.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'c9c1c9d82' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-201-12/+12
|\
| * Use the simple dictionary in full text search for the user directory (#8959)Brendan Abolivier2020-12-171-12/+12
* | Merge commit 'bd30cfe86' into anoa/dinsic_release_1_31_0Andrew Morgan2021-04-161-2/+5
|\|
| * Do not assume that the contents dictionary includes history_visibility. (#8945)Patrick Cloke2020-12-161-2/+5
* | Add a config option to prioritise local users in user directory search result...Andrew Morgan2021-02-191-9/+50
|/
* 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