From 35b7e7fd1359c6c791d7d93dfc4e38befa657bbf Mon Sep 17 00:00:00 2001 From: Hannah von Reth Date: Thu, 21 Sep 2023 16:31:11 +0200 Subject: [PATCH] Add changelog for #8216 Fixes: #8216 --- changelog/unreleased/8216 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/8216 diff --git a/changelog/unreleased/8216 b/changelog/unreleased/8216 new file mode 100644 index 00000000000..fc94975dd4b --- /dev/null +++ b/changelog/unreleased/8216 @@ -0,0 +1,7 @@ +Enhancement: Windows VFS: Prevent rename to ignored file name + +We now prevent ranems of virtual files to ignored file names. +This basically resulted in a delte on the server and a local placeholder that pointed to a non existing file. + +https://github.com/owncloud/client/issues/8216 +https://github.com/owncloud/client-desktop-vfs-win/pull/63