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>2019-05-29 09:44:45 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-05-29 09:44:45 +0300
commit714c7942d32639d96053717e121fca57b98795f8 (patch)
treeb75406362abb51f826cd1c2d61e7150e23598415
parent10af4961ab165893324d2fac8494856262c0df57 (diff)
Bump to 2.3.0v2.3.0
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rw-r--r--CHANGELOG.md14
-rw-r--r--appinfo/info.xml2
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 20e7e022..e1e24966 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 2.3.0
+
+### Added
+- Ability to specify nameformat when configuring IdPs
+- Properly set the timezone
+
+### Changed
+- Also search for diplayname and email in backend
+- Bumped onelogin/php-saml to 3.1.1
+- Updated translations
+
+### Fixed
+- Catch exception so app does not get disabled on random PUT requests
+
## 2.2.0
### Changed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7f935bf1..23c7616a 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>2.2.0</version>
+ <version>2.3.0</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>