| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove code generating comments in configuration file (#12941) | Shay | 2022-06-14 | 1 | -39/+0 |
* | Add missing type hints to config classes. (#12402) | Patrick Cloke | 2022-04-11 | 1 | -2/+6 |
* | Add an admin API to run background jobs. (#11352) | Dirk Klimpel | 2021-11-19 | 1 | -2/+2 |
* | Always add local users to the user directory (#10796) | David Robertson | 2021-09-21 | 1 | -5/+9 |
* | Update links to documentation in sample config (#10287) | Dirk Klimpel | 2021-07-07 | 1 | -1/+1 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Clean up the user directory sample config section (#9385) | Andrew Morgan | 2021-02-22 | 1 | -32/+37 |
* | Add a config option to prioritise local users in user directory search result... | Andrew Morgan | 2021-02-19 | 1 | -0/+9 |
* | Refactor HomeserverConfig so it can be typechecked (#6137) | Amber Brown | 2019-10-10 | 1 | -0/+2 |
* | Don't load the generated config as the default. | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
* | Pass config_dir_path and data_dir_path into Config.read_config. (#5522) | Richard van der Hoff | 2019-06-24 | 1 | -1/+1 |
* | Run Black. (#5482) | Amber Brown | 2019-06-20 | 1 | -4/+4 |
* | Fix docs on resetting the user directory (#5036) | Aaron Raimist | 2019-05-28 | 1 | -3/+3 |
* | Fix up sample config | Erik Johnston | 2019-03-20 | 1 | -2/+4 |
* | Update synapse/config/user_directory.py | Richard van der Hoff | 2019-03-20 | 1 | -1/+1 |
* | Add option to disable searching in the user dir | Erik Johnston | 2019-03-19 | 1 | -0/+7 |
* | Attempt to make default config more consistent | Richard van der Hoff | 2019-02-19 | 1 | -1/+1 |
* | better doc | Matthew Hodgson | 2017-12-04 | 1 | -1/+4 |
* | switch to a simpler 'search_all_users' button as per review feedback | Matthew Hodgson | 2017-12-04 | 1 | -7/+8 |
* | specify default user_directory_include_pattern | Matthew Hodgson | 2017-11-30 | 1 | -0/+1 |
* | untested WIP but might actually work | Matthew Hodgson | 2017-11-29 | 1 | -3/+2 |
* | Add user_directory_include_pattern config param to expand search results to a... | Matthew Hodgson | 2017-11-29 | 1 | -0/+40 |