summary refs log tree commit diff
path: root/synapse/storage/databases/main/user_directory.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use direct references for configuration variables (part 5). (#10897)Patrick Cloke2021-09-241-2/+2
* Improve typing in user_directory files (#10891)David Robertson2021-09-241-35/+89
* Always add local users to the user directory (#10796)David Robertson2021-09-211-17/+10
* Use direct references for some configuration variables (#10798)Patrick Cloke2021-09-131-1/+1
* Easy refactors of the user directory (#10789)David Robertson2021-09-101-4/+3
* Convert room member storage tuples to attrs. (#10629)Patrick Cloke2021-08-181-1/+1
* Replace `or_ignore` in `simple_insert` with `simple_upsert` (#10442)Erik Johnston2021-07-221-55/+11
* Use get_current_users_in_room from store and not StateHandler (#9910)Erik Johnston2021-05-051-3/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Remove cache for get_shared_rooms_for_users (#9416)Andrew Morgan2021-02-221-3/+1
* Add a config option to prioritise local users in user directory search result...Andrew Morgan2021-02-191-9/+50
* 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