From b35ca53d25b97c3cf51393a604cbe9b3f8f4193c Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 24 May 2022 13:23:06 +0200 Subject: [PATCH] 5.0.1 Signed-off-by: Arthur Schiwon --- .gitignore | 2 ++ CHANGELOG.md | 6 ++++++ appinfo/info.xml | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 64e0b00..15ee07e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ build .php_cs.cache !/tests/integration/ + +.ackrc diff --git a/CHANGELOG.md b/CHANGELOG.md index f44c041..4c14116 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. +## 5.0.1 +### Fixed +- Direct login silently fails under some circumstances +- Mobile login shows regular web interfaces instead of Grant Access page +- Global checkboxes always unticked in SAML settings + ## 5.0.0 ### Changed - store configurations in a separate database table, not appconfig diff --git a/appinfo/info.xml b/appinfo/info.xml index ef95223..0a823ca 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.]]> - 5.0.0 + 5.0.1 agpl Lukas Reschke User_SAML