summaryrefslogtreecommitdiffstats
path: root/lib/private/Collaboration
Commit message (Expand)AuthorAgeFilesLines
* Fix calculation if there are more resultsJoas Schilling2018-03-091-1/+5
* Add the users result only when non empty so tests stay the sameJoas Schilling2018-03-091-1/+3
* Also array_slice wide email matches of local usersJoas Schilling2018-03-091-4/+7
* PHP 5.6 compatibilityJoas Schilling2018-03-061-1/+1
* Filter out the current user when searching for emails tooJoas Schilling2018-03-061-2/+9
* Better result handling of email searchJoas Schilling2018-02-202-0/+4
* Backport of format self-mentions, but don't offer them #7914Arthur Schiwon2018-01-182-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