summaryrefslogtreecommitdiffstats
path: root/lib/private/Collaboration/Collaborators/UserPlugin.php
Commit message (Expand)AuthorAgeFilesLines
* Also limit to user group in case enumeration is enabled for groups and phonen...Joas Schilling2021-03-221-1/+20
* Improve search results when only phonebook-matches can we autocompletedJoas Schilling2021-03-221-1/+5
* Add a setting to restrict returning a full match unless in phonebook or same ...Joas Schilling2021-03-111-1/+5
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-111-11/+18
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Show unique displayname context in the sharing inputJulius Härtl2020-12-141-0/+5
* Bump @nextcloud/vue to 3.0.0John Molakvoæ (skjnldsv)2020-10-201-3/+3
* Init vue comments tabJohn Molakvoæ (skjnldsv)2020-10-201-0/+6
* Do not match sharees on an empty email addressChristoph Wurst2020-09-281-2/+2
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+2
* Properly search for users when limittogroups is enabledRoeland Jago Douma2020-08-211-1/+9
* Expose status via Collaborators APIGeorg Ehrke2020-08-141-2/+51
* Fix testsJoas Schilling2020-06-241-1/+0
* Update share type constant usageJoas Schilling2020-06-241-2/+2
* Fix unit testsJoas Schilling2020-06-181-1/+1
* Fix PHP CSJoas Schilling2020-06-171-1/+0
* Move back to IGroupManager::displayNamesInGroup()Joas Schilling2020-06-171-10/+6
* Avoid duplicate matches in wide and exact resultsJulius Härtl2020-06-151-34/+22
* Update license headers for 19Christoph Wurst2020-04-291-0/+2
* 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