summaryrefslogtreecommitdiffstats
path: root/core/Controller/CollaborationResourcesController.php
Commit message (Expand)AuthorAgeFilesLines
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-12/+8
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Update license headersChristoph Wurst2019-12-051-1/+7
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Make the endpoint more robust against faulty resource providersJoas Schilling2019-03-281-13/+59
* Return 200 instead of 404 when asking for collections of a resourceJoas Schilling2019-03-191-1/+1
* Use rich objects instead of name, link and iconJoas Schilling2019-03-191-7/+1
* Replace the icon-class with an absolute link to an imageJoas Schilling2019-03-191-1/+1
* Also check the access to collections on preparingJoas Schilling2019-03-011-0/+4
* Further work on the access cacheJoas Schilling2019-03-011-17/+11
* Fix doc blocksJoas Schilling2019-03-011-3/+3
* Implement search and rename in backendJulius Härtl2019-03-011-1/+43
* Implement frontend for search/renameJulius Härtl2019-03-011-1/+1
* Add iconClass to resourcesJulius Härtl2019-03-011-2/+3
* Make sure we query the node before fetching the nameJulius Härtl2019-03-011-0/+4
* Adjust parameter names on createCollectionOnResourceJulius Härtl2019-03-011-2/+2
* Make names mandatoryJoas Schilling2019-03-011-8/+9
* Allow to create collectionsJoas Schilling2019-03-011-1/+33
* Provider functionalityJoas Schilling2019-03-011-5/+16
* Add a controller with the most important methodsJoas Schilling2019-03-011-0/+163