Skip to content

Extended capture agent api#1465

Closed
Arnei wants to merge 10000 commits intoopencast:developfrom
Arnei:extended-capture-agent-api
Closed

Extended capture agent api#1465
Arnei wants to merge 10000 commits intoopencast:developfrom
Arnei:extended-capture-agent-api

Conversation

@Arnei
Copy link
Copy Markdown
Member

@Arnei Arnei commented Oct 13, 2025

Basic demonstration implementation for opencast/opencast#6992

Show all places in the code that need to be modified in order to allow for new capture agent capabilties in Opencast. Implements the properties/capabilties that opencast/opencast#6992 describes as "set":

Bildschirmfoto vom 2025-10-13 09-40-59

Related backend PR: opencast/opencast#7114

Arnei and others added 30 commits July 14, 2025 12:34
The acl config defaults were not always fetched for the acl tab.
This should fix that.
Turn on the eslint rule spaced-comment.
Some cells in a table set a filter when their content is clicked.
This adds a component for these types of cells.

Also removes an unused component.
Adds a single main page component, so pages don't
have to import the different headers and footer again and again.
Also adds a table page component, since almost all of our
pages are just a big table.
Enable the eslint rule require-await.
Enable the eslint rule no-unused-vars
The role dropdown in the ACL tabs could extend over its column width, due to its own fixed width.
This fixes that.
Allows users to click on a role in the user table to set
that role as filter.
Some metadata fields would not display their full content
even if there was still space available. This patch should help
with that.
When creating an event, on the source tab, the datepicker
for the start date metadata field is opening again after clicking
on a date. The first click also does not change the value.
This fixes this somewhat crudely.
When scheduling an event, or editing a scheduled event, the datepicker
for the scheduled date would not allow users to select a date.
This patch fixes that.
When changing event/series metadata/acl in the event/series details
and not explicitly saving them, the changes are lost when switching to
another tab. This patch causes the browser to show a warning dialog
when a user tries to switch to a different tab while there are unsaved
changes.
Fixes opencast#1272.
This mostly adds additional screen reader text to the embedding code
modal, but also some tooltips and
an explanatory text on the modal itself.
gregorydlogan and others added 24 commits November 3, 2025 12:25
…nterface into develop

Pull request opencast#1412

  Fixing that the selection may change if events are modified in the background
… develop

Pull request opencast#1472

  Fix cutting a release on develop
…erface into r/17.x

Pull request opencast#1473

  Fix release related github actions scripts
…w-is-unaligned

Fix the Roles view unaligned User Dialog
* fix metadata payload structure for update request

* implement suggested improvements from PR review

* Undo unrelated style changes and remove leftover code

---------

Co-authored-by: Arnei <arnewilken@yahoo.de>
* Fix BaseButton to correctly apply tooltipParams when provided

* Fix indent

---------

Co-authored-by: Arnei <arnewilken@yahoo.de>
…ast#1423)

* initial commit

* fix merge conflict

* Fix formatting

---------

Co-authored-by: Arnei <arnewilken@yahoo.de>
…encast#1398)

* fix /Scheduling: Multiple event scheduling nitpicks opencast#1077

* fix the issues

* Turn whitespaces into tabs

---------

Co-authored-by: Arnei <arnewilken@yahoo.de>
…erface into r/17.x

Pull request opencast#1478

  Fix release GHA script for develop
Feature Add next/previous tab hotkeys
Adds a new field "stream" to the possible capture agent settings as an
example. Shows you all the files you need to touch to get this done.
With extra validation logic
@Arnei Arnei force-pushed the extended-capture-agent-api branch from 88b25fb to fabf651 Compare December 1, 2025 13:36
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Dec 1, 2025

This pull request is deployed at test.admin-interface.opencast.org/1465/2025-12-01_13-37-13/ .
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:enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.