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:
authorRoeland Jago Douma <roeland@famdouma.nl>2021-01-14 11:03:34 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2021-01-14 11:03:34 +0300
commit8d87a9783112bfede8133930edef3a453c8f99b0 (patch)
treeb168625a3c59b0cc89a3e32f13c46b75b90b1b88
parent81c2d6f0260be28c44e4e6c3e2021d2ea8e0227a (diff)
3.2.2v3.2.2
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rw-r--r--CHANGELOG.md10
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
3 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e8f68bd..50d3695c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 3.2.2
+### Added
+- allow providing url for SLO response
+- allow chaging the direct login text
+
+### Fixed
+- Session handling with auth flow
+- Redirect to home page instead of generic error page
+- get SAML idp set in session
+
## 3.2.1
### Fixed
- Login flow with strict cookies
diff --git a/Makefile b/Makefile
index ca9d2e1c..548426cd 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
-version+=2.3.1
+version+=3.2.2
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 975d3f97..822f6fad 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>3.2.1</version>
+ <version>3.2.2</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>