summaryrefslogtreecommitdiffstats
path: root/lib/public/Defaults.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-051-1/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix email buttons for white themeMorris Jobke2017-12-111-0/+9
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Logo claim is not used anymoreMorris Jobke2017-08-021-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add function to request SVG or regular fallback imageLukas Reschke2017-05-081-2/+3
| | | | | | Fixes https://github.com/nextcloud/server/issues/4647 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* 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