Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | theming: Add OpenAPI spec | jld3103 | 2023-07-10 | 5 | -20/+143 |
| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com> | ||||
* | feat(ocp): More specific type for ICapabilities::getCapabilities | Christoph Wurst | 2023-07-03 | 1 | -2/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #38900 from tanganellilore/add_theming_doc_url | John Molakvoæ | 2023-06-29 | 1 | -0/+6 |
|\ | |||||
| * | add getDocBaseUrl that exted default | Lorenzo Tanganelli | 2023-06-19 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Lorenzo Tanganelli <lorenzo.tanganelli@hotmail.it> | ||||
* | | feat: add detected mime type to exception | Daniel Kesselberg | 2023-06-24 | 1 | -1/+1 |
|/ | | | | | | | The mimetype may not match the file extension. Helps the user to find out why a provided image is not accepted. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | generate user themed favicon and touchicon | Simon L | 2023-06-16 | 1 | -4/+6 |
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
* | enh(theming): Info contrast | Christopher Ng | 2023-06-06 | 2 | -3/+10 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | enh(theming): Success contrast | Christopher Ng | 2023-06-06 | 2 | -3/+10 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | enh(theming): Warning contrast | Christopher Ng | 2023-06-06 | 2 | -3/+10 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | enh(theming): Error contrast | Christopher Ng | 2023-06-06 | 2 | -4/+14 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Merge pull request #38631 from nextcloud/theming-set-background-color-via-occ | Daniel | 2023-06-06 | 1 | -0/+5 |
|\ | | | | | feat: set background = backgroundColor via occ | ||||
| * | feat: set background = backgroundColor via occ | Daniel Kesselberg | 2023-06-03 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | Refactors "strpos" calls in /apps/theming to improve code readability. | Faraz Samapoor | 2023-06-02 | 4 | -8/+8 |
|/ | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | fix loading custom logo image | Robin Appelman | 2023-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | feat(theming): Add border radius rounded css variable so ↵ | Ferdinand Thiessen | 2023-05-16 | 1 | -0/+1 |
| | | | | | | `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 Thiessen | 2023-05-16 | 1 | -0/+3 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | use brighten and darken instead of grey | Simon L | 2023-05-10 | 1 | -4/+4 |
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
* | fix(theming): Cut of the brightness into both directions if unknown | Joas Schilling | 2023-05-10 | 1 | -4/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(theming): replace elementColor dark value with better contrast `#8c8c8c` | John Molakvoæ | 2023-05-04 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(theming): remove unnecessary `color-primary-element-default-hover` variable | John Molakvoæ | 2023-05-04 | 1 | -4/+2 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(theming): replace `color-primary-text-dark` with ↵ | John Molakvoæ | 2023-05-04 | 1 | -4/+4 |
| | | | | | | `color-primary-element-text-dark` Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(theming): ensure image background is not defined if admin disabled it | John Molakvoæ | 2023-05-04 | 1 | -10/+11 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix(theming): calc primary element from current main background | John Molakvoæ | 2023-05-04 | 2 | -6/+19 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Add distraction free backgrounds for Nextcloud 26 | Jan C. Borchardt | 2023-03-03 | 1 | -0/+22 |
| | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net> | ||||
* | fix(themeing): Add error handling to ImageManager | Ferdinand Thiessen | 2023-02-20 | 1 | -23/+41 |
| | | | | Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> | ||||
* | feat(theming): Only convert a background image if it benefits from it | Ferdinand Thiessen | 2023-02-20 | 1 | -2/+31 |
| | | | | | | | | | * WebP images are generally quite small, converting to pngs would increase the filesize a lot. * Small JPEG and PNG images do not benefit from any conversion, so skip it. * JPEG images will get quite bigger when converted to PNG so instead convert to progressive JPEG Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de> | ||||
* | l10n: Fixed grammar | rakekniven | 2023-02-11 | 1 | -1/+1 |
| | | | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | ||||
* | fix(theming): Fix query for configvalue as CLOB on OCI | Julius Härtl | 2023-01-31 | 1 | -1/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | l10n: Change administrator to administration | Valdnet | 2023-01-30 | 1 | -5/+5 |
| | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> | ||||
* | l10n: Change admin to administrator | Valdnet | 2023-01-30 | 1 | -5/+5 |
| | | | | | Spelling unification. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> | ||||
* | Use the default color and matching text color for the federation invite | Joas Schilling | 2023-01-30 | 1 | -0/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(l10n): fix admin images migration | rakekniven | 2023-01-23 | 1 | -1/+1 |
| | | | | | | | Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> | ||||
* | fix(theming): fix admin images migration | John Molakvoæ (skjnldsv) | 2023-01-23 | 2 | -76/+101 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Limit key names when uploading theme images | Vincent Petry | 2023-01-11 | 1 | -1/+14 |
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Fix theming migration repair step by passing correct type for argument | Côme Chilliet | 2023-01-10 | 1 | -6/+5 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Invert header if primary is bright and background disabled | John Molakvoæ | 2022-12-08 | 2 | -10/+17 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Merge pull request #35547 from ↵ | Simon L | 2022-12-06 | 1 | -7/+0 |
|\ | | | | | | | | | nextcloud/enh/noid/delete-background-size-variable delete the --image-background-size variable | ||||
| * | delete the --image-background-size variable | Simon L | 2022-12-05 | 1 | -7/+0 |
| | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> | ||||
* | | Lighten default color slightly for increased contrast | Christopher Ng | 2022-12-06 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Add new border color variable for increased contrast | Christopher Ng | 2022-12-06 | 2 | -0/+2 |
|/ | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Revert "Fix border color contrast" | Christopher Ng | 2022-12-03 | 3 | -5/+5 |
| | | | | | | This reverts commit a0266d1b1668fb2751c78057ffcfacca6f4b2ae8. Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Faster theming tests, better colours comparison and properly follow admin ↵ | John Molakvoæ | 2022-11-30 | 4 | -3/+33 |
| | | | | | | theming changes Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | More theming cypress tests and some fixes | John Molakvoæ | 2022-11-29 | 6 | -13/+9 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Extract colour from custom background | John Molakvoæ | 2022-11-29 | 5 | -15/+20 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Allow to remove the background and select a custom colour | John Molakvoæ | 2022-11-29 | 9 | -64/+111 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Fix border color contrast | Christopher Ng | 2022-11-22 | 3 | -5/+5 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | rename placeholder | Arthur Schiwon | 2022-11-18 | 1 | -2/+2 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | fix const visibility | Arthur Schiwon | 2022-11-18 | 1 | -2/+2 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | use const | blizzz | 2022-11-18 | 1 | -1/+1 |
| | | | | Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: blizzz <blizzz@arthur-schiwon.de> | ||||
* | use const | blizzz | 2022-11-18 | 1 | -1/+1 |
| | | | | Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: blizzz <blizzz@arthur-schiwon.de> |