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-08-10 15:44:26 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-08-10 15:44:26 +0300
commitffa04a618136336cb1c24abcb5719d1a1b2bce52 (patch)
tree1fa9fd4f7072177e0c1e37b4430c97edd007ffe7 /CHANGELOG.md
parentf63f46b65aa8b2c71f54671a090f3cef2ac2a32c (diff)
Automated changelog update [skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe2f216b6..a02d5989b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,7 @@ Summary
* Bugfix - Fix config migrations from versions 2.8 to 2.9: [#8824](https://github.com/owncloud/client/issues/8824)
* Bugfix - Always exclude .owncloud files: [#8836](https://github.com/owncloud/client/pull/8836)
* Bugfix - Don't crash if a certain move is undone: [#8837](https://github.com/owncloud/client/issues/8837)
+* Bugfix - Prevent sync root sharing: [#8849](https://github.com/owncloud/client/issues/8849)
* Bugfix - Removed support for client side certificates: [#8864](https://github.com/owncloud/client/pull/8864)
* Bugfix - The `Re-open Browser` now always does what it says: [#8866](https://github.com/owncloud/client/pull/8866)
* Change - Don't ask the user to switch to http: [#8231](https://github.com/owncloud/client/issues/8231)
@@ -165,6 +166,14 @@ Details
https://github.com/owncloud/client/issues/8837
+* Bugfix - Prevent sync root sharing: [#8849](https://github.com/owncloud/client/issues/8849)
+
+ Due to legacy reasons it is possible to let two sync connections use the same directory. In
+ combination with virtual files this was leading to dataloss however.
+
+ https://github.com/owncloud/client/issues/8849
+ https://github.com/owncloud/client/issues/8512
+
* Bugfix - Removed support for client side certificates: [#8864](https://github.com/owncloud/client/pull/8864)
Client side certificates where never officially supported and where untested in many