From dece995e2960aae0fee8d05ab5141bc8f5050e24 Mon Sep 17 00:00:00 2001 From: Roman Perekhod <2403905@gmail.com> Date: Thu, 4 Jan 2024 16:31:03 +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 19d8d6fe4f..c67dc0deec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ The following sections list the changes for unreleased. * Bugfix - The race conditions in tests: [#7847](https://github.com/owncloud/ocis/pull/7847) * Bugfix - Fix Service Account Roles on external IDP: [#8074](https://github.com/owncloud/ocis/pull/8074) +* Bugfix - Fix the upload postprocessing: [#8117](https://github.com/owncloud/ocis/pull/8117) * Enhancement - Disable the password policy: [#7985](https://github.com/owncloud/ocis/pull/7985) * Enhancement - Update reva to latest edge version: [#8100](https://github.com/owncloud/ocis/pull/8100) @@ -60,6 +61,14 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/8074 +* Bugfix - Fix the upload postprocessing: [#8117](https://github.com/owncloud/ocis/pull/8117) + + We fixed the upload postprocessing when the destination file does not exist + anymore. + + https://github.com/owncloud/ocis/issues/7909 + https://github.com/owncloud/ocis/pull/8117 + * Enhancement - Disable the password policy: [#7985](https://github.com/owncloud/ocis/pull/7985) We add the environment variable that allow to disable the password policy.