summaryrefslogtreecommitdiffstats
path: root/lib/private/legacy/defaults.php
Commit message (Collapse)AuthorAgeFilesLines
* Provide the proper language to the mailerRoeland Jago Douma2020-04-181-3/+3
| | | | | | | Else we can't properly translate the footer in the recipients e-mail language. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersChristoph Wurst2019-12-051-3/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Cleanup theming messRoeland Jago Douma2019-10-251-2/+4
| | | | | | | | | | * Do not do translations in the constructor. This gets called to early so there is no user yet. Which means we can't obtain the locale. Which means we store the wrong translation instance. * Same for the theming app magic. Just use the parent call when needed. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Use OC_Util::getVersion instead of getSystemValueDaniel Kesselberg2018-12-071-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Use version to generate docversionDaniel Kesselberg2018-12-071-4/+3
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Moves the logo files to logoMichael Weimann2018-10-021-2/+2
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Use customclient_* values by default and do not use them in custom themes ↵Julius Härtl2018-03-261-4/+5
| | | | | | anymore Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Merge pull request #8134 from coliff/patch-2Joas Schilling2018-02-021-1/+1
|\ | | | | Update iOS link to geo-detect & show correct store listing
| * Update defaults.phpChristian Oliff2018-02-021-1/+1
| |
* | Update doc link version to 14Morris Jobke2018-02-011-1/+1
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix email buttons for white themeMorris Jobke2017-12-111-0/+9
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #6788 from staabm/masterLukas Reschke2017-11-081-1/+1
|\ | | | | Prevent XSS in links which open a new browser window
| * Prevent XSS in links which open a new browser windowMarkus Staab2017-10-191-1/+1
| |
* | Update license headersMorris Jobke2017-11-061-0/+4
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Logo claim is not used anymoreMorris Jobke2017-08-021-7/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add function to request SVG or regular fallback imageLukas Reschke2017-05-081-7/+10
| | | | | | Fixes https://github.com/nextcloud/server/issues/4647 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Update documentation go.php URL to 12Lukas Reschke2017-05-021-1/+1
| | | | | | Fixes https://github.com/nextcloud/server/issues/4646 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Implement scss variable injection by OC_DefaultsJulius Haertl2017-04-251-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> Add Scss variables to example theme and theming app Signed-off-by: Julius Haertl <jus@bitgrid.net> Use SCSSCacher to build theming css Signed-off-by: Julius Härtl <jus@bitgrid.net> Update theming.scss Signed-off-by: Julius Härtl <jus@bitgrid.net> Code cleanup Signed-off-by: Julius Härtl <jus@bitgrid.net> Fix tests Signed-off-by: Julius Härtl <jus@bitgrid.net> Inject SCSSCacher for easier testing Signed-off-by: Julius Härtl <jus@bitgrid.net> Fix typehint Signed-off-by: Lukas Reschke <lukas@statuscode.ch> Generate absolute URLs Signed-off-by: Lukas Reschke <lukas@statuscode.ch> Fix tests to always use absolute urls for theming images Signed-off-by: Julius Härtl <jus@bitgrid.net> MailheaderColor -> ColorPrimary Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Remove unused variablesMorris Jobke2017-04-221-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-0/+18
| | | | | | | | | | | | | * 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>
* also rename defaultMailHeaderColor to defaultColorPrimaryJan-Christoph Borchardt2017-03-291-4/+4
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add fallback to getMailHeaderColor so we don't break existing themesJulius Härtl2017-03-291-2/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* rename confusing getMailHeaderColor to getColorPrimary, ref #3491Jan-Christoph Borchardt2017-03-291-3/+3
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Cahnge URL for desktop clients directly to pop-upFelix A. Epp2016-12-081-1/+1
| | | | | | by adding `/#install-clients` to the URL Signed-off-by: Felix A. Epp <work@felixepp.de>
* Update link to the docs to 11Lukas Reschke2016-11-221-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* fix white screen of death in maintenance mode when theming is disabledRobin Appelman2016-11-211-0/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* docs are on nc.comRoeland Jago Douma2016-11-151-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update with robinJoas Schilling2016-07-211-1/+1
|
* Fix othersJoas Schilling2016-07-211-1/+2
|
* Link to proper clientsLukas Reschke2016-07-211-4/+3
|
* Use proper documentation linksLukas Reschke2016-07-211-2/+2
| | | | Since it is just faking the 10 we need to hardcode this here...
* THIS IS NEXTCLOUD! adjusting the designJan-Christoph Borchardt2016-06-081-7/+7
|
* Fix URL for client downloadsJoas Schilling2016-06-011-1/+1
|
* Update license headersLukas Reschke2016-05-261-2/+2
|
* Move non PSR-4 files from lib/private root to legacyRoeland Jago Douma2016-04-301-0/+286
As discussed we move all old style classes (OC_FOO_BAR) to legacy. Then from there we can evaluate the need to convert them back or if they can be fully deprecated/deleted.