summaryrefslogtreecommitdiffstats
path: root/apps/theming/lib/Command
Commit message (Collapse)AuthorAgeFilesLines
* fix(theming): properly apply warning style to update outputRichard Steinmetz2024-06-191-2/+2
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* chore: Add SPDX headerAndy Scherzinger2024-05-311-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(theming): Allow to configure primary color separate from background in ↵Ferdinand Thiessen2024-05-211-2/+7
| | | | | | admin settings Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #38631 from nextcloud/theming-set-background-color-via-occDaniel2023-06-061-0/+5
|\ | | | | feat: set background = backgroundColor via occ
| * feat: set background = backgroundColor via occDaniel Kesselberg2023-06-031-0/+5
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Refactors "strpos" calls in /apps/theming to improve code readability.Faraz Samapoor2023-06-021-1/+1
|/ | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* Allow to remove the background and select a custom colourJohn Molakvoæ2022-11-291-7/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add admin user customization kill switchJohn Molakvoæ2022-10-191-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix psalm issues in theming appCarl Schwan2022-01-261-0/+1
| | | | | | | | After this change, we are down to only one psalm warning for this app and related to the Application.php. This also make composer psam:update-baseline not silently ignore new errors. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Validate the theming color also on CLIJoas Schilling2021-06-251-0/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | 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>
* Fix setting images through occ for themingJulius Härtl2020-11-191-4/+5
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add occ command to set theming valuesJulius Härtl2020-09-241-0/+135
Signed-off-by: Julius Härtl <jus@bitgrid.net>