From 9b0715087e48995a2e2d0174ed6bed012aa41a0c Mon Sep 17 00:00:00 2001 From: Roman Perekhod Date: Mon, 22 Jan 2024 11:00:50 +0100 Subject: [PATCH] changelog. disallow to delete a file during the processing --- changelog/unreleased/fix-deleting-during-postprocessing.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog/unreleased/fix-deleting-during-postprocessing.md diff --git a/changelog/unreleased/fix-deleting-during-postprocessing.md b/changelog/unreleased/fix-deleting-during-postprocessing.md new file mode 100644 index 00000000000..328162b68d8 --- /dev/null +++ b/changelog/unreleased/fix-deleting-during-postprocessing.md @@ -0,0 +1,6 @@ +Bugfix: Disallow to delete a file during the processing + +We want to disallow deleting a file during the processing to prevent collecting the orphan uploads. + +https://github.com/owncloud/ocis/pull/8131 +https://github.com/owncloud/ocis/issues/8127