- Feb 16, 2022
-
-
Maximiliano Lira Del Canto authored
-
Jonathan Neugebauer authored
* Add release notes and changelog for OC 11.4 * Fix linting error
-
Lukas Kalbertodt authored
https://github.com/elan-ev/opencast-studio/releases/tag/2022-02-16 * Added Chinese simplified translations (thanks to Phyo Pa!) * Updated dependencies
-
- Feb 15, 2022
-
-
Lars Kiesow authored
This patch fixes the frontend-no-prebuilt maven profile which can be used to have maven run the local npm version instead of downloading one. That has the big advantage of not having to remove any `none*` folders when you switch versions. To try this, run: ``` ❯ mvn clean install -Pdev,frontend-no-prebuilt ``` The profile did exist for a long time but was broken due to some tasks being executed in the wrong order like trying to copy the frontend to the target folder before actually building it.
-
- Feb 14, 2022
-
-
Kristof Keppens authored
This makes the module work as it did in 9.x when using it only for authorization. This does not implement all the changes present in the OpencastLdapAuthoritiesPopulator (#3344)
-
- Feb 11, 2022
-
-
Lars Kiesow authored
This patch fixes the problem of the OSGi compendium having been renamed in newer versions. Since the rename-files operation was merged from Opencast 10 and still used the old name, this caused a build failure.
-
- Feb 10, 2022
-
-
Lars Kiesow authored
This patch fixes the `pom.xml` version of the rename file workflow operation handler.
-
Lars Kiesow authored
-
Nadine Weidner authored
* Rename Files Workflow Operation Handler This patch adds a new workflow operation handler to rename files referenced in media package tracks based on metadata contained in the media package. The workspace is used to access the files, assuring that Opencast can get access, no matter where the data is stored. If it can get access, of course. Co-authored-by:
Lars Kiesow <lkiesow@uos.de> Co-authored-by:
Arne Wilken <wilken@elan-ev.de> Co-authored-by:
Nadine Weidner <weidner@elan-ev.de>
-
Matthias Neugebauer authored
Add DublinCore Catalog to Scheduler JSON
-
- Feb 09, 2022
-
-
Lars Kiesow authored
This patch adds the episode DublinCore catalog to the JSON version of the capture agent calendars. The new format is: ```json [ { "agent": {…}, "episode-dublincore": {…} } ] ```
-
Lars Kiesow authored
This patch fixes a typo in the Opencast 10 upgrade guide which does not close a code block.
-
Lars Kiesow authored
-
Gregor Eichelberger authored
Fixes following vulnerabilities from dependencies: CVE-2022-23305 CVE-2022-23302 CVE-2021-4104 CVE-2019-17571
-
- Feb 08, 2022
-
-
Lars Kiesow authored
-
Greg Logan authored
Pull request #3340 Match Inbox Events Against Schedule
-
Gregor Eichelberger authored
-
Greg Logan authored
Pull request #3390 Endpoint to Remove Tracked Host Bundles
-
Lars Kiesow authored
This patch fixes a typo in the logging statement which was complaining about the wrong group not being matched.
-
Lars Kiesow authored
-
Gregor Eichelberger authored
This reverts commit 0d64af99. Karaf 4.2.15 causes NullPointerException when using multipart/form-data as Content-Type.
-
- Feb 04, 2022
-
-
Lars Kiesow authored
-
- Feb 03, 2022
-
-
Matthias Neugebauer authored
start-workflow-wfh allows to pass mediapackage id from previous WFH
-
- Feb 02, 2022
-
-
Matthias Neugebauer authored
Adding Camtasia .trec support.
-
Tobias Schiebeck authored
Co-authored-by:
Matthias Neugebauer <mtneug@mailbox.org>
-
Tobias Schiebeck authored
Co-authored-by:
Matthias Neugebauer <mtneug@mailbox.org>
-
- Feb 01, 2022
-
-
Lars Kiesow authored
-
Gregor Eichelberger authored
This pr reverts the changes due to the log4j2 vulnerability.
-
- Jan 28, 2022
-
-
Lars Kiesow authored
This patch adds a new REST endpoint to remove all tracked bundles for a given host. Normally, this happens automatically when a node is shut down or restarted to have a global overview of what is running in a cluster. In some cases, e.g. a machine is discarded and Opencast was not properly shut down, a host is left in the table though. Having an old host in that table only causes Opencast to report inconsistent versions, nothing else. Still, before this patch it was hard to get rid of that warning and could lead to confusion. The new endpoint is accessible to admins only. They hopefully know what they are doing when removing a host. But even if they remove an existing host, the only side-effect is the version not being displayed properly and that would auto-repair once Opencast has been restarted.
-
- Jan 27, 2022
-
-
Tobias Schiebeck authored
Update Duplicate Workflow WFH to provide comma separated list of mediapackages Modify the Duplicate Event Workflow to demonstrate Duplicate WFH and StartWorkflow WFH in combination # Conflicts: # docs/guides/admin/docs/workflowoperationhandlers/start-workflow-woh.md # etc/workflows/duplicate-event.xml # modules/workflow-workflowoperation/src/main/java/org/opencastproject/workflow/handler/workflow/StartWorkflowWorkflowOperationHandler.java
-
Tobias Schiebeck authored
# Conflicts: # etc/workflows/duplicate-event.xml
-
Tobias Schiebeck authored
# Conflicts: # modules/workflow-workflowoperation/src/main/java/org/opencastproject/workflow/handler/workflow/StartWorkflowWorkflowOperationHandler.java
-
- Jan 26, 2022
-
-
Greg Logan authored
Pull request #3327 Extend Metadata Extraction in Inbox
-
Greg Logan authored
Pull request #3155 Allow the use of organization properties in workflows
-
Greg Logan authored
Pull request #3342 Allow metadata editting
-
Greg Logan authored
-
Greg Logan authored
Pull request #3368 Capture agent calendar as JSON
-
Greg Logan authored
Pull request #3369 Update slf4j
-
Greg Logan authored
Pull request #3372 Fix port checking
-
- Jan 24, 2022
-
-
Greg Logan authored
Resolves #3349
-