From 49588c075e94a825442d74ad9362b504960df218 Mon Sep 17 00:00:00 2001 From: kobergj Date: Thu, 26 Oct 2023 14:55:41 +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 5c95f56bf..1c6f6011f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ The following sections list the changes for unreleased. ## Summary +* Bugfix - Return 423 status code on tag create: [#7596](https://github.com/owncloud/ocis/pull/7596) * Bugfix - Delete outdated userlog events: [#7410](https://github.com/owncloud/ocis/pull/7410) * Bugfix - Don't reload web config: [#7369](https://github.com/owncloud/ocis/pull/7369) * Bugfix - Fix the auth service env variable: [#7523](https://github.com/owncloud/ocis/pull/7523) @@ -52,6 +53,12 @@ The following sections list the changes for unreleased. ## Details +* Bugfix - Return 423 status code on tag create: [#7596](https://github.com/owncloud/ocis/pull/7596) + + When a file is locked, return 423 status code instead 500 on tag create + + https://github.com/owncloud/ocis/pull/7596 + * Bugfix - Delete outdated userlog events: [#7410](https://github.com/owncloud/ocis/pull/7410) Userlog will now delete events when the user has no longer access to the underlying resource