aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Collaboration/Resources
Commit message (Expand)AuthorAgeFilesLines
* Refactors lib/private/Collaboration.Faraz Samapoor2023-10-034-132/+27
* fix: Migrate collaboration listener and remove legacy adapterJoas Schilling2023-07-281-34/+16
* fix!: Remove symfony EventDispatcherInterface from UserJoas Schilling2023-07-271-3/+3
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-061-3/+3
* Use implementations instead of interfaces for accessing private methodsjld31032023-03-301-1/+1
* Fix double where() usage in resource managerJoas Schilling2023-01-231-1/+1
* composer run cs:fixCôme Chilliet2023-01-203-3/+0
* Introduce event for loading additional script on projectsJulius Härtl2022-05-121-6/+27
* Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan2022-01-121-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-045-10/+6
* Less ILoggerJoas Schilling2021-04-272-8/+8
* Update license headers for 19Christoph Wurst2020-04-292-1/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-3/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-5/+5
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-094-4/+0
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Update license headers for 18Christoph Wurst2019-12-201-1/+5
* Decouple resource provider registrationDaniel Kesselberg2019-12-072-27/+79
* Update license headersChristoph Wurst2019-12-054-4/+25
* Some php-cs fixesRoeland Jago Douma2019-11-221-2/+2
* 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
* 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