summary refs log tree commit diff
path: root/docs/user_directory.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix various typos in docs (#17114)devonh2024-04-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | ### Pull Request Checklist <!-- Please read https://element-hq.github.io/synapse/latest/development/contributing_guide.html before submitting your pull request --> * [X] Pull request is based on the develop branch * [X] Pull request includes a [changelog file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog). The entry should: - Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from `EventStore` to `EventWorkerStore`.". - Use markdown where necessary, mostly for `code blocks`. - End with either a period (.) or an exclamation mark (!). - Start with a capital letter. - Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry. * [X] [Code style](https://element-hq.github.io/synapse/latest/code_style.html) is correct (run the [linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))
* Clean-up old release notes (#16418)Patrick Cloke2023-10-021-1/+1
| | | | Fixes some broken formatting from the reStructuedText to Markdown conversion and fixes some typos.
* Add documentation about the user directory search algorithm (#16320)Patrick Cloke2023-09-261-26/+110
|
* Add an admin API to run background jobs. (#11352)Dirk Klimpel2021-11-191-3/+3
| | | | | | Instead of having admins poke into the database directly. Can currently run jobs to populate stats and to populate the user directory.
* Easy refactors of the user directory (#10789)David Robertson2021-09-101-0/+37
| | | No functional changes here. This came out as I was working to tackle #5677
* Update user_directory.md (#10016)Javier Junquera Sánchez2021-05-201-1/+1
| | | Signed-off-by: Javier Junquera Sánchez <javier@junquera.io>
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-1/+1
|
* Fix link to user_dir_populate.sql in the user directory docs (#6388)Aaron Raimist2019-11-211-2/+1
|
* Fix docs on resetting the user directory (#5036)Aaron Raimist2019-05-281-7/+3
| | | | Signed-off-by: Aaron Raimist <aaron@raim.ist>
* simplify instructions for regenerating user_dirMatthew Hodgson2017-11-041-0/+17