Extended capture agent api#1465
Closed
Arnei wants to merge 10000 commits intoopencast:developfrom
Closed
Conversation
The acl config defaults were not always fetched for the acl tab. This should fix that.
Activate eslint await-thenable
Turn on the eslint rule spaced-comment.
Activate eslint 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
…/17.x Pull request opencast#1355 Unify buttons
The role dropdown in the ACL tabs could extend over its column width, due to its own fixed width. This fixes that.
Fix ACL role dropdown width
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.
…nterface into develop Pull request opencast#1412 Fixing that the selection may change if events are modified in the background
…utting a develop release fails
… develop Pull request opencast#1472 Fix cutting a release on develop
…e get the right one
…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
88b25fb to
fabf651
Compare
Contributor
|
This pull request is deployed at test.admin-interface.opencast.org/1465/2025-12-01_13-37-13/ . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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":
Related backend PR: opencast/opencast#7114