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-03-26 16:24:58 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2020-03-26 16:24:58 +0300
commit4b28fd60b69087167409c6da453f09477f1cea48 (patch)
tree890f92e2c2eaff4d8097b321f4907dc3e0ef040d /changelog
parent41182605f0d8760d8d2573dcee2ed1b36be8bafe (diff)
parent242e4e1d702ca8a74ffeb6e266c5dd8f7088e46c (diff)
Merge remote-tracking branch 'origin/2.6'
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/77596
-rw-r--r--changelog/unreleased/77745
-rw-r--r--changelog/unreleased/77995
3 files changed, 16 insertions, 0 deletions
diff --git a/changelog/unreleased/7759 b/changelog/unreleased/7759
new file mode 100644
index 000000000..d5597019d
--- /dev/null
+++ b/changelog/unreleased/7759
@@ -0,0 +1,6 @@
+Bugfix: Fix status icon after move errors
+
+The file status icon was not showing an error when a move operation failed
+
+https://github.com/owncloud/client/issues/7759
+
diff --git a/changelog/unreleased/7774 b/changelog/unreleased/7774
new file mode 100644
index 000000000..e69e81b03
--- /dev/null
+++ b/changelog/unreleased/7774
@@ -0,0 +1,5 @@
+Bugfix: On Windows the share dialog somtimes does not open as the top most window
+
+We now ensure that the our dialogs are correctly raised.
+
+https://github.com/owncloud/client/issues/7774
diff --git a/changelog/unreleased/7799 b/changelog/unreleased/7799
new file mode 100644
index 000000000..592ecbd8e
--- /dev/null
+++ b/changelog/unreleased/7799
@@ -0,0 +1,5 @@
+Bugfix: Client sometimes crashes when a placeholder file was moved
+
+We fixed an issue where moving a plcaeholder file would lead to a crash.
+
+https://github.com/owncloud/client/issues/7799