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-11-10 15:48:33 +0300
committerGitHub <noreply@github.com>2021-11-10 15:48:33 +0300
commit1aec61ec4f3c99ceb1f2ec5b985b53cd4e421b88 (patch)
treef57ebb0cb36053c9ef4bf481754ed8afbe64f5e0 /changelog
parentf0c945f84450f5f48d279deafcd43c403aa29017 (diff)
Ensure we only update the clients url after the sync was stopped (#9202)
When the client detects a change of the url we ask the user to accept the change or if it was only representational change we directly accept the change. Due to a bug the we aborted the sync only after we updated the url. This caused the client to idle for one minute.
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/92028
1 files changed, 8 insertions, 0 deletions
diff --git a/changelog/unreleased/9202 b/changelog/unreleased/9202
new file mode 100644
index 000000000..ee2326afd
--- /dev/null
+++ b/changelog/unreleased/9202
@@ -0,0 +1,8 @@
+Bugfix: The client no longer idles after a minor url change
+
+When the client detects a change of the url we ask the user to accept
+the change or if it was only representational change (demo.com vs demo.com/) we directly accept the change.
+Due to a bug the we aborted the sync only after we updated the url.
+This caused the client to idle for one minute.
+
+https://github.com/owncloud/client/pull/9202