From 27ecf912d5cc117d55a66ecad32c76c72b8d5a6e Mon Sep 17 00:00:00 2001 From: jkoberg Date: Mon, 29 Apr 2024 16:54:44 +0200 Subject: [PATCH] feat(changelog): add forgotten changelog Signed-off-by: jkoberg --- changelog/unreleased/rework-virus-handling.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/rework-virus-handling.md diff --git a/changelog/unreleased/rework-virus-handling.md b/changelog/unreleased/rework-virus-handling.md new file mode 100644 index 0000000000..3f889b4915 --- /dev/null +++ b/changelog/unreleased/rework-virus-handling.md @@ -0,0 +1,5 @@ +Enhancement: Improve infected file handling + +Reworks virus handling.Shows scandate and outcome on ocis storage-users uploads sessions. Avoids retrying infected files on ocis postprocessing restart. + +https://github.com/owncloud/ocis/pull/8947