Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(theming): properly apply warning style to update output | Richard Steinmetz | 2024-06-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-31 | 1 | -19/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | feat(theming): Allow to configure primary color separate from background in ↵ | Ferdinand Thiessen | 2024-05-21 | 1 | -2/+7 |
| | | | | | | admin settings Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Merge pull request #38631 from nextcloud/theming-set-background-color-via-occ | Daniel | 2023-06-06 | 1 | -0/+5 |
|\ | | | | | feat: set background = backgroundColor via occ | ||||
| * | feat: set background = backgroundColor via occ | Daniel Kesselberg | 2023-06-03 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Refactors "strpos" calls in /apps/theming to improve code readability. | Faraz Samapoor | 2023-06-02 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | Allow to remove the background and select a custom colour | John Molakvoæ | 2022-11-29 | 1 | -7/+3 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Add admin user customization kill switch | John Molakvoæ | 2022-10-19 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Fix psalm issues in theming app | Carl Schwan | 2022-01-26 | 1 | -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 CLI | Joas Schilling | 2021-06-25 | 1 | -0/+5 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Fix setting images through occ for theming | Julius Härtl | 2020-11-19 | 1 | -4/+5 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add occ command to set theming values | Julius Härtl | 2020-09-24 | 1 | -0/+135 |
Signed-off-by: Julius Härtl <jus@bitgrid.net> |