summaryrefslogtreecommitdiffstats
path: root/lib/private/Collaboration/Collaborators
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8328 from nextcloud/bugfix/noid/filter-out-the-current-us...Joas Schilling2018-02-141-2/+9
|\
| * Filter out the current user when searching for emails tooJoas Schilling2018-02-131-2/+9
* | Use non aliased method insteadMorris Jobke2018-02-132-2/+2
|/
* Use $var[] = $a instead of array_push - 2x fasterMorris Jobke2018-01-252-4/+4
* add types to php docArthur Schiwon2018-01-171-4/+4
* do not offer the handle of the current user for auto completionArthur Schiwon2018-01-172-0/+20
* Don't show users which e-mail address match if they belong to a group we may ...Tobia De Koninck2017-12-151-1/+29
* Update license headersMorris Jobke2017-11-061-0/+1
* Add unit tests for SearchResultJoas Schilling2017-10-251-1/+1
* Correctly search for existing collaboration resultsJoas Schilling2017-10-251-2/+4
* add tests for Lookup PluginArthur Schiwon2017-09-261-2/+1
* split off former searchSharee unit testArthur Schiwon2017-09-261-7/+2
* split off getEmail testsArthur Schiwon2017-09-261-1/+1
* split off getRemote unit testsArthur Schiwon2017-09-261-2/+2
* split off getUsers unit testsArthur Schiwon2017-09-261-2/+2
* minor fixesArthur Schiwon2017-09-261-1/+1
* allow more than one plugin per share typeArthur Schiwon2017-09-261-8/+10
* make it possible to register plugins and kick out the circle oneArthur Schiwon2017-09-262-62/+17
* don't keep result types hard codedArthur Schiwon2017-09-268-47/+53
* Splits off the logic from sharees endpoint thus making it available fromArthur Schiwon2017-09-268-0/+877