summaryrefslogtreecommitdiffstats
path: root/lib/public/Defaults.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix theming testsJoas Schilling2017-04-201-1/+1
| | | | | | | Trying to configure method "shouldReplaceIcons" which cannot be configured because it does not exist, has not been specified, is final, or is static Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-3/+42
| | | | | | | | | | | | | * currently there are two ways to access default values: OCP\Defaults or OC_Defaults (which is extended by OCA\Theming\ThemingDefaults) * our code used a mixture of both of them, which made it hard to work on theme values * this extended the public interface with the missing methods and uses them everywhere to only rely on the public interface Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix othersJoas Schilling2016-07-211-1/+3
|
* Use the themed Defaults everywhereJoas Schilling2016-07-151-1/+1
|
* Update license headersLukas Reschke2016-05-261-2/+2
|
* Move \OCP to PSR-4Roeland Jago Douma2016-05-191-0/+173