Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Feat: Update apps/theming/lib/Themes/DefaultTheme.php | Marco | 2024-06-12 | 1 | -1/+1 | |
| | | | | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Marco <marcoambrosini@proton.me> | |||||
| * | Feat: add new clickable area variables | Marco Ambrosini | 2024-06-12 | 1 | -1/+3 | |
| | | | | | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me> | |||||
* | | Feat: reduce border radius element to 8 px | Marco Ambrosini | 2024-06-12 | 1 | -1/+1 | |
|/ | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me> | |||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-31 | 32 | -704/+64 | |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | |||||
* | Merge pull request #45247 from nextcloud/add-border-width | Ferdinand Thiessen | 2024-05-29 | 1 | -0/+3 | |
|\ | | | | | Add variable for inputs border width | |||||
| * | feat(theming): Add variable for border width | Marco Ambrosini | 2024-05-28 | 1 | -0/+3 | |
| | | | | | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me> | |||||
* | | Feat: Add temporary border-radius variable | Marco Ambrosini | 2024-05-27 | 1 | -0/+1 | |
|/ | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me> | |||||
* | fix(theming): Add some strict checking for userId | Ferdinand Thiessen | 2024-05-21 | 1 | -1/+14 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(tests): Adjust theming test for new splitted background and primary colors | Ferdinand Thiessen | 2024-05-21 | 3 | -5/+5 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(settings): Return mean color of background image on set | Ferdinand Thiessen | 2024-05-21 | 2 | -8/+13 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix: Always populate `--image-background` | Ferdinand Thiessen | 2024-05-21 | 1 | -2/+3 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix: cleanup theming app code | Ferdinand Thiessen | 2024-05-21 | 5 | -30/+24 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(settings): Make background selector be responsive to user changes | Ferdinand Thiessen | 2024-05-21 | 3 | -38/+25 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(tests): Adjust theming test for new splitted background and primary colors | Ferdinand Thiessen | 2024-05-21 | 1 | -0/+1 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(theming): Also apply new background colors to guest view | Ferdinand Thiessen | 2024-05-21 | 4 | -18/+25 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | feat(theming): Allow users to configure their primary color | Ferdinand Thiessen | 2024-05-21 | 1 | -3/+13 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(theming): Also reset background color settings when updating global ↵ | Ferdinand Thiessen | 2024-05-21 | 4 | -86/+94 | |
| | | | | | | background image Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | feat(theming): Allow to configure primary color separate from background in ↵ | Ferdinand Thiessen | 2024-05-21 | 10 | -72/+93 | |
| | | | | | | admin settings Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | feat(theming): Separate background and primary color | Ferdinand Thiessen | 2024-05-21 | 4 | -46/+79 | |
| | | | | | | | | | | | While the primary color is intended to highlight elements, it can not always be used as the background color. So now primary is independent from background a user set, the background color is, if not set directly, calculated as the mean color of the background image. That color is then used as a fallback if the background image could not be loaded and for calculating the color of the text used on the app menu and dashboard (they render directly on the background). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(theming): Also set default background color ("primary") for custom images | Ferdinand Thiessen | 2024-05-21 | 2 | -2/+67 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(theming): Fix erronous phpdoc typing | Côme Chilliet | 2024-04-30 | 1 | -5/+5 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | fix: Fix typing issues related to resource migration | Côme Chilliet | 2024-04-09 | 1 | -2/+2 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 2 | -2/+2 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | fix(theming): fix incorrectly inverted favicons | Simon L | 2024-03-11 | 1 | -1/+1 | |
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | |||||
* | feat(theming): Provide CSS variable for favorite color and adjust for dark mode | Ferdinand Thiessen | 2024-03-06 | 3 | -0/+4 | |
| | | | | | Co-authored-by: Simon L <szaimen@e.mail.de> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | chore: Remove old theming migration steps as they are only needed once | Julius Härtl | 2024-02-14 | 2 | -223/+0 | |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | |||||
* | Merge pull request #32231 from nextcloud/feat/theming-scheme-meta | John Molakvoæ | 2024-02-08 | 7 | -23/+84 | |
| | ||||||
* | Revert "Merge branch 'master' of github.com:nextcloud/server" | Louis Chemineau | 2024-02-08 | 7 | -84/+23 | |
| | | | | | This reverts commit d9d60238c7aaab9c61bf2d50c15aa59bc88c8975, reversing changes made to ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d. | |||||
* | Support theme meta w3c standard | John Molakvoæ | 2024-02-07 | 7 | -23/+84 | |
| | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: Simon L <szaimen@e.mail.de> | |||||
* | fix(theming): The background is the primary color and must not be double ↵ | Ferdinand Thiessen | 2024-02-03 | 2 | -15/+15 | |
| | | | | | | inverted Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix: Fix template parameter for some listeners | Côme Chilliet | 2024-01-30 | 1 | -2/+3 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | chore: Fix missing template parameter for IEventListener | Côme Chilliet | 2024-01-30 | 2 | -0/+2 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | fix(theming): Apply same logic on capabilities for primary color like on themes | Ferdinand Thiessen | 2024-01-23 | 1 | -2/+9 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(theming): Make sure `color-border-maxcontrast` fulfills 3:1 contrast | Ferdinand Thiessen | 2024-01-17 | 4 | -2/+4 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(manifest): Check if app exists instead of accessing null as an array | Joas Schilling | 2024-01-17 | 2 | -13/+29 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Migrate PHP imagick module check to new SetupCheck API | Côme Chilliet | 2024-01-11 | 2 | -0/+65 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | fix(theming): Adjust high contrast theme to fulfill WCAG AAA text contrast | Ferdinand Thiessen | 2023-12-22 | 1 | -3/+31 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(theming): Invert filter should be based on primary-element | Ferdinand Thiessen | 2023-12-22 | 1 | -2/+2 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(theming): Adjust `color-error` and `color-success` to work for input ↵ | Ferdinand Thiessen | 2023-12-19 | 2 | -8/+8 | |
| | | | | | | border colors Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(theming): Adjust dark high contrast to fulfill WCAG 2.1 AAA contrast | Ferdinand Thiessen | 2023-12-19 | 3 | -7/+34 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(theming): Make dark theme accessible and add unit test | Ferdinand Thiessen | 2023-12-18 | 1 | -12/+13 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(theming): Adjust status colors to be also accessible on blurry background | Ferdinand Thiessen | 2023-12-18 | 1 | -6/+6 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(theming): Adjust primary text color calculation to also work with high ↵ | Ferdinand Thiessen | 2023-12-15 | 1 | -3/+4 | |
| | | | | | | contrast themes Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(theming): Adjust hover color to be accessible | Ferdinand Thiessen | 2023-12-15 | 1 | -1/+1 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | enh(theming): Adjust color utils to work as specified by WCAG (color ↵ | Ferdinand Thiessen | 2023-12-15 | 2 | -5/+52 | |
| | | | | | | contrast and luma calculation) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(theming): Adjust dark theme to be accessible adjust cypress tests | Ferdinand Thiessen | 2023-12-01 | 2 | -5/+5 | |
| | | | | | | Also fix warning text color for bright / default theme on blurry background Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(theming): Fix color inverted icons based on theming and dark mode | Joas Schilling | 2023-11-29 | 1 | -0/+1 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 26 | -103/+101 | |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | |||||
* | fix(theming): Adjust config listener to validate `apporder` config | Ferdinand Thiessen | 2023-11-21 | 1 | -6/+10 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Fix apporder when an application has several menu items | Côme Chilliet | 2023-11-14 | 1 | -4/+6 | |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> |