From 98d3f2ea4aebedacf08e773781ff5e6db2f863bc Mon Sep 17 00:00:00 2001 From: Jannik Stehle <50302941+JammingBen@users.noreply.github.com> Date: Fri, 13 Oct 2023 11:39:19 +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 94e0d192d..880073ed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ The following sections list the changes for unreleased. * Enhancement - Introduce clientlog service: [#7217](https://github.com/owncloud/ocis/pull/7217) * Enhancement - Set default for Async Uploads to true: [#7416](https://github.com/owncloud/ocis/pull/7416) * Enhancement - The default language added: [#7417](https://github.com/owncloud/ocis/pull/7417) +* Enhancement - Config for disabling Web extensions: [#7486](https://github.com/owncloud/ocis/pull/7486) * Enhancement - Add login URL config: [#7317](https://github.com/owncloud/ocis/pull/7317) * Enhancement - New value `auto` for NOTIFICATIONS_SMTP_AUTHENTICATION: [#7356](https://github.com/owncloud/ocis/issues/7356) * Enhancement - SSE for messaging: [#6992](https://github.com/owncloud/ocis/pull/6992) @@ -179,6 +180,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/enterprise/issues/5915 https://github.com/owncloud/ocis/pull/7417 +* Enhancement - Config for disabling Web extensions: [#7486](https://github.com/owncloud/ocis/pull/7486) + + A new config for disabling specific Web extensions via their id has been added. + + https://github.com/owncloud/web/issues/8524 + https://github.com/owncloud/ocis/pull/7486 + * Enhancement - Add login URL config: [#7317](https://github.com/owncloud/ocis/pull/7317) Introduce a config to set the web login URL via `WEB_OPTION_LOGIN_URL`.