summary refs log tree commit diff
path: root/synapse/config/user_directory.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
* Implements admin API to lock an user (MSC3939) (#15870)Mathieu Velten2023-08-101-0/+1
* Remove code generating comments in configuration file (#12941)Shay2022-06-141-39/+0
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-2/+6
* Add an admin API to run background jobs. (#11352)Dirk Klimpel2021-11-191-2/+2
* Always add local users to the user directory (#10796)David Robertson2021-09-211-5/+9
* Update links to documentation in sample config (#10287)Dirk Klimpel2021-07-071-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Clean up the user directory sample config section (#9385)Andrew Morgan2021-02-221-32/+37
* Add a config option to prioritise local users in user directory search result...Andrew Morgan2021-02-191-0/+9
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-0/+2
* Don't load the generated config as the default.Richard van der Hoff2019-06-241-1/+1
* Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff2019-06-241-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-4/+4
* Fix docs on resetting the user directory (#5036)Aaron Raimist2019-05-281-3/+3
* Fix up sample configErik Johnston2019-03-201-2/+4
* Update synapse/config/user_directory.pyRichard van der Hoff2019-03-201-1/+1
* Add option to disable searching in the user dirErik Johnston2019-03-191-0/+7
* Attempt to make default config more consistentRichard van der Hoff2019-02-191-1/+1
* better docMatthew Hodgson2017-12-041-1/+4
* switch to a simpler 'search_all_users' button as per review feedbackMatthew Hodgson2017-12-041-7/+8
* specify default user_directory_include_patternMatthew Hodgson2017-11-301-0/+1
* untested WIP but might actually workMatthew Hodgson2017-11-291-3/+2
* Add user_directory_include_pattern config param to expand search results to a...Matthew Hodgson2017-11-291-0/+40