summaryrefslogtreecommitdiffstats
path: root/lib/private/Collaboration/Collaborators/UserPlugin.php
Commit message (Expand)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* dont show remote and email options if we have an exact match for local user e...Robin Appelman2020-04-081-8/+21
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+2
* Limit user search in Collaborators pluginsJulius Härtl2020-03-201-3/+30
* Update license headersChristoph Wurst2019-12-051-1/+4
* Fix autocomplete suggestions with numeric user idsJoas Schilling2019-11-261-2/+3
* Ignore deactivated users in collaborators user search pluginThomas Citharel2018-08-061-1/+3
* Use non aliased method insteadMorris Jobke2018-02-131-1/+1
* Use $var[] = $a instead of array_push - 2x fasterMorris Jobke2018-01-251-2/+2
* do not offer the handle of the current user for auto completionArthur Schiwon2018-01-171-0/+11
* split off getUsers unit testsArthur Schiwon2017-09-261-2/+2
* don't keep result types hard codedArthur Schiwon2017-09-261-1/+3
* Splits off the logic from sharees endpoint thus making it available fromArthur Schiwon2017-09-261-0/+147