aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-102-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(NavigationManager): Skip invalid default navigation entriesprovokateurin2024-09-092-2/+8
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(theming): Use NavigationManager to handle default entriesprovokateurin2024-09-095-16/+26
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-072-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-5/+5
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Merge pull request #47690 from nextcloud/chore/themingJohn Molakvoæ2024-09-041-8/+8
|\
| * chore(theming): Increase app versionFerdinand Thiessen2024-09-021-8/+8
| | | | | | | | | | | | | | There were heavly breaking theming changes so increase the version number to make cache buster work. Also fix order of entries in the appinfo.xml to fix XML validation (the order is fixed in the XSD). Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-032-0/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(css): refine css cleanupprotoclown2024-09-022-0/+3
| | | | Signed-off-by: protoclown <ornano@felinn.org>
* fix(css): re-use old --color-scrollbar variableprotoclown2024-09-025-7/+2
| | | | Signed-off-by: protoclown <ornano@felinn.org>
* Merge pull request #47670 from nextcloud/fix/touchicon-calcJulius Härtl2024-09-021-17/+12
|\ | | | | fix: Properly calculate intermediate icon for touch icon generation
| * fix: Properly calculate intermediate icon for touch icon generationJulius Härtl2024-09-011-17/+12
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-302-0/+18
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat: Add bidi support in core directoryMostafa Ahangarha2024-08-291-1/+1
| | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2510-32/+32
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-244-2/+22
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(deps): Update openapi-extractor to v1.0.0provokateurin2024-08-211-39/+39
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-202-0/+42
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-172-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-154-8/+22
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(branchoff): Bump versions and requirements in appsJoas Schilling2024-08-141-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where ↵Ferdinand Thiessen2024-08-132-4/+4
| | | | | | possible Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-104-0/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(theming): make cache buster depend on the app versionRichard Steinmetz2024-08-071-1/+3
| | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-08-022-8/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(theming): Update value of body container radiusMarco Ambrosini2024-08-013-5/+7
| | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
* Feat: update border radius variablesMarco Ambrosini2024-08-012-9/+22
| | | | Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me>
* feat: add small font size variableMarco Ambrosini2024-07-312-0/+2
| | | | | | | | 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>
* Merge branch 'master' into feat/update-line-heightMarco2024-07-312-0/+4
|\
| * Fix(l10n): Update translations from TransifexNextcloud bot2024-07-312-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Feat: update line heightMarco Ambrosini2024-07-312-2/+2
|/ | | | | | | | | 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 argumentMaxence Lange2024-07-291-1/+1
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* refactor(theming): Replace security annotations with respective attributesprovokateurin2024-07-273-33/+33
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* test(theming): Fix broken footer links testsprovokateurin2024-07-271-3/+3
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* fix(styles): Make sure footer with legal links is shown correctlyFerdinand Thiessen2024-07-261-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): Use version with less color banding for dark variantFerdinand Thiessen2024-07-251-0/+0
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(theming): Adjust dark variant of the new default backgroundFerdinand Thiessen2024-07-232-0/+0
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-232-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-07-192-0/+28
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(mail): Fix big logos in mail templates for OutlookJoas Schilling2024-07-171-0/+23
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #46504 from nextcloud/fix/dark-theme-enforceJohn Molakvoæ2024-07-152-2/+19
|\
| * fix(theming): enforce theme should still provide dark as fallbackskjnldsv2024-07-132-2/+19
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-142-6/+6
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(theming): Allow shipped backgrounds to have a dark variantFerdinand Thiessen2024-07-129-15/+41
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(theming): Don't reset the cachebuster value when we reset themingMarcel Müller2024-07-101-0/+4
| | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* Merge pull request #46391 from nextcloud/chore/use-consistent-material-symbolsFerdinand Thiessen2024-07-103-3/+3
|\ | | | | chore: Make app icons consistent Material Symbols with same settings
| * chore: Make app icons consistent Material Symbols with same settingsFerdinand Thiessen2024-07-103-3/+3
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-102-0/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Make active apps initial state consistent with OCS APIFerdinand Thiessen2024-07-102-24/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-094-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>