From 4bc85c969b7cfe7aa9a1acca2d34e2cfc6b516ec Mon Sep 17 00:00:00 2001 From: David Christofas Date: Thu, 24 Feb 2022 08:44:07 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6a80ab724..37e6df89b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Capabilities for password protected public links: [#3229](https://github.com/owncloud/ocis/pull/3229) * Bugfix - Make events settings configurable: [#3214](https://github.com/owncloud/ocis/pull/3214) * Bugfix - Align storage metadata GPRC bind port with other variable names: [#3169](https://github.com/owncloud/ocis/pull/3169) * Change - Unify file IDs: [#3185](https://github.com/owncloud/ocis/pull/3185) @@ -17,6 +18,14 @@ The following sections list the changes for unreleased. ## Details +* Bugfix - Capabilities for password protected public links: [#3229](https://github.com/owncloud/ocis/pull/3229) + + Allow password protected public links to request capabilities. + + https://github.com/owncloud/web/issues/5863 + https://github.com/owncloud/ocis/pull/3229 + https://github.com/owncloud/web/pull/6471 + * Bugfix - Make events settings configurable: [#3214](https://github.com/owncloud/ocis/pull/3214) We've fixed the hardcoded events settings to be configurable.