splashcat-ink / splashcat

Splatoon battle tracking
https://splashcat.ink
GNU Affero General Public License v3.0
9 stars 1 forks source link

Bump django-allauth from 0.54.0 to 0.60.0 #186

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 6 months ago

Bumps django-allauth from 0.54.0 to 0.60.0.

Changelog

Sourced from django-allauth's changelog.

0.60.0 (2024-01-05)


Note worthy changes

  • Google One Tap Sign-In is now supported.

  • You can now more easily change the URL to redirect to after a successful password change/set via the newly introduced get_password_change_redirect_url() adapter method.

  • You can now configure the primary key of all models by configuring ALLAUTH_DEFAULT_AUTO_FIELD, for example to: "hashid_field.HashidAutoField".

Backwards incompatible changes

  • You can now specify the URL path prefix that is used for all OpenID Connect providers using SOCIALACCOUNT_OPENID_CONNECT_URL_PREFIX. By default, it is set to "oidc", meaning, an OpenID Connect provider with provider ID foo uses /accounts/oidc/foo/login/ as its login URL. Set it to empty ("") to keep the previous URL structure (/accounts/foo/login/).

  • The SAML default attribute mapping for uid has been changed to only include urn:oasis:names:tc:SAML:attribute:subject-id. If the SAML response does not contain that, it will fallback to use NameID.

0.59.0 (2023-12-13)


Note worthy changes

  • The MFA authenticator model now features "created at" an "last used "at" timestamps.

  • The MFA authenticator model is now registered with the Django admin.

  • Added MFA signals emitted when authenticators are added, removed or (in case of recovery codes) reset.

  • There is now an MFA adapter method can_delete_authenticator(authenticator) available that can be used to prevent users from deactivating e.g. their TOTP authenticator.

  • Added a new app, user sessions, allowing users to view a list of all their

... (truncated)

Commits
  • 4faff2d chore: Release 0.60.0
  • 52bffbd fix(i18n): Updates to django.po for ru locale
  • 89ebcc5 fix(google): get_avatar_url sometimes returns None
  • 0bb3cec fix(steam): get(params)
  • 8ee2cb9 docs(templates): fixed a typo
  • 4c3b84a refactor(templates): Improved change email
  • 329925b fix(templates): endelement mismatch
  • 4982485 docs(example): pip install extras
  • 53f5901 feat(saml): Default to NameID, email verifcation/authn per app
  • 6251d5e fix(saml): Attribute extraction could result in blank values
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 5 months ago

Superseded by #189.