summary refs log tree commit diff
path: root/scripts-dev (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-17Use the simple dictionary in full text search for the user directory (#8959)Brendan Abolivier3-12/+36
* Use the simple dictionary in fts for the user directory * Clarify naming
2020-12-17Fix a bug that deactivated users appear in the directory (#8933)Dirk Klimpel4-4/+95
Fixes a bug that deactivated users appear in the directory when their profile information was updated. To change profile information of deactivated users is neccesary for example you will remove displayname or avatar. But they should not appear in directory. They are deactivated. Co-authored-by: Erik Johnston <erikj@jki.re>