aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/CapabilitiesManager.php
Commit message (Collapse)AuthorAgeFilesLines
* move log constants to ILoggerArthur Schiwon2018-04-261-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-1/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move strict type declare statement below PHP tagMorris Jobke2018-01-141-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Make the capabilities manager strictRoeland Jago Douma2018-01-131-3/+5
| | | | | | | | * Add return types * Add scalar type hints * Use [] instead of array_push (PHPStromg inspection recommendation) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersMorris Jobke2017-11-061-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Simplify if condition for public capabilitiesJulius Härtl2017-06-301-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add public capabilities APIJulius Härtl2017-06-301-2/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Make the capabilities manager more error proofRoeland Jago Douma2016-08-151-4/+17
| | | | | | | If an app registers an invalid capabilty we should not crash hard. Instead we should catch the exception. Log it (error) and carry on. * Added tests
* Fix othersJoas Schilling2016-07-211-2/+3
|
* Moved some files in \OC to PSR-4Roeland Jago Douma2016-04-291-0/+64
* \OC\ActivityManager * \OC\AllConfig * \OC\AppConfig * \OC\AppHelper * \OC\Avatar * \OC\AvatarManager * \OC\CapabilitiesManager * \OC\Config * \OC\ContactsManager * \OC\DatabaseException * \OC\DatabaseSetupException