| Commit message (Expand) | Author | Age | Files | Lines |
* | feat(theming): Provide CSS variable for favorite color and adjust for dark mode | Ferdinand Thiessen | 2024-03-06 | 1 | -0/+1 |
* | fix(theming): Apply same logic on capabilities for primary color like on themes | Ferdinand Thiessen | 2024-01-23 | 1 | -3/+3 |
* | fix(theming): Make sure `color-border-maxcontrast` fulfills 3:1 contrast | Ferdinand Thiessen | 2024-01-17 | 1 | -0/+12 |
* | fix(manifest): Check if app exists instead of accessing null as an array | Joas Schilling | 2024-01-17 | 1 | -1/+6 |
* | fix(theming): Adjust high contrast theme to fulfill WCAG AAA text contrast | Ferdinand Thiessen | 2023-12-22 | 1 | -0/+142 |
* | fix(theming): Adjust dark high contrast to fulfill WCAG 2.1 AAA contrast | Ferdinand Thiessen | 2023-12-19 | 2 | -8/+169 |
* | fix(theming): Make dark theme accessible and add unit test | Ferdinand Thiessen | 2023-12-18 | 1 | -0/+143 |
* | fix(theming): Adjust status colors to be also accessible on blurry background | Ferdinand Thiessen | 2023-12-18 | 1 | -1/+36 |
* | fix(theming): Adjust primary text color calculation to also work with high co... | Ferdinand Thiessen | 2023-12-15 | 1 | -3/+9 |
* | fix(theming): Adjust hover color to be accessible | Ferdinand Thiessen | 2023-12-15 | 2 | -16/+129 |
* | enh(theming): Adjust color utils to work as specified by WCAG (color contrast... | Ferdinand Thiessen | 2023-12-15 | 1 | -5/+24 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 6 | -7/+6 |
* | fix(theming): Correctly expose user and admin theming | jld3103 | 2023-11-03 | 1 | -3/+7 |
* | fix(theming): Ensure all text colors have enough contrast for accessibility | Ferdinand Thiessen | 2023-10-27 | 1 | -0/+2 |
* | feat(theming): Allow to reset the user defined app order to the default value | Ferdinand Thiessen | 2023-10-21 | 1 | -1/+6 |
* | feat(theming): Allow to configure default apps and app order in frontend sett... | Ferdinand Thiessen | 2023-10-20 | 1 | -2/+11 |
* | Migrate applications away from deprecated ILogger | Côme Chilliet | 2023-09-21 | 1 | -6/+5 |
* | feat(f2v): migrate Files | John Molakvoæ | 2023-08-17 | 1 | -2/+2 |
* | feat: add detected mime type to exception | Daniel Kesselberg | 2023-06-24 | 1 | -0/+26 |
* | fix loading custom logo image | Robin Appelman | 2023-05-22 | 2 | -5/+5 |
* | adjust tests | Simon L | 2023-05-11 | 2 | -16/+31 |
* | fix(theming): replace elementColor dark value with better contrast `#8c8c8c` | John Molakvoæ | 2023-05-04 | 2 | -3/+3 |
* | feat(theming): Only convert a background image if it benefits from it | Ferdinand Thiessen | 2023-02-20 | 1 | -3/+6 |
* | Limit key names when uploading theme images | Vincent Petry | 2023-01-11 | 1 | -0/+30 |
* | More theming cypress tests and some fixes | John Molakvoæ | 2022-11-29 | 2 | -2/+2 |
* | Extract colour from custom background | John Molakvoæ | 2022-11-29 | 3 | -15/+22 |
* | Allow to remove the background and select a custom colour | John Molakvoæ | 2022-11-29 | 2 | -5/+5 |
* | Fix theming tests for PHP 8.2 | Côme Chilliet | 2022-11-24 | 1 | -0/+5 |
* | generate user themed icons | Simon L | 2022-11-18 | 1 | -1/+7 |
* | Fix logo invert | John Molakvoæ | 2022-11-16 | 5 | -6/+13 |
* | Fix themings tests and get rid of deprecated at matcher | Côme Chilliet | 2022-11-15 | 1 | -28/+30 |
* | Fix some more problems with tests under PHP 8.2 | Côme Chilliet | 2022-11-15 | 2 | -2/+22 |
* | Fix errors from PHP 8.2 testing | Côme Chilliet | 2022-11-14 | 2 | -2/+4 |
* | Rewrite admin theming in Vue | Christopher Ng | 2022-10-28 | 1 | -54/+12 |
* | Fix tests | John Molakvoæ | 2022-10-19 | 6 | -10/+51 |
* | Fix tests | John Molakvoæ | 2022-10-14 | 1 | -11/+21 |
* | Fix primary and debounce to avoid infinite loop | John Molakvoæ | 2022-10-13 | 1 | -3/+3 |
* | Allow to pick custom colour | John Molakvoæ (skjnldsv) | 2022-10-13 | 6 | -3/+91 |
* | Fix excessive increase of cachebuster value | Christopher Ng | 2022-10-11 | 1 | -0/+5 |
* | Use color preset of shipped background as primary color | Christopher Ng | 2022-10-05 | 5 | -7/+31 |
* | fix highcontrast theme icons | szaimen | 2022-09-27 | 3 | -9/+9 |
* | Move background settings from dashboard app to Appearance and accessibility s... | greta | 2022-09-14 | 2 | -5/+8 |
* | Fix theming tests | John Molakvoæ | 2022-08-19 | 1 | -0/+7 |
* | Automatically enable plain background if primary colour is set | John Molakvoæ | 2022-08-16 | 1 | -1/+1 |
* | Revert "Fix unit tests for the theming app" | John Molakvoæ | 2022-08-16 | 2 | -19/+2 |
* | Fix unit tests for the theming app | Carl Schwan | 2022-08-11 | 2 | -2/+19 |
* | Remove deprecated expectException from theming tests | Côme Chilliet | 2022-06-20 | 1 | -3/+3 |
* | Remove deprecated at matcher from theming tests | Côme Chilliet | 2022-06-16 | 4 | -134/+138 |
* | Fix theming setEnabledThemes unique array | John Molakvoæ | 2022-04-30 | 1 | -0/+32 |
* | Allow to override the default theme | John Molakvoæ | 2022-04-30 | 3 | -2/+255 |