Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | refactor(theming): Replace security annotations with respective attributes | provokateurin | 2024-07-27 | 3 | -33/+33 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | test(theming): Fix broken footer links tests | provokateurin | 2024-07-27 | 1 | -3/+3 | |
| | | | | 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(theming): Use version with less color banding for dark variant | Ferdinand Thiessen | 2024-07-25 | 1 | -0/+0 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | chore(theming): Adjust dark variant of the new default background | Ferdinand Thiessen | 2024-07-23 | 2 | -0/+0 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-23 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-19 | 2 | -0/+28 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | 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> | |||||
* | Merge pull request #46504 from nextcloud/fix/dark-theme-enforce | John Molakvoæ | 2024-07-15 | 2 | -2/+19 | |
|\ | ||||||
| * | fix(theming): enforce theme should still provide dark as fallback | skjnldsv | 2024-07-13 | 2 | -2/+19 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-14 | 2 | -6/+6 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | feat(theming): Allow shipped backgrounds to have a dark variant | Ferdinand Thiessen | 2024-07-12 | 9 | -15/+41 | |
| | | | | 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> | |||||
* | Merge pull request #46391 from nextcloud/chore/use-consistent-material-symbols | Ferdinand Thiessen | 2024-07-10 | 3 | -3/+3 | |
|\ | | | | | chore: Make app icons consistent Material Symbols with same settings | |||||
| * | chore: Make app icons consistent Material Symbols with same settings | Ferdinand Thiessen | 2024-07-10 | 3 | -3/+3 | |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-10 | 2 | -0/+4 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | chore: Make active apps initial state consistent with OCS API | Ferdinand Thiessen | 2024-07-10 | 2 | -24/+6 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | chore: Enable ESLint for apps and fix all errors | Ferdinand Thiessen | 2024-07-09 | 4 | -7/+11 | |
| | | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-09 | 2 | -0/+4 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #46259 from nextcloud/feat/provide-body-container | Ferdinand Thiessen | 2024-07-07 | 2 | -11/+21 | |
|\ | | | | | feat(theming): Provide `body-container-` variables through theming | |||||
| * | feat(theming): Provide `body-container-` variables through theming | Ferdinand Thiessen | 2024-07-04 | 2 | -11/+21 | |
| | | | | | | | | | | | | | | | | * 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> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-07 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-05 | 6 | -0/+28 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-04 | 18 | -0/+56 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | feat(theming): Add checkbox for force enable / disable blurry background | Ferdinand Thiessen | 2024-07-02 | 4 | -11/+55 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | fix(theming): Conitionally disable blur filter for performance | Ferdinand Thiessen | 2024-07-02 | 7 | -27/+42 | |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | |||||
* | chore(deps): Update openapi-extractor | provokateurin | 2024-07-02 | 1 | -40/+40 | |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-07-02 | 2 | -0/+26 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-27 | 2 | -0/+18 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | chore(deps): Update `debounce` to 2.1.0 | Ferdinand Thiessen | 2024-06-23 | 2 | -3/+4 | |
| | | | | 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> | |||||
* | Merge pull request #45875 from nextcloud/fix/guest-enforce-theme | Ferdinand Thiessen | 2024-06-17 | 2 | -8/+64 | |
|\ | | | | | fix(theming): also apply enforced theme for guests | |||||
| * | fix(theming): also apply enforced theme for guests | skjnldsv | 2024-06-14 | 2 | -8/+64 | |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-17 | 2 | -0/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-16 | 2 | -0/+22 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #45818 from nextcloud/feat/add-new-clickable-area-variables | Marco | 2024-06-14 | 2 | -2/+6 | |
|\ | | | | | 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 | 2 | -2/+6 | |
| | | | | | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me> | |||||
* | | Merge pull request #45819 from nextcloud/feat/reduce-border-radius-element | Marco | 2024-06-14 | 2 | -2/+2 | |
|\ \ | | | | | | | Feat: reduce border radius element to 8 px | |||||
| * | | Feat: reduce border radius element to 8 px | Marco Ambrosini | 2024-06-12 | 2 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-14 | 2 | -6/+30 | |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-13 | 2 | -4/+4 | |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-12 | 2 | -0/+16 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-10 | 2 | -0/+18 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-09 | 2 | -0/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-08 | 2 | -0/+16 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-07 | 12 | -0/+102 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-06 | 4 | -0/+18 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-06-05 | 90 | -716/+1078 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-31 | 79 | -1449/+180 | |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> |