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-06-25 16:14:59 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2020-06-25 16:14:59 +0300
commit1c113d29ce7e19af78d1324a7dd71112c2d90d04 (patch)
treeaa19e85dff07cddd027726e65ad64adf0958aae4 /CHANGELOG.md
parent763043a758ad3b6fcdf07fb86fdc8af43e182353 (diff)
Automated changelog update [skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ba817c91..bf775d480 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ Summary
* Change - The client uploads chunks even though the server repports lack of support: [#7862](https://github.com/owncloud/client/issues/7862)
* Change - Mac does not display a dock entry: [#7868](https://github.com/owncloud/client/issues/7868)
* Change - Option to log HTTP requests and responses: [#7873](https://github.com/owncloud/client/issues/7873)
+* Change - The client hides the window during the authentication process: [#7922](https://github.com/owncloud/client/pull/7922)
* Change - Allow OpenID Connect authentication without a .well-known configuration: [#7681](https://github.com/owncloud/client/pull/7681)
* Change - Add support for the TUS resumeable upload protocol: [#19](https://github.com/owncloud/product/issues/19)
@@ -50,6 +51,13 @@ Details
https://github.com/owncloud/client/issues/7873
+* Change - The client hides the window during the authentication process: [#7922](https://github.com/owncloud/client/pull/7922)
+
+ We changed the confusing behavioir and now minimize ownCloud instead. This ensures that the
+ window stays accessible.
+
+ https://github.com/owncloud/client/pull/7922
+
* Change - Allow OpenID Connect authentication without a .well-known configuration: [#7681](https://github.com/owncloud/client/pull/7681)
A user might not want to provide .well-known/openid-configuration. The new changes enable us