diff --git a/r/17.x/admin/index.html b/r/17.x/admin/index.html index 2cb468a88..43251fe6b 100644 --- a/r/17.x/admin/index.html +++ b/r/17.x/admin/index.html @@ -764,5 +764,5 @@

Release Documentation

\ No newline at end of file diff --git a/r/17.x/admin/sitemap.xml.gz b/r/17.x/admin/sitemap.xml.gz index bb76055cc..13d8081c4 100644 Binary files a/r/17.x/admin/sitemap.xml.gz and b/r/17.x/admin/sitemap.xml.gz differ diff --git a/r/17.x/commit b/r/17.x/commit index 7b495e513..cf59136e7 100644 --- a/r/17.x/commit +++ b/r/17.x/commit @@ -1,9 +1,18 @@ -commit 630fbc589f956d7a957afb877d6f5d559d45cb0b -Author: Greg Logan -Date: Tue Dec 17 10:12:09 2024 -0600 +commit b314a5712d0fe4edb5ffe27f365ea868e7e49748 +Author: geichelberger <35195803+geichelberger@users.noreply.github.com> +Date: Thu Dec 19 09:51:54 2024 +0100 - Merge branch 'jquery-content-type' of lkiesow/opencast into r/17.x + Editor: Unify endpoints for saving (#6241) - Pull request #6390 + We have two endpoints for saving data from the editor frontend, one for + metadata and one for all the rest. With the way the editor is set up, + two seperate endpoints are wholly unnecessary, so this unifies them into + one endpoint instead. - Fix jQuery mime type + Will break the frontend without respective changes: + https://github.com/opencast/opencast-editor/pull/1472 + + #### Why is this aimed at legacy? + + This constitutes a breaking change. This needs to be merged into + whatever version the related frontend PR is merged into. diff --git a/r/17.x/developer/index.html b/r/17.x/developer/index.html index d802ff947..b9c8f1c45 100644 --- a/r/17.x/developer/index.html +++ b/r/17.x/developer/index.html @@ -386,5 +386,5 @@

Opencast Development Guides

\ No newline at end of file diff --git a/r/17.x/developer/sitemap.xml.gz b/r/17.x/developer/sitemap.xml.gz index bb76055cc..13d8081c4 100644 Binary files a/r/17.x/developer/sitemap.xml.gz and b/r/17.x/developer/sitemap.xml.gz differ