Skip to content

Releases: nextcloud/user_saml

Version 2.2.0

26 Apr 08:34
v2.2.0
c5130fb
Compare
Choose a tag to compare

Changed

  • Update dependencies for PHP 7.3 compatibility
  • Ready for Nextcloud 16
  • improve logging

Version 2.1.1

01 Feb 07:37
v2.1.1
a812342
Compare
Choose a tag to compare

Changed

  • sort IDP's alphabetical
  • improved documentation in UI, add hint for direct login URL

Fixed

  • create skeleton files if SAML is used in combination with LDAP

Version 2.1.0

27 Nov 16:57
e422da8
Compare
Choose a tag to compare

2.1.0

Changed

  • add attribute mapping for the users home directory when creating a new user
  • use a combobox to select the IDP on login when more then 4 IDPs are configured
  • improved debug logging and in case of errors
  • Add sabredav plugin to register environment auth for dav requests

Fixed

  • remove trailing and leading spaces on settings
  • adjust login page to the theme

Version 2.0.0

05 Nov 09:51
fcaeb14
Compare
Choose a tag to compare

Changed

  • update to upstream php-saml 3.0 (upstream library) which removes the mcrypt dependency
  • Improve SAML behaviour in a Global Scale setup

Version 1.7.0

09 Oct 19:05
a0e05af
Compare
Choose a tag to compare

Make SAML ready for Global Scale

Version 1.6.2

17 Aug 18:32
e043383
Compare
Choose a tag to compare
  • Add reset button to start over with the configuration
  • Show default login screen until SSO is configured
  • updated translations
  • small fixes

Version 1.6.1

09 Aug 09:45
6ba1b0e
Compare
Choose a tag to compare

Fix internal version number

Version 1.6.0

09 Aug 09:35
c95ffc6
Compare
Choose a tag to compare
  • Allow multiple IDP's
  • Add attribute mapping for groups

v1.5.0: Merge pull request #204 from nextcloud/release-v150-stable13

20 Mar 15:28
6604332
Compare
Choose a tag to compare
  • Fix redirect loop in case a user was disabled
  • query LDAP for user data during auto-provisioning in case "Only allow authentication if an account is existent on some other backend" is enabled
  • add attribute mapping for the users quota
  • add option to use the local user back-end (and LDAP) in parallel to SAML

v1.4.2: release 1.4.2

09 Feb 15:11
127098e
Compare
Choose a tag to compare
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>