summaryrefslogtreecommitdiffstats
path: root/lib/private/Collaboration
Commit message (Expand)AuthorAgeFilesLines
* 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
* Listen to IUser::postDeleteJulius Härtl2019-03-011-1/+1
* Access for a collection can only become trueJoas Schilling2019-03-011-0/+1
* Register providers via class namesJoas Schilling2019-03-011-5/+26
* Add a listener for the eventsJoas Schilling2019-03-011-0/+66
* Also cache the resource type because it is part of the identifierJoas Schilling2019-03-011-1/+24
* Fix unused variable $accessJoas Schilling2019-03-011-2/+1
* Fix doc blockJoas Schilling2019-03-011-2/+1
* Don't throw on UniqueConstraintViolationException since a written value is ok...Joas Schilling2019-03-011-2/+8
* Cache the access manually tooJoas Schilling2019-03-011-0/+51
* Fix SQL statement and provider method callJulius Härtl2019-03-011-13/+13
* Make sure the results are always sorted the sameJoas Schilling2019-03-011-0/+1
* Improve searchCollections()Joas Schilling2019-03-011-6/+20
* Further work on the access cacheJoas Schilling2019-03-013-68/+252
* Start implementing access cacheJoas Schilling2019-03-013-8/+102
* Fix doc blocksJoas Schilling2019-03-013-25/+27
* Implement search and rename in backendJulius Härtl2019-03-011-0/+44
* Add link to resource providerJulius Härtl2019-03-012-0/+32
* Only call resource provider if type matchesJulius Härtl2019-03-011-10/+27
* Allow apps to register resource providersJulius Härtl2019-03-011-4/+11
* Add iconClass to resourcesJulius Härtl2019-03-012-0/+31
* Insert new collection into databaseJulius Härtl2019-03-011-1/+4
* Make names mandatoryJoas Schilling2019-03-013-20/+61
* Allow to create collectionsJoas Schilling2019-03-011-0/+8
* Provider functionalityJoas Schilling2019-03-013-0/+96
* Add a controller with the most important methodsJoas Schilling2019-03-011-4/+3
* Basic implementation of resource and collection handlingJoas Schilling2019-03-013-0/+304
* 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