summaryrefslogtreecommitdiffstats
path: root/lib/private/Collaboration/Resources/Manager.php
Commit message (Expand)AuthorAgeFilesLines
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Decouple resource provider registrationDaniel Kesselberg2019-12-071-27/+9
* Update license headersChristoph Wurst2019-12-051-1/+7
* 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-191-43/+5
* Replace the icon-class with an absolute link to an imageJoas Schilling2019-03-191-2/+2
* Access for a collection can only become trueJoas Schilling2019-03-011-0/+1
* Register providers via class namesJoas Schilling2019-03-011-5/+26
* 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-011-31/+153
* Start implementing access cacheJoas Schilling2019-03-011-0/+79
* Fix doc blocksJoas Schilling2019-03-011-13/+15
* Implement search and rename in backendJulius Härtl2019-03-011-0/+44
* Add link to resource providerJulius Härtl2019-03-011-0/+20
* 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-011-0/+16
* Insert new collection into databaseJulius Härtl2019-03-011-1/+4
* Make names mandatoryJoas Schilling2019-03-011-4/+27
* Allow to create collectionsJoas Schilling2019-03-011-0/+8
* Provider functionalityJoas Schilling2019-03-011-0/+50
* Basic implementation of resource and collection handlingJoas Schilling2019-03-011-0/+58