Automated changelog update [skip ci]

This commit is contained in:
Michael Barz
2023-10-06 06:31:20 +00:00
parent b79ff4e071
commit f13ff6ba3f

View File

@@ -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`.