aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/tests
Commit message (Expand)AuthorAgeFilesLines
* refactor: migrate dirname to __DIR__ constantsrefactor/dirname-to-dirChristoph Wurst2024-09-151-3/+3
* Merge pull request #47928 from nextcloud/bugfix/noid/update-opendyslexicJohn Molakvoæ2024-09-141-1/+1
|\
| * fix(tests): Test OTF font filebugfix/noid/update-opendyslexicJoas Schilling2024-09-121-1/+1
* | chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_AppCôme Chilliet2024-09-131-23/+8
|/
* chore: Use `IAppConfig` instead of `IConfig->getAppValue`Ferdinand Thiessen2024-09-102-57/+69
* fix(NavigationManager): Skip invalid default navigation entriesprovokateurin2024-09-091-1/+5
* fix(theming): Use NavigationManager to handle default entriesprovokateurin2024-09-092-7/+13
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-9/+9
* feat(theming): Update value of body container radiusMarco Ambrosini2024-08-011-0/+2
* test(theming): Fix broken footer links testsprovokateurin2024-07-271-3/+3
* feat(theming): Add checkbox for force enable / disable blurry backgroundFerdinand Thiessen2024-07-021-8/+16
* fix(theming): Conitionally disable blur filter for performanceFerdinand Thiessen2024-07-026-0/+11
* fix(theming): also apply enforced theme for guestsskjnldsv2024-06-141-0/+42
* chore: Add SPDX headerAndy Scherzinger2024-05-3119-425/+39
* fix(tests): Adjust theming test for new splitted background and primary colorsFerdinand Thiessen2024-05-212-67/+21
* fix(tests): Adjust theming test for new splitted background and primary colorsFerdinand Thiessen2024-05-219-120/+197
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-2/+2
* feat(theming): Provide CSS variable for favorite color and adjust for dark modeFerdinand Thiessen2024-03-061-0/+1
* fix(theming): Apply same logic on capabilities for primary color like on themesFerdinand Thiessen2024-01-231-3/+3
* fix(theming): Make sure `color-border-maxcontrast` fulfills 3:1 contrastFerdinand Thiessen2024-01-171-0/+12
* fix(manifest): Check if app exists instead of accessing null as an arrayJoas Schilling2024-01-171-1/+6
* fix(theming): Adjust high contrast theme to fulfill WCAG AAA text contrastFerdinand Thiessen2023-12-221-0/+142
* fix(theming): Adjust dark high contrast to fulfill WCAG 2.1 AAA contrastFerdinand Thiessen2023-12-192-8/+169
* fix(theming): Make dark theme accessible and add unit testFerdinand Thiessen2023-12-181-0/+143
* fix(theming): Adjust status colors to be also accessible on blurry backgroundFerdinand Thiessen2023-12-181-1/+36
* fix(theming): Adjust primary text color calculation to also work with high co...Ferdinand Thiessen2023-12-151-3/+9
* fix(theming): Adjust hover color to be accessibleFerdinand Thiessen2023-12-152-16/+129
* enh(theming): Adjust color utils to work as specified by WCAG (color contrast...Ferdinand Thiessen2023-12-151-5/+24
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-236-7/+6
* fix(theming): Correctly expose user and admin themingjld31032023-11-031-3/+7
* fix(theming): Ensure all text colors have enough contrast for accessibilityFerdinand Thiessen2023-10-271-0/+2
* feat(theming): Allow to reset the user defined app order to the default valueFerdinand Thiessen2023-10-211-1/+6
* feat(theming): Allow to configure default apps and app order in frontend sett...Ferdinand Thiessen2023-10-201-2/+11
* Migrate applications away from deprecated ILoggerCôme Chilliet2023-09-211-6/+5
* feat(f2v): migrate FilesJohn Molakvoæ2023-08-171-2/+2
* feat: add detected mime type to exceptionDaniel Kesselberg2023-06-241-0/+26
* fix loading custom logo imageRobin Appelman2023-05-222-5/+5
* adjust testsSimon L2023-05-112-16/+31
* fix(theming): replace elementColor dark value with better contrast `#8c8c8c`John Molakvoæ2023-05-042-3/+3
* feat(theming): Only convert a background image if it benefits from itFerdinand Thiessen2023-02-201-3/+6
* Limit key names when uploading theme imagesVincent Petry2023-01-111-0/+30
* More theming cypress tests and some fixesJohn Molakvoæ2022-11-292-2/+2
* Extract colour from custom backgroundJohn Molakvoæ2022-11-293-15/+22
* Allow to remove the background and select a custom colourJohn Molakvoæ2022-11-292-5/+5
* Fix theming tests for PHP 8.2Côme Chilliet2022-11-241-0/+5
* generate user themed iconsSimon L2022-11-181-1/+7
* Fix logo invertJohn Molakvoæ2022-11-165-6/+13
* Fix themings tests and get rid of deprecated at matcherCôme Chilliet2022-11-151-28/+30
* Fix some more problems with tests under PHP 8.2Côme Chilliet2022-11-152-2/+22
* Fix errors from PHP 8.2 testingCôme Chilliet2022-11-142-2/+4