user_saml/CHANGELOG.md
Roeland Jago Douma 15a262cb24
Update to 2.4.0
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-06 11:35:52 +02:00

2.6 KiB

Changelog

All notable changes to this project will be documented in this file.

2.4.0

Added

  • IdP initiated logout

Fixed

  • No password confirmation for passwordless users
  • Handle exceptions more graceful (prevent app from disabling)
  • Desktop client login failing in some cases

2.3.1

Fixed

  • name id format is set per provider

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

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

2.1.1

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

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

2.0.0

Changed

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

1.7.0

Changed

  • many small changes/fixes to make SAML work in a Global Scale setup

1.6.2

Changed

  • Add reset button to start over with the configuration
  • Show default login screen until SSO is configured
  • updated translations

Fixed

  • small fixes

1.6.1

Fixed

  • internal version number

1.6.0

Changed

  • Allow multiple IDP's
  • Add attribute mapping for groups

1.5.0

Changed

  • add attribute mapping for the users quota
  • add option to use the local user back-end (and LDAP) in parallel to SAML

Fixed

  • 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

1.4.2

  • update display name in accounts table correctly
  • improve error messages and logging

1.4.0

Fixed

  • Spelling mistakes
  • Keep displayname after login
  • Fix compatibility with reverse proxies
  • Set last login after successful login operation
  • SLO support
  • Hide attribute mapping until a type is selected

1.3.2

Added

  • Added sample screenshots