aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/lib
Commit message (Expand)AuthorAgeFilesLines
* fix(theming): make cache buster depend on the app versionRichard Steinmetz2024-08-071-1/+3
* fix(styles): Make sure footer with legal links is shown correctlyFerdinand Thiessen2024-07-301-1/+1
* Merge pull request #46522 from nextcloud/backport/46504/stable29John Molakvoæ2024-07-251-1/+7
|\
| * fix(theming): enforce theme should still provide dark as fallbackskjnldsv2024-07-161-1/+7
* | fix(mail): Fix big logos in mail templates for OutlookJoas Schilling2024-07-191-0/+23
|/
* Merge pull request #46258 from nextcloud/backport/45395/stable29Ferdinand Thiessen2024-07-113-29/+49
|\
| * feat(theming): Add checkbox for force enable / disable blurry backgroundFerdinand Thiessen2024-07-112-2/+18
| * fix(theming): Conitionally disable blur filter for performanceFerdinand Thiessen2024-07-111-27/+31
* | fix(theming): Don't reset the cachebuster value when we reset themingMarcel Müller2024-07-111-0/+4
|/
* fix(theming): Also provide default image as background by absolut URLFerdinand Thiessen2024-07-011-3/+3
* fix(theming): also apply enforced theme for guestsskjnldsv2024-06-171-8/+22
* fix(theming): When selected a background image make header color independent ...Ferdinand Thiessen2024-05-282-0/+5
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-042-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
* Migrate PHP imagick module check to new SetupCheck APICôme Chilliet2024-01-112-0/+65
* fix(theming): Adjust high contrast theme to fulfill WCAG AAA text contrastFerdinand Thiessen2023-12-221-3/+31
* fix(theming): Invert filter should be based on primary-elementFerdinand Thiessen2023-12-221-2/+2
* fix(theming): Adjust `color-error` and `color-success` to work for input bord...Ferdinand Thiessen2023-12-192-8/+8
* fix(theming): Adjust dark high contrast to fulfill WCAG 2.1 AAA contrastFerdinand Thiessen2023-12-193-7/+34
* fix(theming): Make dark theme accessible and add unit testFerdinand Thiessen2023-12-181-12/+13
* fix(theming): Adjust status colors to be also accessible on blurry backgroundFerdinand Thiessen2023-12-181-6/+6
* fix(theming): Adjust primary text color calculation to also work with high co...Ferdinand Thiessen2023-12-151-3/+4
* fix(theming): Adjust hover color to be accessibleFerdinand Thiessen2023-12-151-1/+1
* enh(theming): Adjust color utils to work as specified by WCAG (color contrast...Ferdinand Thiessen2023-12-152-5/+52
* fix(theming): Adjust dark theme to be accessible adjust cypress testsFerdinand Thiessen2023-12-012-5/+5
* fix(theming): Fix color inverted icons based on theming and dark modeJoas Schilling2023-11-291-0/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2326-103/+101
* fix(theming): Adjust config listener to validate `apporder` configFerdinand Thiessen2023-11-211-6/+10
* Fix apporder when an application has several menu itemsCôme Chilliet2023-11-141-4/+6
* Merge pull request #41059 from nextcloud/fix/theming/capabilitiesKate2023-11-061-7/+41
|\
| * fix(theming): Correctly expose user and admin themingjld31032023-11-031-7/+41
* | add descriptions for background picturesSimon L2023-11-031-0/+19
|/
* fix(theming): Make sure the footer is hidden if not content is renderedFerdinand Thiessen2023-11-021-5/+10
* fix(theming): Make changes on primary color less invasivFerdinand Thiessen2023-10-272-2/+2
* fix(theming): Ensure all text colors have enough contrast for accessibilityFerdinand Thiessen2023-10-273-6/+6
* fix(theming): Make it clearer that color-text-light and -lighter are deprecatedFerdinand Thiessen2023-10-272-4/+4
* fix(theming): Ensure that maxcontrast text has always a contrast of 4.5:1 eve...Ferdinand Thiessen2023-10-271-2/+3
* feat(theming): Allow to reset the user defined app order to the default valueFerdinand Thiessen2023-10-211-1/+4
* feat(theming): Allow to configure default apps and app order in frontend sett...Ferdinand Thiessen2023-10-204-41/+105