From fc7b9507aff308bddc9b093d45965e0a52f63324 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Thu, 14 Dec 2023 14:25:18 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index beb53fc1b7..6ace3d5056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ The following sections list the changes for unreleased. ## Summary * Bugfix - Fix natsjs cache: [#7790](https://github.com/owncloud/ocis/pull/7790) +* Bugfix - Do not purge expired upload sessions that are still postprocessing: [#7859](https://github.com/owncloud/ocis/pull/7859) * Bugfix - Password policy return code was wrong: [#7952](https://github.com/owncloud/ocis/pull/7952) * Bugfix - Renaming a user to a string with capital letters: [#7964](https://github.com/owncloud/ocis/pull/7964) * Bugfix - Improve OCM support: [#7973](https://github.com/owncloud/ocis/pull/7973) @@ -60,6 +61,11 @@ The following sections list the changes for unreleased. https://github.com/owncloud/ocis/pull/7790 +* Bugfix - Do not purge expired upload sessions that are still postprocessing: [#7859](https://github.com/owncloud/ocis/pull/7859) + + https://github.com/owncloud/ocis/pull/7859 + https://github.com/owncloud/ocis/pull/7958 + * Bugfix - Password policy return code was wrong: [#7952](https://github.com/owncloud/ocis/pull/7952) We fixed the status code on SharingNG update permissions for public shares.