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-24 20:11:00 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-08-24 20:11:00 +0300
commit8d74ac77d731dd39d5c56856f27013d914246b45 (patch)
tree0fc45da6e31bcaae2e66a32885cd1ea5960b37c5 /CHANGELOG.md
parent5996c2939ae922eeb31f8d72fefdc31d518c9d47 (diff)
Automated changelog update [skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d75893c6..b1c3c8f24 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,7 @@ Summary
* 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)
* Bugfix - Start oauth/password prompt if password is wrong during start up: [#8901](https://github.com/owncloud/client/issues/8901)
+* Bugfix - Handle timeouts occurring during oauth: [#8940](https://github.com/owncloud/client/pull/8940)
* Change - Don't ask the user to switch to http: [#8231](https://github.com/owncloud/client/issues/8231)
* Change - Remove support for http redirects: [#8293](https://github.com/owncloud/client/pull/8293)
* Change - We no longer try to locate an ownCloud install at /owncloud: [#8273](https://github.com/owncloud/client/issues/8273)
@@ -207,6 +208,12 @@ Details
https://github.com/owncloud/client/issues/8901
+* Bugfix - Handle timeouts occurring during oauth: [#8940](https://github.com/owncloud/client/pull/8940)
+
+ We now handle timeouts occurring during oauth.
+
+ https://github.com/owncloud/client/pull/8940
+
* Change - Don't ask the user to switch to http: [#8231](https://github.com/owncloud/client/issues/8231)
We no longer recommend to use a http connection if a https url was not found.