From df545583d18cb67329c64b3a7b8c9fbde6cd3bbd Mon Sep 17 00:00:00 2001 From: jkoberg Date: Mon, 29 Apr 2024 16:51:27 +0200 Subject: [PATCH] feat(changelog): add changelog Signed-off-by: jkoberg --- changelog/unreleased/bump-reva.md | 11 +++++++++++ changelog/unreleased/rework-virus-handling.md | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 changelog/unreleased/bump-reva.md create mode 100644 changelog/unreleased/rework-virus-handling.md diff --git a/changelog/unreleased/bump-reva.md b/changelog/unreleased/bump-reva.md new file mode 100644 index 0000000000..765ed26abf --- /dev/null +++ b/changelog/unreleased/bump-reva.md @@ -0,0 +1,11 @@ +Bugfix: Update reva to v2.19.5 + +We updated reva to v2.19.5 + +* Bugfix [cs3org/reva#4654](https://github.com/cs3org/reva/pull/4654): Write blob based on session id +* Bugfix [cs3org/reva#4666](https://github.com/cs3org/reva/pull/4666): Fix uploading via a public link +* Bugfix [cs3org/reva#4665](https://github.com/cs3org/reva/pull/4665): Fix creating documents in nested folders of public shares +* Enhancement [cs3org/reva#4655](https://github.com/cs3org/reva/pull/4655): Bump mockery to v2.40.2 +* Enhancement [cs3org/reva#4664](https://github.com/cs3org/reva/pull/4664): Add ScanData to Uploadsession + +https://github.com/owncloud/ocis/pull/9011 diff --git a/changelog/unreleased/rework-virus-handling.md b/changelog/unreleased/rework-virus-handling.md new file mode 100644 index 0000000000..270fe89872 --- /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/9011