From 666a1669321999f2c26db6d7f6be4539ee2529f2 Mon Sep 17 00:00:00 2001 From: Paul Neubauer Date: Mon, 19 Jun 2023 13:05:31 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dd3f4dd8..c1c79c983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ The following sections list the changes for unreleased. * Enhancement - Use reva client selectors: [#6452](https://github.com/owncloud/ocis/pull/6452) * Enhancement - Add companion URL config: [#6453](https://github.com/owncloud/ocis/pull/6453) * Enhancement - Add imprint and privacy url config: [#6462](https://github.com/owncloud/ocis/pull/6462) +* Enhancement - Add logged out url config: [#6549](https://github.com/owncloud/ocis/pull/6549) * Enhancement - Fix envvar defaults: [#6516](https://github.com/owncloud/ocis/pull/6516) * Enhancement - Fix the groupname validation: [#6490](https://github.com/owncloud/ocis/pull/6490) * Enhancement - Fix the username validation: [#6437](https://github.com/owncloud/ocis/pull/6437) @@ -131,6 +132,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/6462 +* Enhancement - Add logged out url config: [#6549](https://github.com/owncloud/ocis/pull/6549) + + Introduce a config to set the more button url on the access denied page in web via + `WEB_OPTION_ACCESS_DENIED_HELP_URL`. + + https://github.com/owncloud/ocis/pull/6549 + * Enhancement - Fix envvar defaults: [#6516](https://github.com/owncloud/ocis/pull/6516) Defaults for the envvar OCIS_LDAP_DISABLE_USER_MECHANISM were not used consistently,