Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 6 | -9/+15 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #48440 from nextcloud/refactor/background-service | Ferdinand Thiessen | 2024-10-03 | 1 | -34/+28 |
|\ | | | | | refactor(theming): Reduce duplicated code in `BackgroundService` | ||||
| * | refactor(theming): Reduce duplicated code in `BackgroundService`refactor/background-service | Ferdinand Thiessen | 2024-09-28 | 1 | -34/+28 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(theming): Use `AppConfig` for setting background imagefix/background-image | Ferdinand Thiessen | 2024-09-28 | 1 | -1/+3 |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore(legacy): Introduce public version ct plass and drop version methods ↵clean/version-ocp | Julius Knorr | 2024-09-20 | 1 | -12/+9 |
| | | | | | | from OC_Util Signed-off-by: Julius Knorr <jus@bitgrid.net> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 9 | -19/+20 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(a11y): Update OpenDyslexic from 0.920 to 2.001 | Joas Schilling | 2024-09-12 | 1 | -11/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix: Use migration instead of repair step for restoring custom color | Ferdinand Thiessen | 2024-09-10 | 4 | -71/+311 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: Use `IAppConfig` instead of `IConfig->getAppValue` | Ferdinand Thiessen | 2024-09-10 | 3 | -42/+39 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix: Add repair step to restore primary color after separating primary and ↵ | Ferdinand Thiessen | 2024-09-10 | 1 | -0/+64 |
| | | | | | | background Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): Allow to specify a userId manually in BackgroundService | Ferdinand Thiessen | 2024-09-10 | 2 | -21/+44 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(NavigationManager): Skip invalid default navigation entries | provokateurin | 2024-09-09 | 1 | -1/+3 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(theming): Use NavigationManager to handle default entries | provokateurin | 2024-09-09 | 2 | -8/+12 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore: adjust code to adhere to coding standard | Anna Larch | 2024-09-05 | 1 | -5/+5 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | fix(css): refine css cleanup | protoclown | 2024-09-02 | 1 | -0/+2 |
| | | | | Signed-off-by: protoclown <ornano@felinn.org> | ||||
* | fix(css): re-use old --color-scrollbar variable | protoclown | 2024-09-02 | 4 | -6/+2 |
| | | | | Signed-off-by: protoclown <ornano@felinn.org> | ||||
* | fix: Properly calculate intermediate icon for touch icon generation | Julius Härtl | 2024-09-01 | 1 | -17/+12 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 8 | -23/+23 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | fix(theming): make cache buster depend on the app version | Richard Steinmetz | 2024-08-07 | 1 | -1/+3 |
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | feat(theming): Update value of body container radius | Marco Ambrosini | 2024-08-01 | 1 | -4/+4 |
| | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me> | ||||
* | Feat: update border radius variables | Marco Ambrosini | 2024-08-01 | 1 | -5/+11 |
| | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me> | ||||
* | feat: add small font size variable | Marco Ambrosini | 2024-07-31 | 1 | -0/+1 |
| | | | | | | | | This is needed to create a bit more hyerarchy between more important and less important text. For example for the talk conversation description in the header or in NcListItem's "subname" Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me> | ||||
* | Feat: update line height | Marco Ambrosini | 2024-07-31 | 1 | -1/+1 |
| | | | | | | | | | Since we have different font sizes, we should make the line height dependent on the font size and not a fixed value. The recommended value for accessibility is 1.5. https://www.w3.org/WAI/WCAG21/Understanding/text-spacing.html Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me> | ||||
* | fix(psalm): named attribute argument | Maxence Lange | 2024-07-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | refactor(theming): Replace security annotations with respective attributes | provokateurin | 2024-07-27 | 3 | -33/+33 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | fix(styles): Make sure footer with legal links is shown correctly | Ferdinand Thiessen | 2024-07-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(mail): Fix big logos in mail templates for Outlook | Joas Schilling | 2024-07-17 | 1 | -0/+23 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(theming): enforce theme should still provide dark as fallback | skjnldsv | 2024-07-13 | 1 | -1/+7 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | feat(theming): Allow shipped backgrounds to have a dark variant | Ferdinand Thiessen | 2024-07-12 | 5 | -12/+37 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): Don't reset the cachebuster value when we reset theming | Marcel Müller | 2024-07-10 | 1 | -0/+4 |
| | | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de> | ||||
* | feat(theming): Provide `body-container-` variables through theming | Ferdinand Thiessen | 2024-07-04 | 1 | -6/+12 |
| | | | | | | | | * Provide the body container height, radius and margin as theming variables. * Remove unused old variables (`header-menu-profile-item-height` and `list-max-width`) * Fix comment about breakpoint JS location Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | feat(theming): Add checkbox for force enable / disable blurry background | Ferdinand Thiessen | 2024-07-02 | 2 | -3/+12 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): Conitionally disable blur filter for performance | Ferdinand Thiessen | 2024-07-02 | 1 | -27/+31 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(theming): properly apply warning style to update output | Richard Steinmetz | 2024-06-19 | 1 | -2/+2 |
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | fix(theming): also apply enforced theme for guests | skjnldsv | 2024-06-14 | 1 | -8/+22 |
| | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | Merge pull request #45818 from nextcloud/feat/add-new-clickable-area-variables | Marco | 2024-06-14 | 1 | -1/+3 |
|\ | | | | | Feat: add new clickable area variables | ||||
| * | 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> |