feat: RBAC + SAML support

This commit is contained in:
Markos Gogoulos
2025-04-05 12:44:21 +03:00
committed by GitHub
parent 8fecccce1c
commit 05414f66c7
158 changed files with 6423 additions and 106 deletions

View File

@@ -42,7 +42,8 @@
{% get_current_language as LANGUAGE_CODE %}
<div class="custom-page-wrapper">
<h2>{{ "About" | custom_translate:LANGUAGE_CODE}}</h2>
{% comment %}<h2>{{ "About" | custom_translate:LANGUAGE_CODE}}</h2>{% endcomment %}
<h2>MediaCMS {{VERSION}}</h2>
<hr/>
<p><a href="https://mediacms.io">MediaCMS</a> {{ "is a modern, fully featured open source video and media CMS. It is developed to meet the needs of modern web platforms for viewing and sharing media" | custom_translate:LANGUAGE_CODE}}.</p>