Skip to content

Correctly limit theme watermark filetypes#1524

Open
Arnei wants to merge 1 commit intoopencast:r/19.xfrom
Arnei:theme-watermark-filestypes
Open

Correctly limit theme watermark filetypes#1524
Arnei wants to merge 1 commit intoopencast:r/19.xfrom
Arnei:theme-watermark-filestypes

Conversation

@Arnei
Copy link
Member

@Arnei Arnei commented Mar 13, 2026

Fixes #1377

This patch corrects the translation string that tells the user what acceptable files types are for watermark images in a theme. It also sets those file types as acceptable for the file upload (so the users have to at least make an effort if they really want to upload a non-supported file type).

How to test this

In order to test this you will need to enable themes in Opencast. This can be done in etc/org.opencastproject.organization-mh_default_org.cfg configuration file, which should enable a new main menu option.

See also relevant backend changes:
https://github.com/opencast/opencast/pull/6921/changes

This patch corrects the translation string that tells the user
what acceptable files types are. It also sets those file types
as acceptable for the file upload.
@github-actions
Copy link
Contributor

Use docker or podman to test this pull request locally.

Run test server using develop.opencast.org as backend:

podman run --rm -it -p 127.0.0.1:3000:3000 ghcr.io/opencast/opencast-admin-interface:pr-1524

Specify a different backend like stable.opencast.org:

podman run --rm -it -p 127.0.0.1:3000:3000 -e PROXY_TARGET=https://stable.opencast.org ghcr.io/opencast/opencast-admin-interface:pr-1524

It may take a few seconds for the interface to spin up.
It will then be available at http://127.0.0.1:3000.
For more options you can pass on to the proxy, take a look at the README.md.

@Arnei Arnei added the type:bug Something isn't working label Mar 13, 2026
@github-actions
Copy link
Contributor

This pull request is deployed at test.admin-interface.opencast.org/1524/2026-03-13_11-14-31/ .
It might take a few minutes for it to become available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant