summaryrefslogtreecommitdiffstats
path: root/apps/theming/lib/Settings
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite admin theming in VueChristopher Ng2022-10-282-11/+23
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add admin user customization kill switchJohn Molakvoæ2022-10-192-1/+7
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Use default system primaryJohn Molakvoæ (skjnldsv)2022-10-131-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* update theming icon in personal settingsszaimen2022-09-211-1/+1
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Move background settings from dashboard app to Appearance and accessibility ↵greta2022-09-141-4/+0
| | | | | | | settings Signed-off-by: greta <gretadoci@gmail.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Allow to override the default themeJohn Molakvoæ2022-04-301-0/+10
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Migrating themes to Theming appJohn Molakvoæ2022-04-214-26/+213
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add support for Delegation Settings for more appsCarl Schwan2021-10-151-2/+12
| | | | | | | | | * This adds support for the sharing, groupware, theming and user_ldap app * This adds some code who disapeared during a rebase in the initial delegation PR (provisioning_api) Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-042-4/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-11/+11
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headers for 18Christoph Wurst2019-12-201-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-052-6/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Revert "Where is your data?"Roeland Jago Douma2019-03-201-0/+83
|
* Move server info to theming sectionMichael Weimann2019-01-141-83/+0
| | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* Minor fixes and cleanupJulius Härtl2018-06-061-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* also add a privacy linkArthur Schiwon2018-05-241-0/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* allow to specify a link to a legal noticeArthur Schiwon2018-05-091-0/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Move to more generic image handling and add extra imagesJulius Härtl2018-04-191-12/+12
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Show UI when using a custom themeJulius Härtl2018-03-261-1/+1
| | | | | | Do not hide the theming app UI when using a custom theme besides it, but warn the users about some settings being overwritten by that. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Theming: add hint about favicon generationJulius Härtl2017-11-081-0/+2
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Update license headersMorris Jobke2017-11-062-0/+7
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* rename confusing getMailHeaderColor to getColorPrimary, ref #3491Jan-Christoph Borchardt2017-03-291-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Add the icons for shipped appsJoas Schilling2017-01-191-3/+18
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update Admin.phpiamfool2016-08-281-1/+1
|
* Theming: Add preview for login screenJulius Haertl2016-08-261-0/+4
|
* Require a ThemingDefaults class againRoeland Jago Douma2016-08-241-3/+2
|
* fixes registering of theming settings where server return OC_Defaults ↵Arthur Schiwon2016-08-221-2/+3
| | | | instead of ThemingDefaults
* Add unit testsLukas Reschke2016-08-151-5/+4
|
* rename remaining occurences of OCA/Theming/TemplateArthur Schiwon2016-08-121-1/+1
|
* rename "Tenmplate" to "ThemingDefaults" to make the auto loader happy"Bjoern Schiessle2016-08-121-2/+2
|
* adjust Theming appArthur Schiwon2016-08-112-0/+166