summary refs log tree commit diff
path: root/synapse/config/user_directory.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow us to configure http vs https for user_directoryMichael Kaye2018-10-171-1/+1
|
* Fix spelling & add experimental API commentDavid Baker2018-04-251-1/+2
|
* Option to defer to an ID server for user_directoryDavid Baker2018-04-191-0/+8
|
* 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 ↵Matthew Hodgson2017-11-291-0/+40
additional users Initial commit; this doesn't work yet - the LIKE filtering seems too aggressive. It also needs _do_initial_spam to be aware of prepopulating the whole user_directory_search table with all users... ...and it needs a handle_user_signup() or something to be added so that new signups get incrementally added to the table too. Committing it here as a WIP