summaryrefslogtreecommitdiffstats
path: root/apps/theming/lib
Commit message (Expand)AuthorAgeFilesLines
* feat: add small font size variableMarco Ambrosini2024-07-311-0/+1
* Feat: update line heightMarco Ambrosini2024-07-311-1/+1
* fix(psalm): named attribute argumentMaxence Lange2024-07-291-1/+1
* refactor(theming): Replace security annotations with respective attributesprovokateurin2024-07-273-33/+33
* fix(styles): Make sure footer with legal links is shown correctlyFerdinand Thiessen2024-07-261-1/+1
* fix(mail): Fix big logos in mail templates for OutlookJoas Schilling2024-07-171-0/+23
* 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-125-12/+37
* fix(theming): Don't reset the cachebuster value when we reset themingMarcel Müller2024-07-101-0/+4
* feat(theming): Provide `body-container-` variables through themingFerdinand Thiessen2024-07-041-6/+12
* feat(theming): Add checkbox for force enable / disable blurry backgroundFerdinand Thiessen2024-07-022-3/+12
* fix(theming): Conitionally disable blur filter for performanceFerdinand Thiessen2024-07-021-27/+31
* fix(theming): properly apply warning style to update outputRichard Steinmetz2024-06-191-2/+2
* fix(theming): also apply enforced theme for guestsskjnldsv2024-06-141-8/+22
* Merge pull request #45818 from nextcloud/feat/add-new-clickable-area-variablesMarco2024-06-141-1/+3
|\
| * Feat: Update apps/theming/lib/Themes/DefaultTheme.phpMarco2024-06-121-1/+1
| * Feat: add new clickable area variablesMarco Ambrosini2024-06-121-1/+3
* | Feat: reduce border radius element to 8 pxMarco Ambrosini2024-06-121-1/+1
|/
* chore: Add SPDX headerAndy Scherzinger2024-05-3132-704/+64
* Merge pull request #45247 from nextcloud/add-border-widthFerdinand Thiessen2024-05-291-0/+3
|\
| * feat(theming): Add variable for border widthMarco Ambrosini2024-05-281-0/+3
* | Feat: Add temporary border-radius variableMarco Ambrosini2024-05-271-0/+1
|/
* 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-213-5/+5
* fix(settings): Return mean color of background image on setFerdinand Thiessen2024-05-212-8/+13
* fix: Always populate `--image-background`Ferdinand Thiessen2024-05-211-2/+3
* fix: cleanup theming app codeFerdinand Thiessen2024-05-215-30/+24
* fix(settings): Make background selector be responsive to user changesFerdinand Thiessen2024-05-213-38/+25
* fix(tests): Adjust theming test for new splitted background and primary colorsFerdinand Thiessen2024-05-211-0/+1
* fix(theming): Also apply new background colors to guest viewFerdinand Thiessen2024-05-214-18/+25
* feat(theming): Allow users to configure their primary colorFerdinand Thiessen2024-05-211-3/+13
* fix(theming): Also reset background color settings when updating global backg...Ferdinand Thiessen2024-05-214-86/+94
* feat(theming): Allow to configure primary color separate from background in a...Ferdinand Thiessen2024-05-2110-72/+93
* feat(theming): Separate background and primary colorFerdinand Thiessen2024-05-214-46/+79
* fix(theming): Also set default background color ("primary") for custom imagesFerdinand Thiessen2024-05-212-2/+67
* fix(theming): Fix erronous phpdoc typingCôme Chilliet2024-04-301-5/+5
* fix: Fix typing issues related to resource migrationCôme Chilliet2024-04-091-2/+2
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-022-2/+2
* fix(theming): fix incorrectly inverted faviconsSimon L2024-03-111-1/+1
* feat(theming): Provide CSS variable for favorite color and adjust for dark modeFerdinand Thiessen2024-03-063-0/+4
* chore: Remove old theming migration steps as they are only needed onceJulius Härtl2024-02-142-223/+0
* Merge pull request #32231 from nextcloud/feat/theming-scheme-metaJohn Molakvoæ2024-02-087-23/+84
* Revert "Merge branch 'master' of github.com:nextcloud/server"Louis Chemineau2024-02-087-84/+23
* Support theme meta w3c standardJohn Molakvoæ2024-02-077-23/+84
* fix(theming): The background is the primary color and must not be double inve...Ferdinand Thiessen2024-02-032-15/+15
* fix: Fix template parameter for some listenersCôme Chilliet2024-01-301-2/+3
* chore: Fix missing template parameter for IEventListenerCôme Chilliet2024-01-302-0/+2
* fix(theming): Apply same logic on capabilities for primary color like on themesFerdinand Thiessen2024-01-231-2/+9
* fix(theming): Make sure `color-border-maxcontrast` fulfills 3:1 contrastFerdinand Thiessen2024-01-174-2/+4
* fix(manifest): Check if app exists instead of accessing null as an arrayJoas Schilling2024-01-172-13/+29