Skip to content

Latest commit

 

History

History
691 lines (446 loc) · 25.9 KB

File metadata and controls

691 lines (446 loc) · 25.9 KB

Changelog

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

8.2.0

Added

  • feat: Implement IAlternativeLoginProvider to provide login button in the normal nextcloud login form by @CarlSchwan in #1176
  • feat(login): Add option to login with normal NC login form by @CarlSchwan in #1180

Performance

  • perf: Implement IBatchMethodsBackend by @CarlSchwan in #1161

Other

  • feat: Add ICreateNamedGroupBackend by @CarlSchwan in #1172

Dependencies

  • build(deps-dev): bump guzzlehttp/guzzle from 7.12.3 to 7.13.1 in /tests/integration by @dependabot[bot] in #1175
  • build(deps-dev): bump guzzlehttp/guzzle from 7.13.1 to 7.13.2 in /tests/integration by @dependabot[bot] in #1179

8.1.4

Performance

  • perf: Cache display name in getUserGroups by @CarlSchwan in #1159
  • feat: Implement ILimitAwareCountUsersBackend interface by @CarlSchwan in #1158

Dependencies

  • build(deps-dev): bump guzzlehttp/guzzle from 7.10.6 to 7.12.3 in /tests/integration by @dependabot[bot] in #1163
  • chore: Remove @nextcloud/cypress by @CarlSchwan in #1164
  • build(deps): Remove uuid and dockerode by @dependabot[bot] in #1166
  • build(deps): bump qs from 6.14.2 to 6.15.3 by @dependabot[bot] in #1165
  • chore(deps): Remove babel by @CarlSchwan in #1167

8.1.3

Fixed

  • fix: graceful handling when user_saml is enabled but no IdP is configured by @printminion-co in #1138
  • fix: Update display name in User object by @artonge in #1137

Dependencies

  • build(deps): bump dompurify from 3.4.0 to 3.4.11 by @dependabot[bot] in #1145
  • build(deps-dev): bump vite from 7.3.2 to 7.3.5 by @dependabot[bot] in #1148
  • build(deps-dev): bump js-yaml from 4.1.1 to 4.2.0 by @dependabot[bot] in #1149
  • build(deps): bump form-data from 4.0.5 to 4.0.6 by @dependabot[bot] in #1147
  • build(deps): bump firebase/php-jwt from 7.0.5 to 7.1.0 by @dependabot[bot] in #1150

8.1.2

Fixed

  • fix: Using user_saml at the same time as the guest application

8.1.1

Fixed

  • fix: Kerberos authentification by using $_SERVER instead of $_ENV by @CarlSchwan in #1130

Dependencies

  • build(deps-dev): bump guzzlehttp/guzzle from 7.10.0 to 7.10.3 in /tests/integration by @dependabot[bot] in #1128
  • build(deps-dev): bump nextcloud/coding-standard from 1.4.0 to 1.5.0 in /vendor-bin/cs-fixer by @dependabot[bot] in #1129

Other

  • test(kerberos): Reuse kerberos tests from server by @CarlSchwan in #1130

8.1.0

Added

  • feat: Flexible matching between LDAP and SAML user ids by @CarlSchwan in #1103
  • feat: Add some hints when auth error happen by @CarlSchwan in #1100

Fixed

  • fix: Chunk group migration by @CarlSchwan in #1099
  • fix: Handle unique constrainst exception related to the session data by @CarlSchwan in #1102
  • fix: Add comments that homepath is trusted by @CarlSchwan in #1119

Dependencies

  • build(deps): bump protobufjs from 7.5.5 to 7.6.0 by @dependabot[bot] in #1117
  • build(deps): bump @protobufjs/utf8 from 1.1.0 to 1.1.1 by @dependabot[bot] in #1113
  • build(deps): bump postcss from 8.5.8 to 8.5.14 by @dependabot[bot] in #1112
  • build(deps): bump axios from 1.15.0 to 1.16.0 by @dependabot[bot] in #1105
  • build(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 by @dependabot[bot] in #1107
  • build(deps): bump fast-uri from 3.1.0 to 3.1.2 by @dependabot[bot] in #1108
  • build(deps): bump onelogin/php-saml from 4.3.1 to 4.3.2 by @dependabot[bot] in #1110
  • build(deps-dev): bump tmp from 0.2.5 to 0.2.7 by @dependabot[bot] in #1121
  • build(deps-dev): bump symfony/yaml from 5.4.45 to 5.4.53 in /tests/integration by @dependabot[bot] in #1120

8.0.1

Added

  • Propagate exception from saml library to our logs by @CarlSchwan in #1089

Fixed

  • Fix dialog button wording to be more understandable by @jancborchardt in #1093
  • Fix logout condition based on last error reason by @foerster-finsternis in #1092
  • Avoid redirecting to login with an incomplete configuration by @come-nc in #1091

Other

  • docs: Add development setup steps to readme by @jancborchardt in #1094

8.0.0

Added

  • drop support for NC 30 and 31; add support for upcoming NC 34 by @blizzz in #1035
  • Port admin settings to vue by @CarlSchwan in #1047
  • feat(settings): implement admin delegation for SSO & SAML authentication by @printminion-co in #1053
  • search disabled users by display name or email by @hweihwang in #997

Fixed

  • fix: Use correct color for login screen text on dark background by @come-nc in #1055
  • fix: Cleanup DI in Application::boot by @come-nc in #1060

Dependencies

  • build(deps): bump firebase/php-jwt from 7.0.3 to 7.0.4 by @dependabot[bot] in #1057
  • build(deps): bump firebase/php-jwt from 7.0.4 to 7.0.5 by @dependabot[bot] in #1059
  • build(deps): bump axios from 1.13.6 to 1.15.0 by @dependabot[bot] in #1063
  • build(deps): bump fast-xml-parser from 5.5.4 to 5.5.12 by @dependabot[bot] in #1065
  • build(deps): bump picomatch by @dependabot[bot] in #1064
  • build(deps-dev): bump brace-expansion from 2.0.2 to 2.1.0 by @dependabot[bot] in #1066
  • build(deps-dev): bump vite from 7.3.1 to 7.3.2 by @dependabot[bot] in #1067
  • build(deps): bump lodash and @microsoft/api-extractor by @dependabot[bot] in #1068
  • build(deps-dev): bump flatted from 3.4.1 to 3.4.2 by @dependabot[bot] in #1070
  • build(deps): bump yaml from 2.8.2 to 2.8.3 by @dependabot[bot] in #1069
  • build(deps): bump follow-redirects from 1.15.11 to 1.16.0 by @dependabot[bot] in #1071
  • build(deps): bump dompurify from 3.3.3 to 3.4.0 by @dependabot[bot] in #1074
  • build(deps): bump protobufjs from 7.5.4 to 7.5.5 by @dependabot[bot] in #1075

Other

  • refactor(backend): Cleanup PHP code a bit by @CarlSchwan in #1061
  • refactor: Fix many psalm issues by @CarlSchwan in #1003
  • refactor: Use modern attribute instead of annotation by @CarlSchwan in #1076

7.1.4

Added

Fixed

Dependencies

Other

7.1.3

Fixed

7.1.2

Fixed

Dependencies

7.1.1

Fixed

Dependencies

7.1.0

Added

Fixed

Other

Dependencies

7.0.0

Added

Removed

Fixed

Other

Dependencies

6.6.0

Added

Under the hood

6.5.0

Added

Fixed

Dependencies

Under the hood

6.4.1

Fixed

6.4.0

Added

Fixed

Dependencies

Under the hood

6.3.0

Added

Fixed

Dependencies

Other

6.2.0

Added

Fixed

Dependencies

6.1.3

Fixed

6.1.2

Fixed

6.1.1

Fixed

6.1.0

Added

Fixed

6.0.1

Added

Changed

6.0.0

Added

  • Added support for Nextcloud 28

Removed

  • Dropped support for Nextcloud 25-27

Fixed

  • do not hardcode IdP to 1 on redirect (#769)
  • Implement IGetDisplayNameBackend (#771)
  • Do not try to validate metadata for environment variable config (#774)
  • remove deprecated event and class (#779)

5.2.2

Fixed

  • Fix validating SAML XML schemas (user_saml#754)

Changed

  • Dependency updates

5.2.1

Fixed

  • Avoid infinite redirection for disabled user (user_saml#717)
  • Better distinguish admin sections (user_saml#730)
  • Ensure $configurations is an array (user_saml#734)

Changed

  • Dependency updates

5.2.0

Added

  • MFA verification flag (user_saml#668)

Changed

  • L10n: Change to uppercase (user_saml#691)
  • Bump to v5.2 and require at least NC 25 (user_saml#705)
  • Extract idp from jwt in globalscale (user_saml#714)
  • Dependency updates

5.1.2

Fixed

  • gently handle incoming SAML Logout Request when the session is missing

5.1.1

Fixed

  • Use session locking to be compatible with Nextcloud 25 during logout

5.1.0

Added

  • User filtering by group memberships

Fixed

  • fetching metadata with IdP id 1
  • Spelling consolidation

5.0.3

Fixed

  • Fix signining in with multiple IdPs
  • Do not show config chooser when operating in env mode

Changed

  • Various dependency updates

5.0.2

Fixed

  • Fix setup with only one idp by using 1 as default value in routes
  • Fix executing meta data validation check after configuration change

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

Added

  • occ commands for modifying SAML configurations

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

Fixed

  • logins with base64 resembling UIDs

4.0.0

Removed

  • Nextcloud <21 support

3.3.3

Added

  • Possibility to add custom direct login message

3.3.2

Added

  • Possible url for SLO response

Fixed

  • Fix login flow support yet again
  • Buton colors
  • Translations
  • Fixed provisioning users from encoded uids
  • Fix missing IDP variable

3.3.1

Fixed

  • 21 suport
  • login flow support with strict cookies

3.1.2

Fixed

  • 19 support. This was broken due to stricter cookies

3.0.1

Added

  • Add setting to specify a different signature algorithm #401

Changed

  • translation updates

3.0.0

Changed

  • fixed login with chrome browser #379
  • translation updates
  • Make 19 compatible #380

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