- 08 Feb, 2021 2 commits
-
-
Matthias Neugebauer authored
* upstream/r/8.x: Configure POST api/groups access correctly (#2253)
-
Matthias Neugebauer authored
-
- 01 Feb, 2021 1 commit
-
-
Matthias Neugebauer authored
-
- 29 Jan, 2021 1 commit
-
-
Katrin Ihler authored
-
- 24 Jan, 2021 1 commit
-
-
Matthias Neugebauer authored
* upstream/r/8.x: Fix typo in branding properties Validate Ingested DublinCore Catalogs Mark Outdated Development Documentation Correct spelling in recent 7.x Changelog
-
- 21 Jan, 2021 1 commit
-
-
Katrin Ihler authored
-
- 19 Jan, 2021 4 commits
-
-
Lars Kiesow authored
This patch makes the ingest service validate DublinCore catalogs when they are being ingested and returning a 400 Bad Request instead of accespting the request and failing afterwards with a broken workflow and a broken entry in the admin interface. To test this, just submit a broken DublinCore catalog like this: ```xml <dublincore xmlns="http://www.opencastproject.org/xsd/1.0/dublincore/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <brokenxml <dcterms:creator>demo</dcterms:creator> <dcterms:contributor>demo</dcterms:contributor> ``` This fixes #2127
-
Greg Logan authored
-
Greg Logan authored
Pull request #2233 Mark Outdated Development Documentation
-
Lars Kiesow authored
This patch adds a hint to the development documentation of older branches marking them as outdated and linking the documentation of the branch `develop`.
-
- 13 Jan, 2021 1 commit
-
-
Lars Kiesow authored
-
- 12 Jan, 2021 1 commit
-
-
Rainer Rillke authored
triggered by the securoty typo
-
- 11 Jan, 2021 1 commit
-
-
Matthias Neugebauer authored
* upstream/r/8.x: Fix graphviz in Documentation Fix graphviz in Documentation Fix graphviz in Documentation Fix graphviz in Documentation
-
- 08 Jan, 2021 1 commit
-
-
Matthias Neugebauer authored
-
- 07 Jan, 2021 5 commits
-
-
Lars Kiesow authored
This patch fixes the graphviz based graphs in Opencast's documentation deployments.
-
Lars Kiesow authored
This patch fixes the graphviz based graphs in Opencast's documentation deployments.
-
Lars Kiesow authored
This patch fixes the graphviz based graphs in Opencast's documentation deployments.
-
Lars Kiesow authored
This patch fixes the graphviz based graphs in Opencast's documentation deployments.
-
Matthias Neugebauer authored
* upstream/r/8.x: Automatic Documentation Deployment Updated Release Notes Fix Sorting Series by Creators Fix Graphviz Graphs Fix documentation build requirement docs Fix Ingest by Non-privileged User
-
- 05 Jan, 2021 1 commit
-
-
Lars Kiesow authored
This patch automatically deploys Opencast's documentation every time code is pushed to `develop` or one of the release branches. On `develop`, the landing and error pages for docs.opencast.org are generated as well Backport of: - c17250d1fd97f305ef5afcd288e3c374ec052898 - 6f904050ae4fbb56375254ed7a535400c9d46b80
-
- 04 Jan, 2021 1 commit
-
-
Greg Logan authored
Pull request #2177 Fix Sorting Series by Creators
-
- 23 Dec, 2020 1 commit
-
-
Rüdiger Rolf authored
-
- 22 Dec, 2020 1 commit
-
-
Lars Kiesow authored
This patch fixes the sorting of series by its creators in the admin interface which was broken due to an incorrect sort term being used.
-
- 19 Dec, 2020 1 commit
-
-
Lars Kiesow authored
The syntax for including Graphviz graphs seems to have changed slightly.
-
- 18 Dec, 2020 1 commit
-
-
Lars Kiesow authored
-
- 16 Dec, 2020 2 commits
-
-
Greg Logan authored
Pull request #2160 Fix Ingest by Non-privileged User
-
Lars Kiesow authored
This patch fixes non-scheduled ingests by non-privileged users which can currently run into the problem that they don't get the necessary access rights.
-
- 11 Dec, 2020 4 commits
-
-
Matthias Neugebauer authored
-
Matthias Neugebauer authored
-
Matthias Neugebauer authored
-
Matthias Neugebauer authored
* upstream/r/8.x: (129 commits) Document Security Fix Updated Release Notes Updated Release Notes and Changelog Re-Enable Hostname Verification Endtime of segments fixed in the editor Support faster playback rates in paella video player Build Badge Disable Travis CI Automatically Update Translations Automatically Update Crowdin Keys Opencast CI Tests Automatically update translation keys (r/7.x) Removing duplicate JDK version support bits from the source install docs. Adding a hard exit on startup if an incorrect JDK is in use. JDK Support proposal (2020-11-11) documentation for 8.x Removed trailing whitespace from releasenotes Updated Release Notes Reduce IO Load When Starting a Workflow Solves #2034 Fix unit test for filter date picker time range #1987 Admin UI event start filter datepicker timezone patch ...
-
- 09 Dec, 2020 1 commit
-
-
Greg Logan authored
Pull request #2049 Endtime of segments fixed in the editor
-
- 08 Dec, 2020 7 commits
-
-
Lars Kiesow authored
-
Lars Kiesow authored
-
Rüdiger Rolf authored
-
Lars Kiesow authored
-
Katrin Ihler authored
-
Maximiliano Lira Del Canto authored
-
Lars Kiesow authored
This patch is a minimal change to re-enable HTTPS hostname verification of Opencast's HTTP client used for a large portion its HTTP requests. Hostname verification is an important part when using HTTPS to ensure that the presented certificate is valid for the host. Disabling it can allow for man-in-the-middle attacks.
-
- 03 Dec, 2020 1 commit
-
-
Martin Wygas authored
-