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:
authorJulius Härtl <jus@bitgrid.net>2022-04-11 20:30:08 +0300
committerGitHub <noreply@github.com>2022-04-11 20:30:08 +0300
commitd6a009c54afb0f13c7c7444531838460d2517fdd (patch)
treec7b127d06ce66702517652ca74b8cfdfb345adb0
parent313cfec4c75f96388f651358b46051a35f7f5d12 (diff)
parenta4723b45bfa50e7317511e3a10578922f8c4079d (diff)
Merge pull request #600 from nextcloud/release/changelog-update
add changelog for 4.1.1, update for 5.0.0
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5055ba9b..f44c0418 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,18 @@ All notable changes to this project will be documented in this file.
### Removed
- Ability to change SAML configuration with occ app-config, use the new occ commands instead
+### Fixed
+- Use effective uid for autoprovisioning new users
+- Handle mobile login flow with direct=1
+- Set proper relaystate url
+
+## 4.1.1
+
+### Added
+- Add logging for SLO errors
+- sanitize and test user id received from IdP, if original does not match
+- Allow setting of "retrieveParametersFromServer
+
## 4.1.0
### Added
- Nextcloud 22 support