From 0dd7eb19fc45beb7d27ceb738fbb56018256065d Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Thu, 27 Jun 2024 13:00:18 +0200 Subject: [PATCH] add changelog Signed-off-by: Christian Richter --- changelog/unreleased/empty-trash-dirs.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/empty-trash-dirs.md diff --git a/changelog/unreleased/empty-trash-dirs.md b/changelog/unreleased/empty-trash-dirs.md new file mode 100644 index 0000000000..4545a752b8 --- /dev/null +++ b/changelog/unreleased/empty-trash-dirs.md @@ -0,0 +1,7 @@ +Enhancement: Empty trash directories + +We have added a cli-command that allows cleaning up emppty directories in the trashbins folder structure in decomposedFS. + +https://github.com/owncloud/ocis/pull/9483 +https://github.com/owncloud/ocis/issues/9393 +https://github.com/owncloud/ocis/issues/9271