summaryrefslogtreecommitdiffstats
path: root/apps/theming/lib
Commit message (Expand)AuthorAgeFilesLines
* generate user themed favicon and touchiconSimon L2023-06-161-4/+6
* fix loading custom logo imageRobin Appelman2023-05-231-1/+1
* feat(theming): Add border radius rounded css variable so `body-container-radi...Ferdinand Thiessen2023-05-161-0/+1
* feat(css): Add css variables for info colors (`--color-info`)Ferdinand Thiessen2023-05-161-0/+3
* use brighten and darken instead of greySimon L2023-05-101-4/+4
* fix(theming): Cut of the brightness into both directions if unknownJoas Schilling2023-05-101-4/+4
* fix(theming): replace elementColor dark value with better contrast `#8c8c8c`John Molakvoæ2023-05-041-1/+1
* fix(theming): remove unnecessary `color-primary-element-default-hover` variableJohn Molakvoæ2023-05-041-4/+2
* fix(theming): replace `color-primary-text-dark` with `color-primary-element-t...John Molakvoæ2023-05-041-4/+4
* fix(theming): ensure image background is not defined if admin disabled itJohn Molakvoæ2023-05-041-10/+11
* fix(theming): calc primary element from current main backgroundJohn Molakvoæ2023-05-042-6/+19
* Add distraction free backgrounds for Nextcloud 26Jan C. Borchardt2023-03-031-0/+22
* fix(themeing): Add error handling to ImageManagerFerdinand Thiessen2023-02-201-23/+41
* feat(theming): Only convert a background image if it benefits from itFerdinand Thiessen2023-02-201-2/+31
* l10n: Fixed grammarrakekniven2023-02-111-1/+1
* fix(theming): Fix query for configvalue as CLOB on OCIJulius Härtl2023-01-311-1/+2
* l10n: Change administrator to administrationValdnet2023-01-301-5/+5
* l10n: Change admin to administratorValdnet2023-01-301-5/+5
* Use the default color and matching text color for the federation inviteJoas Schilling2023-01-301-0/+9
* fix(l10n): fix admin images migrationrakekniven2023-01-231-1/+1
* fix(theming): fix admin images migrationJohn Molakvoæ (skjnldsv)2023-01-232-76/+101
* Limit key names when uploading theme imagesVincent Petry2023-01-111-1/+14
* Fix theming migration repair step by passing correct type for argumentCôme Chilliet2023-01-101-6/+5
* Invert header if primary is bright and background disabledJohn Molakvoæ2022-12-082-10/+17
* Merge pull request #35547 from nextcloud/enh/noid/delete-background-size-vari...Simon L2022-12-061-7/+0
|\
| * delete the --image-background-size variableSimon L2022-12-051-7/+0
* | Lighten default color slightly for increased contrastChristopher Ng2022-12-061-1/+1
* | Add new border color variable for increased contrastChristopher Ng2022-12-062-0/+2
|/
* Revert "Fix border color contrast"Christopher Ng2022-12-033-5/+5
* Faster theming tests, better colours comparison and properly follow admin the...John Molakvoæ2022-11-304-3/+33
* More theming cypress tests and some fixesJohn Molakvoæ2022-11-296-13/+9
* Extract colour from custom backgroundJohn Molakvoæ2022-11-295-15/+20
* Allow to remove the background and select a custom colourJohn Molakvoæ2022-11-299-64/+111
* Fix border color contrastChristopher Ng2022-11-223-5/+5
* rename placeholderArthur Schiwon2022-11-181-2/+2
* fix const visibilityArthur Schiwon2022-11-181-2/+2
* use constblizzz2022-11-181-1/+1
* use constblizzz2022-11-181-1/+1
* use .json extentionsblizzz2022-11-181-1/+1
* do not store state in appconfigArthur Schiwon2022-11-181-14/+83
* remove dashboard check, as fallback did not consider it eitherArthur Schiwon2022-11-181-9/+0
* optimize background image migration jobArthur Schiwon2022-11-182-26/+70
* generate user themed iconsSimon L2022-11-185-16/+29
* Fix logo invertJohn Molakvoæ2022-11-162-9/+9
* Rewrite admin theming in VueChristopher Ng2022-10-286-29/+34
* Invert header icons on bright preset backgroundsChristopher Ng2022-10-192-2/+4
* Simplify variable namesJohn Molakvoæ2022-10-193-64/+100
* Add admin user customization kill switchJohn Molakvoæ2022-10-196-7/+31
* Add a repair step to cleanup old theming cacheChristopher Ng2022-10-181-0/+76
* Improve cache buster for user backgroundsVincent Petry2022-10-144-13/+31