aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-212-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-202-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-182-26/+26
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38823 from nextcloud/enh/noid/fix-iconsSimon L2023-06-161-4/+6
|\ | | | | generate user themed favicon and touchicon
| * generate user themed favicon and touchiconSimon L2023-06-161-4/+6
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-152-8/+8
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-132-8/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-112-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-06-082-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* enh(theming): Info contrastChristopher Ng2023-06-063-3/+11
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh(theming): Success contrastChristopher Ng2023-06-063-6/+14
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh(theming): Warning contrastChristopher Ng2023-06-063-6/+14
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* enh(theming): Error contrastChristopher Ng2023-06-063-4/+15
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #38631 from nextcloud/theming-set-background-color-via-occDaniel2023-06-061-0/+5
|\ | | | | feat: set background = backgroundColor via occ
| * feat: set background = backgroundColor via occDaniel Kesselberg2023-06-031-0/+5
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #38611 from fsamapoor/replace_strpos_calls_in_theming_appCôme Chilliet2023-06-054-8/+8
|\ \ | | | | | | Refactors "strpos" calls in /apps/theming
| * | Refactors "strpos" calls in /apps/theming to improve code readability.Faraz Samapoor2023-06-024-8/+8
| |/ | | | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* | openapi: Fix wrapping OCS responses that are not DataResponsejld31032023-06-051-215/+15
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-032-0/+6
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-302-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-282-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-2796-592/+496
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38438 from nextcloud/feature/openapi/specsKate2023-05-241-0/+1206
|\ | | | | Add OpenAPI specs
| * Add OpenAPI specsjld31032023-05-241-0/+1206
| | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | Use consistent imports for Vue componentsVarun Patil2023-05-235-19/+11
|/ | | | | | This makes tree shaking possible Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* fix loading custom logo imageRobin Appelman2023-05-223-6/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-05-202-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(release): Bump requirements and versions in apps/Joas Schilling2023-05-171-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* feat(theming): Add border radius rounded css variable so ↵Ferdinand Thiessen2023-05-162-0/+2
| | | | | | `body-container-radius` can be used on mobile devices Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(css): Add css variables for info colors (`--color-info`)Ferdinand Thiessen2023-05-162-0/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Use the color-primary-element* variablesSimon L2023-05-132-2/+2
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* adjust testsSimon L2023-05-112-16/+31
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* use brighten and darken instead of greySimon L2023-05-101-4/+4
| | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* fix(theming): Cut of the brightness into both directions if unknownJoas Schilling2023-05-101-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #38063 from nextcloud/fix/themingJohn Molakvoæ2023-05-057-29/+53
|\
| * fix(theming): replace elementColor dark value with better contrast `#8c8c8c`John Molakvoæ2023-05-044-8/+6
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * fix(theming): do not show the image default background on user theming if ↵John Molakvoæ2023-05-041-1/+1
| | | | | | | | | | | | disabled Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * fix(theming): remove unnecessary `color-primary-element-default-hover` variableJohn Molakvoæ2023-05-042-6/+18
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * fix(theming): replace `color-primary-text-dark` with ↵John Molakvoæ2023-05-042-5/+5
| | | | | | | | | | | | `color-primary-element-text-dark` Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * fix(theming): ensure image background is not defined if admin disabled itJohn Molakvoæ2023-05-041-10/+11
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
| * fix(theming): calc primary element from current main backgroundJohn Molakvoæ2023-05-042-6/+19
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-052-0/+8
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-272-0/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(assets): Optimize JPGs with jpegoptim 1.4.7Joas Schilling2023-04-249-0/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(assets): Optimize SVGs with scour 0.38.2Joas Schilling2023-04-244-58/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(autoloader): Update autoloaders with composer 2.5.5Joas Schilling2023-04-211-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(npm): fix warning and buildJohn Molakvoæ2023-04-211-1/+3
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-202-2/+72
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Improvement of the theme selection UIJérôme Herbinet2023-04-191-0/+5
| | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-04-162-2/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>