summary refs log tree commit diff
path: root/synapse/rest/client/user_directory.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a long-standing bug where the user directory would return 1 more row ↵reivilibre2022-12-071-2/+2
| | | | than requested. (#14631)
* Correct `check_username_for_spam` annotations and docs (#12246)David Robertson2022-03-181-2/+2
| | | | | | | * Formally type the UserProfile in user searches * export UserProfile in synapse.module_api * Update docs Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
* Use direct references for configuration variables (part 5). (#10897)Patrick Cloke2021-09-241-1/+1
|
* Addtional type hints for the REST servlets. (#10665)Patrick Cloke2021-08-231-7/+10
|
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-0/+79