aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/lib/Service
Commit message (Expand)AuthorAgeFilesLines
* fix: ensure enabled (enforced) themes are always set on template layoutfix/master-template-layoutFerdinand Thiessen3 days1-2/+1
* fix: Apply enforce theme config for anonymous users as wellKostiantyn Miakshyn2025-01-081-1/+4
* fix(theming): Return default theme if the user never selected a themefix/theming/default-theme-selectionprovokateurin2024-11-061-2/+2
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-17/+8
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-4/+5
* Merge pull request #48440 from nextcloud/refactor/background-serviceFerdinand Thiessen2024-10-031-34/+28
|\
| * refactor(theming): Reduce duplicated code in `BackgroundService`refactor/background-serviceFerdinand Thiessen2024-09-281-34/+28
* | fix(theming): Use `AppConfig` for setting background imagefix/background-imageFerdinand Thiessen2024-09-281-1/+3
|/
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-192-3/+4
* fix: Use migration instead of repair step for restoring custom colorFerdinand Thiessen2024-09-101-8/+18
* fix(theming): Allow to specify a userId manually in BackgroundServiceFerdinand Thiessen2024-09-101-18/+41
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-5/+5
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* fix(theming): enforce theme should still provide dark as fallbackskjnldsv2024-07-131-1/+7
* feat(theming): Allow shipped backgrounds to have a dark variantFerdinand Thiessen2024-07-121-8/+16
* fix(theming): also apply enforced theme for guestsskjnldsv2024-06-141-8/+22
* chore: Add SPDX headerAndy Scherzinger2024-05-314-80/+8
* fix(theming): Add some strict checking for userIdFerdinand Thiessen2024-05-211-1/+14
* fix(tests): Adjust theming test for new splitted background and primary colorsFerdinand Thiessen2024-05-211-2/+3
* fix: cleanup theming app codeFerdinand Thiessen2024-05-212-7/+14
* fix(theming): Also apply new background colors to guest viewFerdinand Thiessen2024-05-211-1/+3
* fix(theming): Also reset background color settings when updating global backg...Ferdinand Thiessen2024-05-211-14/+31
* feat(theming): Allow to configure primary color separate from background in a...Ferdinand Thiessen2024-05-212-48/+63
* feat(theming): Separate background and primary colorFerdinand Thiessen2024-05-211-1/+1
* fix(theming): Also set default background color ("primary") for custom imagesFerdinand Thiessen2024-05-211-1/+65
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* Merge pull request #32231 from nextcloud/feat/theming-scheme-metaJohn Molakvoæ2024-02-081-7/+44
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-081-44/+7
* Support theme meta w3c standardJohn Molakvoæ2024-02-071-7/+44
* fix(theming): The background is the primary color and must not be double inve...Ferdinand Thiessen2024-02-031-6/+6
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-234-35/+33
* add descriptions for background picturesSimon L2023-11-031-0/+19
* fix(theming): Make changes on primary color less invasivFerdinand Thiessen2023-10-271-1/+1
* fix(theming): Ensure all text colors have enough contrast for accessibilityFerdinand Thiessen2023-10-271-1/+1
* Add distraction free backgrounds for Nextcloud 26Jan C. Borchardt2023-03-031-0/+22
* Lighten default color slightly for increased contrastChristopher Ng2022-12-061-1/+1
* Revert "Fix border color contrast"Christopher Ng2022-12-031-1/+1
* Faster theming tests, better colours comparison and properly follow admin the...John Molakvoæ2022-11-301-1/+1
* More theming cypress tests and some fixesJohn Molakvoæ2022-11-291-1/+1
* Extract colour from custom backgroundJohn Molakvoæ2022-11-291-5/+6
* Allow to remove the background and select a custom colourJohn Molakvoæ2022-11-291-11/+18
* Fix border color contrastChristopher Ng2022-11-221-1/+1
* generate user themed iconsSimon L2022-11-182-12/+7
* Improve cache buster for user backgroundsVincent Petry2022-10-141-4/+26
* Scope the appdata theming storage for global and usersJohn Molakvoæ2022-10-141-9/+19
* Merge pull request #34461 from nextcloud/fix/migrate-backgroundVincent Petry2022-10-131-5/+13
|\
| * graceful background image handlingArthur Schiwon2022-10-131-5/+13
* | Use default system primaryJohn Molakvoæ (skjnldsv)2022-10-131-0/+1
|/
* Use brand color for background only and keep accessible color as color primaryChristopher Ng2022-10-051-2/+3
* Add preset primary colors for shipped backgroundsChristopher Ng2022-09-271-1/+17