From 257c5995b5c5bd73427fdced5e551205c59af2ea Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Tue, 25 Oct 2022 21:43:39 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e215fcfca6..f91aefe99a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ The following sections list the changes for unreleased. * Enhancement - Logging improvements: [#4815](https://github.com/owncloud/ocis/pull/4815) * Enhancement - Secure the nats connection with TLS: [#4781](https://github.com/owncloud/ocis/pull/4781) * Enhancement - Report parent id: [#4757](https://github.com/owncloud/ocis/pull/4757) +* Enhancement - Prohibit users from setting or listing other user's values: [#4897](https://github.com/owncloud/ocis/pull/4897) * Enhancement - Add thumbnails support for tiff and bmp files: [#4634](https://github.com/owncloud/ocis/pull/4634) * Enhancement - Update reva: [#4588](https://github.com/owncloud/ocis/pull/4588) * Enhancement - Update ownCloud Web to v6.0.0-rc.2: [#4786](https://github.com/owncloud/ocis/pull/4786) @@ -281,6 +282,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/4727 https://github.com/owncloud/ocis/pull/4757 +* Enhancement - Prohibit users from setting or listing other user's values: [#4897](https://github.com/owncloud/ocis/pull/4897) + + Added checks that users can only set and list their own settings. + + https://github.com/owncloud/ocis/pull/4897 + * Enhancement - Add thumbnails support for tiff and bmp files: [#4634](https://github.com/owncloud/ocis/pull/4634) Support generating thumbnails for tiff and bmp files in the thumbnails service.