Commit Graph

11 Commits

Author SHA1 Message Date
Alex
14cd807b27 Remove background from theme (#187)
* Remove background from theme.json
2025-02-11 15:06:13 +01:00
Benedikt Kulmann
a33a88ee8c fix(web): theme.json scheme has changed in web. adapting to new format 2025-02-04 16:37:43 +01:00
Benedikt Kulmann
6510cfdb86 fix(web): theme colors for inputs 2025-01-22 11:51:55 +01:00
Alex Ackermann
d673062198 Adjust color theme color tokens 2025-01-20 16:11:35 +01:00
Florian Schade
fd4aa77ab8 enhancement: include web theme 2025-01-20 15:51:12 +01:00
André Duffeck
bacceadf32 Switch to the theming web branch for now
Co-authored-by: Florian Schade <f.schade@opencloud.eu>
2025-01-15 08:48:15 +01:00
Jannik Stehle
356711ffec fix(theme): input border color contrasts
Increases input border colors contrasts to be compliant with WCAG.
2024-09-17 14:28:52 +02:00
Jannik Stehle
8e374ce090 feat: web theme color contrasts
Enhances the colors of the web theme so they have at least a 4.5:1 contrast ratio because of a11y reasons.
2024-08-07 11:31:19 +02:00
Florian Schade
eb7c36443f enhancement: introduce theme processing (#9133)
* enhancement: introduce theme processing

* enhancement: introduce theme processing

* enhancement: add theme processing tests and changelog

* Update services/web/pkg/config/config.go

Co-authored-by: Michael Barz <michael.barz@zeitgestalten.eu>

* fix: ci findings

* Apply suggestions from code review

Co-authored-by: Martin <github@diemattels.at>

* enhancement: use the theme assets from web instead of having them inside the oCis repo (license clash Apache vs. AGPLv3)

* fix: golangci tagalign order

* fix: rename UnifiedRoleUploader to UnifiedRoleEditorLite

* fix: some typos

Co-authored-by: Michael Barz <michael.barz@zeitgestalten.eu>

* enhancement: export supported theme logo upload filetypes

* chore: bump reva

* fix: allow init func

---------

Co-authored-by: Michael Barz <michael.barz@zeitgestalten.eu>
Co-authored-by: Martin <github@diemattels.at>
2024-05-29 15:48:49 +02:00
Florian Schade
6814c61506 [full-ci] enhancement: allow ocis to provide custom web applications (#8523)
* enhancement: allow ocis to provide custom web applications

* enhancement: add an option to disable web apps

* test: add default logger tests

* test: add app loading tests

* test: add asset server tests

* enhancement: make use of dedicated app conf file and app asset paths

* enhancement: adjust asset locations and deprecate WEB_ASSET_PATH

* enhancement: get rid of default logger and use the service level logger instead

* Apply suggestions from code review

Co-authored-by: Benedikt Kulmann <benedikt@kulmann.biz>
Co-authored-by: kobergj <juliankoberg@googlemail.com>

* enhancement: use basename as app id

* Apply suggestions from code review

Co-authored-by: Martin <github@diemattels.at>

* enhancement: use afero as fs abstraction

* enhancement: simplify logo upload

* enhancement: make use of introductionVersion field annotations

---------

Co-authored-by: Benedikt Kulmann <benedikt@kulmann.biz>
Co-authored-by: kobergj <juliankoberg@googlemail.com>
Co-authored-by: Martin <github@diemattels.at>
2024-03-05 14:11:18 +01:00
Christian Richter
78064e6bab rename folder extensions -> services
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-06-27 14:05:36 +02:00