Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-10-22 18:12:00 +0300
committerHannah von Reth <vonreth@kde.org>2020-10-28 18:27:40 +0300
commit371d8287770c9dec2dfbada7561abaad03220c5e (patch)
tree4477f0544a54a79dc2b27417b4960a15750a9f2f /changelog
parent1a788c46f590f93db83f2208e8f1b291fe74abfd (diff)
Fix folder permission check on NTFS
Fixes: #8187
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/81876
1 files changed, 6 insertions, 0 deletions
diff --git a/changelog/unreleased/8187 b/changelog/unreleased/8187
new file mode 100644
index 000000000..3d4e4663e
--- /dev/null
+++ b/changelog/unreleased/8187
@@ -0,0 +1,6 @@
+Bugfix: We fixed the permissions check for local folders on NTFS
+
+We fixed a bug where the check whether the local folder is writeable returned a wrong result.
+This could cause a crash with the virtual file system plugin.
+
+https://github.com/owncloud/client/issues/8187