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-29 17:17:21 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2020-06-29 17:17:21 +0300
commitf942945aaed398f1ec71a4395935c318a8577988 (patch)
tree37e75165d7a4182ab3f8effb84385b0d6b6715da /CHANGELOG.md
parent809aaccf0464ffa37453114074951f0a2b86ad81 (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 3d197599d..39cb3efe1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@ Summary
* Change - Option to log HTTP requests and responses: [#7873](https://github.com/owncloud/client/issues/7873)
* Change - The layout in the advanced account setup page might be broken: [#7920](https://github.com/owncloud/client/issues/7920)
* Change - The client hides the window during the authentication process: [#7922](https://github.com/owncloud/client/pull/7922)
+* Change - The settings ui shows a prompt for a few seconds: [#7925](https://github.com/owncloud/client/pull/7925)
* 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)
@@ -72,6 +73,12 @@ Details
https://github.com/owncloud/client/pull/7922
+* Change - The settings ui shows a prompt for a few seconds: [#7925](https://github.com/owncloud/client/pull/7925)
+
+ We now hide that prompt by default and only show it if needed.
+
+ https://github.com/owncloud/client/pull/7925
+
* 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