| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: Properly calculate intermediate icon for touch icon generationbackport/47670/stable30 | Julius Härtl | 2024-11-20 | 1 | -17/+12 |
* | fix(theming): Return default theme if the user never selected a themebackport/49112/stable30 | provokateurin | 2024-11-07 | 1 | -2/+2 |
* | fix(theming): Use `AppConfig` for setting background imagebackport/48439/stable30 | Ferdinand Thiessen | 2024-10-02 | 1 | -1/+3 |
* | fix(a11y): Update OpenDyslexic from 0.920 to 2.001 | Joas Schilling | 2024-09-15 | 1 | -11/+3 |
* | fix: Use migration instead of repair step for restoring custom color | Ferdinand Thiessen | 2024-09-11 | 4 | -71/+311 |
* | chore: Use `IAppConfig` instead of `IConfig->getAppValue` | Ferdinand Thiessen | 2024-09-11 | 3 | -39/+38 |
* | fix: Add repair step to restore primary color after separating primary and ba... | Ferdinand Thiessen | 2024-09-11 | 1 | -0/+64 |
* | fix(theming): Allow to specify a userId manually in BackgroundService | Ferdinand Thiessen | 2024-09-11 | 2 | -21/+44 |
* | fix(css): make scrollbar visible again | protoclown | 2024-09-03 | 4 | -5/+3 |
* | fix(theming): make cache buster depend on the app version | Richard Steinmetz | 2024-08-07 | 1 | -1/+3 |
* | feat(theming): Update value of body container radius | Marco Ambrosini | 2024-08-01 | 1 | -4/+4 |
* | Feat: update border radius variables | Marco Ambrosini | 2024-08-01 | 1 | -5/+11 |
* | feat: add small font size variable | Marco Ambrosini | 2024-07-31 | 1 | -0/+1 |
* | Feat: update line height | Marco Ambrosini | 2024-07-31 | 1 | -1/+1 |
* | fix(psalm): named attribute argument | Maxence Lange | 2024-07-29 | 1 | -1/+1 |
* | refactor(theming): Replace security annotations with respective attributes | provokateurin | 2024-07-27 | 3 | -33/+33 |
* | fix(styles): Make sure footer with legal links is shown correctly | Ferdinand Thiessen | 2024-07-26 | 1 | -1/+1 |
* | fix(mail): Fix big logos in mail templates for Outlook | Joas Schilling | 2024-07-17 | 1 | -0/+23 |
* | fix(theming): enforce theme should still provide dark as fallback | skjnldsv | 2024-07-13 | 1 | -1/+7 |
* | feat(theming): Allow shipped backgrounds to have a dark variant | Ferdinand Thiessen | 2024-07-12 | 5 | -12/+37 |
* | fix(theming): Don't reset the cachebuster value when we reset theming | Marcel Müller | 2024-07-10 | 1 | -0/+4 |
* | feat(theming): Provide `body-container-` variables through theming | Ferdinand Thiessen | 2024-07-04 | 1 | -6/+12 |
* | feat(theming): Add checkbox for force enable / disable blurry background | Ferdinand Thiessen | 2024-07-02 | 2 | -3/+12 |
* | fix(theming): Conitionally disable blur filter for performance | Ferdinand Thiessen | 2024-07-02 | 1 | -27/+31 |
* | fix(theming): properly apply warning style to update output | Richard Steinmetz | 2024-06-19 | 1 | -2/+2 |
* | fix(theming): also apply enforced theme for guests | skjnldsv | 2024-06-14 | 1 | -8/+22 |
* | Merge pull request #45818 from nextcloud/feat/add-new-clickable-area-variables | Marco | 2024-06-14 | 1 | -1/+3 |
|\ |
|
| * | Feat: Update apps/theming/lib/Themes/DefaultTheme.php | Marco | 2024-06-12 | 1 | -1/+1 |
| * | Feat: add new clickable area variables | Marco Ambrosini | 2024-06-12 | 1 | -1/+3 |
* | | Feat: reduce border radius element to 8 px | Marco Ambrosini | 2024-06-12 | 1 | -1/+1 |
|/ |
|
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-31 | 32 | -704/+64 |
* | Merge pull request #45247 from nextcloud/add-border-width | Ferdinand Thiessen | 2024-05-29 | 1 | -0/+3 |
|\ |
|
| * | feat(theming): Add variable for border width | Marco Ambrosini | 2024-05-28 | 1 | -0/+3 |
* | | Feat: Add temporary border-radius variable | Marco Ambrosini | 2024-05-27 | 1 | -0/+1 |
|/ |
|
* | fix(theming): Add some strict checking for userId | Ferdinand Thiessen | 2024-05-21 | 1 | -1/+14 |
* | fix(tests): Adjust theming test for new splitted background and primary colors | Ferdinand Thiessen | 2024-05-21 | 3 | -5/+5 |
* | fix(settings): Return mean color of background image on set | Ferdinand Thiessen | 2024-05-21 | 2 | -8/+13 |
* | fix: Always populate `--image-background` | Ferdinand Thiessen | 2024-05-21 | 1 | -2/+3 |
* | fix: cleanup theming app code | Ferdinand Thiessen | 2024-05-21 | 5 | -30/+24 |
* | fix(settings): Make background selector be responsive to user changes | Ferdinand Thiessen | 2024-05-21 | 3 | -38/+25 |
* | fix(tests): Adjust theming test for new splitted background and primary colors | Ferdinand Thiessen | 2024-05-21 | 1 | -0/+1 |
* | fix(theming): Also apply new background colors to guest view | Ferdinand Thiessen | 2024-05-21 | 4 | -18/+25 |
* | feat(theming): Allow users to configure their primary color | Ferdinand Thiessen | 2024-05-21 | 1 | -3/+13 |
* | fix(theming): Also reset background color settings when updating global backg... | Ferdinand Thiessen | 2024-05-21 | 4 | -86/+94 |
* | feat(theming): Allow to configure primary color separate from background in a... | Ferdinand Thiessen | 2024-05-21 | 10 | -72/+93 |
* | feat(theming): Separate background and primary color | Ferdinand Thiessen | 2024-05-21 | 4 | -46/+79 |
* | fix(theming): Also set default background color ("primary") for custom images | Ferdinand Thiessen | 2024-05-21 | 2 | -2/+67 |
* | fix(theming): Fix erronous phpdoc typing | Côme Chilliet | 2024-04-30 | 1 | -5/+5 |
* | fix: Fix typing issues related to resource migration | Côme Chilliet | 2024-04-09 | 1 | -2/+2 |
* | fix: Apply new coding standard to all files | Côme Chilliet | 2024-04-02 | 2 | -2/+2 |