Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow us to configure http vs https for user_directory | Michael Kaye | 2018-10-17 | 1 | -1/+1 |
| | |||||
* | Fix spelling & add experimental API comment | David Baker | 2018-04-25 | 1 | -1/+2 |
| | |||||
* | Option to defer to an ID server for user_directory | David Baker | 2018-04-19 | 1 | -0/+8 |
| | |||||
* | 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 ↵ | Matthew Hodgson | 2017-11-29 | 1 | -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 |