From 8e5cbfd6f71e79fd165a2085f170f7077ce145db Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Fri, 12 May 2023 06:39:25 +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 565912ef90..3205e5a343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The following sections list the changes for unreleased. ## Summary * Bugfix - Fix the empty string givenName attribute when creating user: [#5431](https://github.com/owncloud/ocis/issues/5431) +* Bugfix - Add missing response to blocked requests: [#6277](https://github.com/owncloud/ocis/pull/6277) * Enhancement - Add specific result to antivirus for debugging: [#6265](https://github.com/owncloud/ocis/pull/6265) ## Details @@ -18,6 +19,12 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/issues/5431 https://github.com/owncloud/ocis/pull/6259 +* Bugfix - Add missing response to blocked requests: [#6277](https://github.com/owncloud/ocis/pull/6277) + + We added the missing response body to requests which were blocked by the policy engine. + + https://github.com/owncloud/ocis/pull/6277 + * Enhancement - Add specific result to antivirus for debugging: [#6265](https://github.com/owncloud/ocis/pull/6265) We added the ability to define a specific result for the virus scanner via env-var