Skip to content

Commit

Permalink
Build of develop from Wed Nov 8 21:21:40 UTC 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
opencastproject committed Nov 8, 2023
1 parent e1f9cbd commit e61c517
Show file tree
Hide file tree
Showing 15 changed files with 239 additions and 46 deletions.
4 changes: 3 additions & 1 deletion develop/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,8 @@
<li class="wm-toc-li wm-toc-lev4 "><a href="modules/paella.player7/plugins/org.opencast.paella.cookieconsent/" class="wm-article-link wm-toc-text">org.opencast.paella.cookieconsent</a>
</li>
<li class="wm-toc-li wm-toc-lev4 "><a href="modules/paella.player7/plugins/org.opencast.paella.descriptionPlugin/" class="wm-article-link wm-toc-text">org.opencast.paella.descriptionPlugin</a>
</li>
<li class="wm-toc-li wm-toc-lev4 "><a href="modules/paella.player7/plugins/org.opencast.paella.downloadsPlugin/" class="wm-article-link wm-toc-text">org.opencast.paella.downloadsPlugin</a>
</li>
<li class="wm-toc-li wm-toc-lev4 "><a href="modules/paella.player7/plugins/org.opencast.paella.editorPlugin/" class="wm-article-link wm-toc-text">org.opencast.paella.editorPlugin</a>
</li>
Expand Down Expand Up @@ -811,5 +813,5 @@ <h2 id="release-documentation">Release Documentation</h2>
</html>
<!--
MkDocs version : 1.5.3
Build Date UTC : 2023-11-07 09:17:11.035286+00:00
Build Date UTC : 2023-11-08 21:21:19.193618+00:00
-->
39 changes: 18 additions & 21 deletions develop/admin/modules/admin-ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
var is_top_frame = false;

var pageToc = [
{title: "New Admin UI", url: "#_top", children: [
{title: "Accessing The New Admin UI", url: "#accessing-the-new-admin-ui" },
{title: "Replacing the old Admin UI", url: "#replacing-the-old-admin-ui" },
{title: "Admin Interface", url: "#_top", children: [
{title: "Accessing Old And New Admin Interface", url: "#accessing-old-and-new-admin-interface" },
{title: "Configuring the Default Admin Interface", url: "#configuring-the-default-admin-interface" },
]},
];

Expand Down Expand Up @@ -86,26 +86,23 @@



<h1 id="new-admin-ui">New Admin UI</h1>
<div class=warn>
The new Admin UI is still <b>beta</b>.
</div>

<p>Opencast comes with two Admin UIs, the classic one and a new one. The new Admin UI continues with the same look and
<h1 id="admin-interface">Admin Interface</h1>
<p>Opencast comes with two admin interfaces. The new Admin UI continues with the same look and
feel, but uses new technologies under the hood. It strives to be robust and easy to work with, while having all the
same functionality users expect from the old UI.</p>
<h2 id="accessing-the-new-admin-ui">Accessing The New Admin UI</h2>
<p>You can access the new Admin UI by replacing the <code>ng</code> in your address bar with <code>ui</code></p>
<pre><code>/admin-ui/index.html
</code></pre>
<h2 id="replacing-the-old-admin-ui">Replacing the old Admin UI</h2>
<p>To use the new Admin UI per default, go to the configuration file located in
<code>etc/ui-config/{organizationID}/runtime-info-ui/settings.json</code> and change</p>
<pre><code>&quot;adminUIUrl&quot;: &quot;/admin-ng/index.html&quot;
</code></pre>
<p>to</p>
<pre><code>&quot;adminUIUrl&quot;: &quot;/admin-ui/index.html&quot;
</code></pre>
<h2 id="accessing-old-and-new-admin-interface">Accessing Old And New Admin Interface</h2>
<p>You can access the admin interfaces by replacing the <code>ng</code> in your address bar with <code>ui</code> and vice versa.</p>
<ul>
<li>New: <code>/admin-ui/index.html</code></li>
<li>Old: <code>/admin-ng/index.html</code></li>
</ul>
<h2 id="configuring-the-default-admin-interface">Configuring the Default Admin Interface</h2>
<p>To configure the default admin interface, go to the configuration file located in
<code>etc/ui-config/{organizationID}/runtime-info-ui/settings.json</code> and change <code>adminUIUrl</code>:</p>
<ul>
<li>New: <code>"adminUIUrl": "/admin-ui/index.html"</code> (default)</li>
<li>Old: <code>"adminUIUrl": "/admin-ng/index.html"</code></li>
</ul>

<br>

Expand Down
4 changes: 4 additions & 0 deletions develop/admin/modules/paella.player7/plugins/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ <h2 id="plugins-provided-by-opencast">Plugins provided by Opencast</h2>
<td style="text-align: left;">Adds a panel with the video description information.</td>
</tr>
<tr>
<td><a href="org.opencast.paella.downloadsPlugin/">org.opencast.paella.downloadsPlugin</a></td>
<td style="text-align: left;">Adds a panel to download the videos.</td>
</tr>
<tr>
<td><a href="org.opencast.paella.editorPlugin/">org.opencast.paella.editorPlugin</a></td>
<td style="text-align: left;">Adds a button to be access to the episode editor.</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
<div class="row wm-article-nav-buttons" role="navigation" aria-label="navigation">

<div class="wm-article-nav pull-right">
<a href="../org.opencast.paella.editorPlugin/" class="btn btn-xs btn-default pull-right">
<a href="../org.opencast.paella.downloadsPlugin/" class="btn btn-xs btn-default pull-right">
Next
<i class="fa fa-chevron-right" aria-hidden="true"></i>
</a>
<a href="../org.opencast.paella.editorPlugin/" class="btn btn-xs btn-link">
org.opencast.paella.editorPlugin
<a href="../org.opencast.paella.downloadsPlugin/" class="btn btn-xs btn-link">
org.opencast.paella.downloadsPlugin
</a>
</div>

Expand Down Expand Up @@ -109,12 +109,12 @@ <h2 id="configuration">Configuration</h2>
<div class="row wm-article-nav-buttons" role="navigation" aria-label="navigation">

<div class="wm-article-nav pull-right">
<a href="../org.opencast.paella.editorPlugin/" class="btn btn-xs btn-default pull-right">
<a href="../org.opencast.paella.downloadsPlugin/" class="btn btn-xs btn-default pull-right">
Next
<i class="fa fa-chevron-right" aria-hidden="true"></i>
</a>
<a href="../org.opencast.paella.editorPlugin/" class="btn btn-xs btn-link">
org.opencast.paella.editorPlugin
<a href="../org.opencast.paella.downloadsPlugin/" class="btn btn-xs btn-link">
org.opencast.paella.downloadsPlugin
</a>
</div>

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,183 @@
<!DOCTYPE html>
<html lang="en">
<head>


<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">



<link rel="shortcut icon" href="../../../../img/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>org.opencast.paella.downloadsPlugin - Administration Guide</title>
<link href="../../../../css/bootstrap-3.3.7.min.css" rel="stylesheet">
<link href="../../../../css/font-awesome-4.7.0.css" rel="stylesheet">
<link href="../../../../css/base.css" rel="stylesheet">
<link rel="stylesheet" href="../../../../css/highlight.css">
<link href="../../../../css/extra.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->

<script src="../../../../js/jquery-3.2.1.min.js"></script>
<script src="../../../../js/bootstrap-3.3.7.min.js"></script>
<script src="../../../../js/highlight.pack.js"></script>

<base target="_top">
<script>
var base_url = '../../../..';
var is_top_frame = false;

var pageToc = [
{title: "Paella plugin: org.opencast.paella.downloadsPlugin", url: "#_top", children: [
{title: "Configuration", url: "#configuration" },
]},
];

</script>
<script src="../../../../js/base.js"></script>
<script src="../../../../javascript/extra.js"></script>
<script src="../../../../javascript/popper.js"></script>
<script src="../../../../javascript/tippy.js"></script>
</head>

<body>
<script>
if (is_top_frame) { $('body').addClass('wm-top-page'); }
</script>



<div class="container-fluid wm-page-content">
<a name="_top"></a>







<div class="row wm-article-nav-buttons" role="navigation" aria-label="navigation">

<div class="wm-article-nav pull-right">
<a href="../org.opencast.paella.editorPlugin/" class="btn btn-xs btn-default pull-right">
Next
<i class="fa fa-chevron-right" aria-hidden="true"></i>
</a>
<a href="../org.opencast.paella.editorPlugin/" class="btn btn-xs btn-link">
org.opencast.paella.editorPlugin
</a>
</div>

<div class="wm-article-nav">
<a href="../org.opencast.paella.descriptionPlugin/" class="btn btn-xs btn-default pull-left">
<i class="fa fa-chevron-left" aria-hidden="true"></i>
Previous</a><a href="../org.opencast.paella.descriptionPlugin/" class="btn btn-xs btn-link">
org.opencast.paella.descriptionPlugin
</a>
</div>

</div>



<h1 id="paella-plugin-orgopencastpaelladownloadsplugin">Paella plugin: org.opencast.paella.downloadsPlugin</h1>
<p>This plugin adds a panel to download the videos.</p>
<p>The configurations for this plugin are done for each tenant. So you need to modify the <code>plugins</code>
section of the <a href="../../configuration/">paella config file</a>.</p>
<h2 id="configuration">Configuration</h2>
<p>You need to enabled the <code>org.opencast.paella.downloadsPlugin</code> plugin.</p>
<pre><code class="language-json">{
&quot;org.opencast.paella.downloadsPlugin&quot;: {
&quot;enabled&quot;: true,

&quot;downloadFlavors&quot;: false,
&quot;downloadTags&quot;: false,
&quot;downloadMimeTypes&quot;: [&quot;audio/m4a&quot;, &quot;video/mp4&quot;],

&quot;enableOnLicenses&quot;: [
&quot;CC-BY&quot;,
&quot;CC-BY-SA&quot;,
&quot;CC-BY-ND&quot;,
&quot;CC-BY-NC&quot;,
&quot;CC-BY-NC-SA&quot;,
&quot;CC-BY-NC-ND&quot;,
&quot;CC0&quot;
],
&quot;enableOnWritePermission&quot;: true
}
}
</code></pre>
<p>The plugin is enabled when <code>enabled</code> is true and one of the two conditions (<code>enableOnLicenses</code> or <code>enableOnWritePermission</code>) is valid.</p>
<p>Configuration parameters:</p>
<ul>
<li>
<p><strong>enableOnLicenses</strong>: The plugin is enabled if the <code>episode license</code> match any of the the licenses</p>
<p>Valid values: <code>false</code> / Array strings</p>
<p>Example: <code>[ "CC-BY", "CC-BY-SA" ]</code></p>
</li>
<li>
<p><strong>enableOnWritePermission</strong>: The plugin is enabled if the <code>user</code> has <code>write</code> permission on the episode.</p>
<p>Valid values: <code>true</code> / <code>false</code></p>
</li>
<li>
<p><strong>downloadFlavors</strong>: Filter the media available to download by the track flavor.</p>
<p>Valid values: <code>false</code> / Array strings</p>
</li>
<li>
<p><strong>downloadTags</strong>: Filter the media available to download by the track tags.</p>
<p>Valid values: <code>false</code> / Array strings</p>
</li>
<li>
<p><strong>downloadMimeTypes</strong>: Filter the media available to download by the track mimetype.</p>
<p>Valid values: <code>false</code> / Array strings</p>
</li>
</ul>

<br>







<div class="row wm-article-nav-buttons" role="navigation" aria-label="navigation">

<div class="wm-article-nav pull-right">
<a href="../org.opencast.paella.editorPlugin/" class="btn btn-xs btn-default pull-right">
Next
<i class="fa fa-chevron-right" aria-hidden="true"></i>
</a>
<a href="../org.opencast.paella.editorPlugin/" class="btn btn-xs btn-link">
org.opencast.paella.editorPlugin
</a>
</div>

<div class="wm-article-nav">
<a href="../org.opencast.paella.descriptionPlugin/" class="btn btn-xs btn-default pull-left">
<i class="fa fa-chevron-left" aria-hidden="true"></i>
Previous</a><a href="../org.opencast.paella.descriptionPlugin/" class="btn btn-xs btn-link">
org.opencast.paella.descriptionPlugin
</a>
</div>

</div>

<br>
</div>

<footer class="container-fluid wm-page-content">
<p>
<a href="https://github.com/opencast/opencast/edit/develop/docs/guides/admin/docs/modules/paella.player7/plugins/org.opencast.paella.downloadsPlugin.md"><i class="fa fa-github"></i>
Edit on GitHub</a>
</p>
<p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a> using <a href="https://github.com/gristlabs/mkdocs-windmill">Windmill</a> theme by Grist Labs.</p>
</footer>

</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
</div>

<div class="wm-article-nav">
<a href="../org.opencast.paella.descriptionPlugin/" class="btn btn-xs btn-default pull-left">
<a href="../org.opencast.paella.downloadsPlugin/" class="btn btn-xs btn-default pull-left">
<i class="fa fa-chevron-left" aria-hidden="true"></i>
Previous</a><a href="../org.opencast.paella.descriptionPlugin/" class="btn btn-xs btn-link">
org.opencast.paella.descriptionPlugin
Previous</a><a href="../org.opencast.paella.downloadsPlugin/" class="btn btn-xs btn-link">
org.opencast.paella.downloadsPlugin
</a>
</div>

Expand Down Expand Up @@ -136,10 +136,10 @@ <h2 id="configuration">Configuration</h2>
</div>

<div class="wm-article-nav">
<a href="../org.opencast.paella.descriptionPlugin/" class="btn btn-xs btn-default pull-left">
<a href="../org.opencast.paella.downloadsPlugin/" class="btn btn-xs btn-default pull-left">
<i class="fa fa-chevron-left" aria-hidden="true"></i>
Previous</a><a href="../org.opencast.paella.descriptionPlugin/" class="btn btn-xs btn-link">
org.opencast.paella.descriptionPlugin
Previous</a><a href="../org.opencast.paella.downloadsPlugin/" class="btn btn-xs btn-link">
org.opencast.paella.downloadsPlugin
</a>
</div>

Expand Down
1 change: 1 addition & 0 deletions develop/admin/releasenotes/admin-interface.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The default admin interface has changed.
2 changes: 2 additions & 0 deletions develop/admin/releasenotes/editor-woh-tags
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Copy over tags from source tracks to trimmed tracks in the editor WOH. Was already the case when trimming was skipped.
If you relied on the old behavior, you might need to amend your workflows.
2 changes: 1 addition & 1 deletion develop/admin/search/search_index.json

Large diffs are not rendered by default.

Binary file modified develop/admin/sitemap.xml.gz
Binary file not shown.
12 changes: 8 additions & 4 deletions develop/commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
commit 00cac259b759d8de471456870c8632114c2ccd7f
Author: Lars Kiesow <[email protected]>
Date: Tue Nov 7 10:15:46 2023 +0100
commit 72085af025c36712f5f3c08b793fca36d20f47b2
Author: Greg Logan <[email protected]>
Date: Wed Nov 8 14:12:50 2023 -0600

Merge r/14.x into develop
Merge branch 'documentation-update' of berthob98/opencast-1 into develop

Pull request #5417

Fix broken links in documentation
2 changes: 1 addition & 1 deletion develop/developer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -402,5 +402,5 @@ <h1 id="opencast-development-guides">Opencast Development Guides</h1>
</html>
<!--
MkDocs version : 1.5.3
Build Date UTC : 2023-11-07 09:17:12.490821+00:00
Build Date UTC : 2023-11-08 21:21:21.298124+00:00
-->
Loading

0 comments on commit e61c517

Please sign in to comment.