From f13ff6ba3fe0f907b4f5f602a1ab9f97b695239e Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 6 Oct 2023 06:31:20 +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 8c8f35234a..498e9b2f50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ The following sections list the changes for unreleased. * Enhancement - Auto-Accept Shares: [#7097](https://github.com/owncloud/ocis/pull/7097) * Enhancement - Bump Reva: [#7138](https://github.com/owncloud/ocis/pull/7138) * 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 - 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) @@ -137,6 +138,13 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/7217 +* Enhancement - Set default for Async Uploads to true: [#7416](https://github.com/owncloud/ocis/pull/7416) + + Async Uploads are meanwhile standard and needed for multiple features. Hence we default them + to true + + https://github.com/owncloud/ocis/pull/7416 + * 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`.