From 78a433243ea6dd0cb34a2baace8d5fe89535cf0c Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Tue, 3 May 2022 18:33:20 +0200 Subject: [PATCH] MAINT: Updated webui dependency, also some small documentation. --- DEPENDENCIES.md | 2 +- FEATURES.md | 2 +- RELEASE_GUIDELINES.md | 4 ++-- caosdb-webui | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 3a388c54..ba9de363 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -12,7 +12,7 @@ ## For Deploying a Web User Interface (optional) -* `>=caosdb-webui 0.5.0` +* `>=caosdb-webui 0.6.0` ## For Building the Documentation (optional) diff --git a/FEATURES.md b/FEATURES.md index ac273ca1..9cad165e 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -18,4 +18,4 @@ * CaosDB FileSystem * User Management, Authentication and Authorization * Internal authentication service - * Authentication via an external service. + * Authentication via an external service (PAM, LDAP) diff --git a/RELEASE_GUIDELINES.md b/RELEASE_GUIDELINES.md index 4b918532..a31d483f 100644 --- a/RELEASE_GUIDELINES.md +++ b/RELEASE_GUIDELINES.md @@ -1,6 +1,6 @@ -# Release Guidelines for the CaosDB MySQL Backend +# Release Guidelines for the CaosDB Server -This document specifies release guidelines in addition to the generel release +This document specifies release guidelines in addition to the general release guidelines of the CaosDB Project ([RELEASE_GUIDELINES.md](https://gitlab.com/caosdb/caosdb/blob/dev/RELEASE_GUIDELINES.md)) diff --git a/caosdb-webui b/caosdb-webui index 406d2b93..86dc30e3 160000 --- a/caosdb-webui +++ b/caosdb-webui @@ -1 +1 @@ -Subproject commit 406d2b935e8b8e834dce613928120472e3ec777d +Subproject commit 86dc30e3526f2eab97de5dcd53c8eaa12c0e42e6 -- GitLab