You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
OC-Studio recordings should be treated like other video uploads in ILIAS. This means that all configuration settings in "Settings" -> "Groups & Roles" -> "Opencast Roles" should also apply to OC-Studio recordings.
As OC-Studio is always started from an Opencast series, it should not be possible for the user to change the series to which the recording is to be uploaded in OC-Studio.
Describe the solution you'd like
ILIAS should add an ACL that takes into account the "Standard roles", "Additional ACL actions", "Prefix for user roles (mapping is attached)" and "Prefix for owner role (mapping is attached)" settings from the plugin configuration "Settings" -> "Groups & Roles" -> "Opencast Roles". According to https://github.com/elan-ev/opencast-studio/blob/master/CONFIGURATION.md this can be achieved by adding an ACL URL parameter.
An additional URL parameter seriesField='hidden' can be used to hide the series field in OC Studio from the user. This way the series is automatically uploaded to the series defined by the URL parameter seriesId=<oc-series-id> and can't be changed by the user.
Is your feature request related to a problem? Please describe.
OC-Studio recordings should be treated like other video uploads in ILIAS. This means that all configuration settings in "Settings" -> "Groups & Roles" -> "Opencast Roles" should also apply to OC-Studio recordings.
As OC-Studio is always started from an Opencast series, it should not be possible for the user to change the series to which the recording is to be uploaded in OC-Studio.
Describe the solution you'd like
ILIAS should add an ACL that takes into account the "Standard roles", "Additional ACL actions", "Prefix for user roles (mapping is attached)" and "Prefix for owner role (mapping is attached)" settings from the plugin configuration "Settings" -> "Groups & Roles" -> "Opencast Roles". According to https://github.com/elan-ev/opencast-studio/blob/master/CONFIGURATION.md this can be achieved by adding an ACL URL parameter.
An additional URL parameter
seriesField='hidden'
can be used to hide the series field in OC Studio from the user. This way the series is automatically uploaded to the series defined by the URL parameterseriesId=<oc-series-id>
and can't be changed by the user.Additional context
This feature request builds on #340.
The OC Studio configuration parameters and how to use them are described here: https://github.com/elan-ev/opencast-studio/blob/master/CONFIGURATION.md
The text was updated successfully, but these errors were encountered: