summaryrefslogtreecommitdiffstats
path: root/lib/private/Collaboration
Commit message (Expand)AuthorAgeFilesLines
* Ignore deactivated users in collaborators user search pluginThomas Citharel2018-08-061-1/+3
* start to get fed group shares into the share dialogBjoern Schiessle2018-07-111-0/+78
* the FN is optional, carrying the displayname if presentArthur Schiwon2018-03-141-5/+11
* Fix calculation if there are more resultsJoas Schilling2018-03-081-1/+5
* Add the users result only when non empty so tests stay the sameJoas Schilling2018-03-021-1/+3
* Also array_slice wide email matches of local usersJoas Schilling2018-03-011-4/+7
* Merge pull request #8206 from nextcloud/bugfix/noid/fix-collaboration-result-...blizzz2018-02-202-0/+4
|\
| * Better result handling of email searchJoas Schilling2018-02-202-0/+4
* | 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
* Merge branch 'master' into autocomplete-guiArthur Schiwon2017-11-011-3/+5
|\
| * Add unit tests for SearchResultJoas Schilling2017-10-251-1/+1
| * Correctly search for existing collaboration resultsJoas Schilling2017-10-251-2/+4
* | fix sortingArthur Schiwon2017-10-261-1/+1
* | AutoCompletion backendArthur Schiwon2017-10-221-0/+81
|/
* 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