summaryrefslogtreecommitdiffstats
path: root/lib/private/Collaboration/Collaborators
Commit message (Expand)AuthorAgeFilesLines
...
* 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-296-0/+8
* Use paginated search for contactsJulius Härtl2020-04-232-4/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-107-19/+19
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-096-6/+0
* dont show remote and email options if we have an exact match for local user e...Robin Appelman2020-04-082-8/+28
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-1/+3
* Limit user search in Collaborators pluginsJulius Härtl2020-03-203-5/+50
* Update license headersChristoph Wurst2019-12-058-9/+24
* Fix autocomplete suggestions with numeric user idsJoas Schilling2019-11-261-2/+3
* Extend data returned when searching remote sharesJohn Molakvoæ (skjnldsv)2019-10-292-2/+25
* Cleanup some PHPDoc leftovers and unused variablesMorris Jobke2019-03-061-4/+0
* Search sharees on lookup server when explicitly requested by userChristoph Wurst2019-02-261-1/+1
* allow group backends to mark that a group should now be shown in search dialogsRobin Appelman2019-02-251-0/+4
* Always query lookup server in GS modeRoeland Jago Douma2019-02-211-1/+1
* Fix injection to get the user idJulius Härtl2018-10-301-4/+7
* Add uuid/name entry to Remote/MailPlugin testsJulius Härtl2018-10-301-2/+3
* Add name field to mail and remote resultsJulius Härtl2018-10-302-0/+6
* Add local share if remote cloud id matches a local user onesJulius Härtl2018-10-301-2/+12
* Make enhancing entries with type property optionalJulius Härtl2018-10-302-8/+22
* Add type to Remote and Mail pluginsJulius Härtl2018-10-302-2/+6
* Add collaborators uuid to properly render the avatar and for later groupingJulius Härtl2018-10-302-0/+7
* Filter out generic remote result for local usersJulius Härtl2018-10-301-7/+17
* Filter out local users from address book remote searchesJulius Härtl2018-10-301-2/+11
* Do not try to contact lookup server without internet connection or URLArthur Schiwon2018-10-181-1/+6
* some small fixes and improvementsBjoern Schiessle2018-10-101-5/+18
* adjust testsBjoern Schiessle2018-10-091-1/+1
* always query the lookup server in a global scale setup and have a nicer labelBjoern Schiessle2018-10-091-3/+22
* 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
* Add unit tests for SearchResultJoas Schilling2017-10-251-1/+1