aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/capabilitiesmanager.php
Commit message (Collapse)AuthorAgeFilesLines
* Moved some files in \OC to PSR-4Roeland Jago Douma2016-04-291-64/+0
| | | | | | | | | | | | | | * \OC\ActivityManager * \OC\AllConfig * \OC\AppConfig * \OC\AppHelper * \OC\Avatar * \OC\AvatarManager * \OC\CapabilitiesManager * \OC\Config * \OC\ContactsManager * \OC\DatabaseException * \OC\DatabaseSetupException
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Update license headersLukas Reschke2015-10-261-1/+1
|
* Use DIRoeland Jago Douma2015-08-101-2/+1
| | | | | | | | * Register OCP\Capability\IManager at DIContainer * Add register capabilities to appframework * Register capabilities in DI way * Make unit test pass again * Remove CapabiltiesManager from OCP
* Added Capabilities ManagerRoeland Jago Douma2015-08-101-0/+65
* This should allow the capabilities to be intergrated into the appframework * Unit tests * Throw exception if closure does not return ICapability instance