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>2021-10-07 15:26:39 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-10-07 15:26:39 +0300
commit35d059e2875732696b0bc6a164cb90f45c56e40a (patch)
tree80f6c586918d1c99c39e1e7c2a40f96bf8593eec /changelog
parent934d2aa724a9943d326624bc5829e544107cc375 (diff)
parent6a2510185909fb8c8c44b17cc61c32bf98a0beca (diff)
Merge remote-tracking branch 'origin/2.9.1' into 2.9
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/90006
-rw-r--r--changelog/unreleased/90107
-rw-r--r--changelog/unreleased/91145
3 files changed, 12 insertions, 6 deletions
diff --git a/changelog/unreleased/9000 b/changelog/unreleased/9000
deleted file mode 100644
index 833db2234..000000000
--- a/changelog/unreleased/9000
+++ /dev/null
@@ -1,6 +0,0 @@
-Enhancement: Display the error type in the issue protocol and allow filtering
-
-We now display the error type in the not synced protocol and allow to filter by the
-error type.
-
-https://github.com/owncloud/client/issues/9000
diff --git a/changelog/unreleased/9010 b/changelog/unreleased/9010
new file mode 100644
index 000000000..ee56eabe7
--- /dev/null
+++ b/changelog/unreleased/9010
@@ -0,0 +1,7 @@
+Enhancement: Display the error type in the issue protocol to allow sorting
+
+We now display the error type in the not synced protocol and allow to sort by the
+error type.
+
+https://github.com/owncloud/client/issues/9000
+https://github.com/owncloud/client/pull/9010
diff --git a/changelog/unreleased/9114 b/changelog/unreleased/9114
new file mode 100644
index 000000000..39afc7d45
--- /dev/null
+++ b/changelog/unreleased/9114
@@ -0,0 +1,5 @@
+Bugfix: Downgrades could trigger deletion of virtual files
+
+We now prevent the downgrade of Windows VFS folders.
+
+https://github.com/owncloud/client/issues/9114