From 7cb23b004f0a1314fc457036ba023be8004bb008 Mon Sep 17 00:00:00 2001 From: Roman Perekhod Date: Thu, 25 Jan 2024 09:05:43 +0100 Subject: [PATCH] disallow to delete a file during the processing --- changelog/unreleased/fix-deleting-during-postprocessing.md | 7 +++++++ 1 file changed, 7 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..297b0357212 --- /dev/null +++ b/changelog/unreleased/fix-deleting-during-postprocessing.md @@ -0,0 +1,7 @@ +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/8132 +https://github.com/cs3org/reva/pull/4446 +https://github.com/owncloud/ocis/issues/8127