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

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2022-09-01 14:40:08 +0300
committerGitHub <noreply@github.com>2022-09-01 14:40:08 +0300
commit495ca290cefb91f21728ec4c4eb41d55520f2ced (patch)
tree29f412d13d166250149c6c59ad4d22ca2a12f22e
parent1bb98b4e000d3de8cb150e60030f307a26ac1930 (diff)
parentbaed7e1529a62b7619429e6ab3004b655153f1f3 (diff)
Merge pull request #650 from nextcloud/release/noid/5.0.3v5.0.3
5.0.3
-rw-r--r--CHANGELOG.md7
-rw-r--r--appinfo/info.xml2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f2ac4e8c..b0fc80be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 5.0.3
+### Fixed
+- Fix signining in with multiple IdPs
+- Do not show config chooser when operating in env mode
+### Changed
+- Various dependency updates
+
## 5.0.2
### Fixed
- Fix setup with only one idp by using 1 as default value in routes
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 585989ce..a6805fdb 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ The following providers are supported and tested at the moment:
* Any other provider that authenticates using the environment variable
While theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix.]]></description>
- <version>5.0.2</version>
+ <version>5.0.3</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>