aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Collaboration
Commit message (Expand)AuthorAgeFilesLines
* Also limit to user group in case enumeration is enabled for groups and phonen...Joas Schilling2021-03-171-1/+20
* Improve search results when only phonebook-matches can we autocompletedJoas Schilling2021-03-171-1/+5
* Add a setting to restrict returning a full match unless in phonebook or same ...Joas Schilling2021-03-102-2/+9
* Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-102-17/+45
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-182-3/+3
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-0/+2
* Show unique displayname context in the sharing inputJulius Härtl2020-12-143-1/+10
* 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
* Fix type errors detected by PsalmChristoph Wurst2020-10-141-2/+2
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-2/+2
* Merge pull request #23074 from nextcloud/fix/sharee-search-empty-email-matchJulius Härtl2020-09-291-2/+2
|\
| * Do not match sharees on an empty email addressChristoph Wurst2020-09-281-2/+2
* | Show federation and email results also with exact user match unless containing @Joas Schilling2020-09-231-2/+3
|/
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-245-0/+6
* Properly search for users when limittogroups is enabledRoeland Jago Douma2020-08-211-1/+9
* Expose status via Collaborators APIGeorg Ehrke2020-08-141-2/+51
* Ignore whitespace in sharing by mailonehappycat2020-07-231-0/+3
* Fix testsJoas Schilling2020-06-241-1/+0
* Update share type constant usageJoas Schilling2020-06-246-20/+21
* 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-299-1/+11
* Use paginated search for contactsJulius Härtl2020-04-232-4/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1011-27/+24
* Remove trailing and in between spacesChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-093-6/+6
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0910-10/+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
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Limit user search in Collaborators pluginsJulius Härtl2020-03-203-5/+50
* Update license headers for 18Christoph Wurst2019-12-201-1/+5
* Decouple resource provider registrationDaniel Kesselberg2019-12-072-27/+79
* Update license headersChristoph Wurst2019-12-0513-14/+50
* Fix autocomplete suggestions with numeric user idsJoas Schilling2019-11-261-2/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* Extend data returned when searching remote sharesJohn Molakvoæ (skjnldsv)2019-10-292-2/+25
* Add a repair step to clear the projects access cacheJoas Schilling2019-08-211-0/+8
* Change the logic so projects are only shown when you can access all resourcesJoas Schilling2019-08-211-3/+6
* Set type for access column on cacheAccessForCollectionDaniel Kesselberg2019-05-021-1/+1
* Escape the search terms on the serverJoas Schilling2019-03-281-2/+6
* Make sure the recursive result is returned :-XJoas Schilling2019-03-281-1/+1
* Force boolean type for access parameterJulius Härtl2019-03-221-1/+1
* Use rich objects instead of name, link and iconJoas Schilling2019-03-192-76/+12
* Replace the icon-class with an absolute link to an imageJoas Schilling2019-03-192-4/+4
* Cleanup some PHPDoc leftovers and unused variablesMorris Jobke2019-03-061-4/+0