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-01-25 19:07:14 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-01-25 19:07:14 +0300
commite481859bc404ffabcbb3c348f05587a59707c4a9 (patch)
treeeae6dd47edb934c5d75cb0f570a5c8172f6c53ab /CHANGELOG.md
parent45f9d7fb4579ab2a74d357028401bafbe9c2183f (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 bb7eeb159..8a5ab550e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ Summary
* Bugfix - Don't recommend non default sync option: [#8317](https://github.com/owncloud/client/issues/8317)
* Bugfix - Detect file name clash with VirtualFiles enabled: [#8323](https://github.com/owncloud/client/issues/8323)
* Bugfix - Remove stray placeholders: [#8326](https://github.com/owncloud/client/issues/8326)
+* Bugfix - Fix wrong option provided to OIDC: [#8390](https://github.com/owncloud/client/issues/8390)
* 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 - Ignore the desktop.ini file in every directory, not only in top dir: [#8298](https://github.com/owncloud/client/issues/8298)
@@ -68,6 +69,12 @@ Details
https://github.com/owncloud/client/issues/8326
+* Bugfix - Fix wrong option provided to OIDC: [#8390](https://github.com/owncloud/client/issues/8390)
+
+ We fixed a bug where we passed a wrong value to the OIDC display parameter
+
+ https://github.com/owncloud/client/issues/8390
+
* 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.