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

9202 « 2.9.2_2021-11-24 « changelog - github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ee2326afd4db64dfd53f33f67ab6cf94bec6446d (plain)
1
2
3
4
5
6
7
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