Revisions of python-django-allauth

buildservice-autocommit accepted request 1140111 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 27)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 26)
- update to 0.60.1:
  * User sessions: after changing your password in case of
    ACCOUNT_LOGOUT_ON_PASSWORD_CHANGE = False, the list of
    sessions woud be empty instead of showing your current
    session.
  * SAML: accessing the SLS/ACS views using a GET request would
    result in a crash (500).
  * SAML: the login view did not obey the
    SOCIALACCOUNT_LOGIN_ON_GET = False setting.
buildservice-autocommit accepted request 1137633 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 25)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 24)
- update to 0.60.0:
  * 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".
  * 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.
buildservice-autocommit accepted request 1133055 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 23)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 22)
- update to 0.59.0:
  * 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 active sessions, as well as offering a means to
    end these sessions.
  * A configurable timeout (``SOCIALACCOUNT_REQUESTS_TIMEOUT``)
    is now applied to all upstream requests.
  * Added a setting ``ACCOUNT_EMAIL_UNKNOWN_ACCOUNTS`` to disable
    sending of emails to unknown accounts.
  * You can now override the MFA forms via the ``MFA_FORMS``
    setting.
buildservice-autocommit accepted request 1124871 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 21)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 20)
- update to 0.58.2:
  * Added rate limiting to the MFA login form.
  * Fixed Twitch get_avatar_url()
buildservice-autocommit accepted request 1123462 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 19)
baserev update by copy to link target
John Vandenberg's avatar John Vandenberg (jayvdb) accepted request 1123456 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 18)
- make it easier to notice to keep buildrequires and runtime
  requires version limits in sync. This will also help us to notice
  early when the version of other libraries do not match the
  requires encoded in the source code.
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1122196 from Andreas Schneider's avatar Andreas Schneider (gladiac) (revision 17)
- Update to v0.58.1
  * See https://github.com/pennersr/django-allauth/blob/0.58.1/ChangeLog.rst
    or the ChangeLog.rst included in this package
buildservice-autocommit accepted request 1101335 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 16)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1101326 from Georg Pfuetzenreuter's avatar Georg Pfuetzenreuter (crameleon) (revision 15)
- Update to v0.54.0
- Patch out test which cannot run without template files (missing-template-in-test.patch)
buildservice-autocommit accepted request 1095440 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 14)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1095417 from Andreas Schneider's avatar Andreas Schneider (gladiac) (revision 13)
- Use sle15_python_module_pythons
John Vandenberg's avatar John Vandenberg (jayvdb) accepted request 942391 from John Vandenberg's avatar John Vandenberg (jayvdb) (revision 12)
- Update to v0.47.0
  * Better compatibility with Django 4.0
  * ...
buildservice-autocommit accepted request 814882 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 11)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) committed (revision 10)
- Update to 0.42.0
 * New providers: EDX, Yandex, Mixer.
 * Fixed Twitch get_avatar_url() 
 * The Facebook API version now defaults to v7.0.
buildservice-autocommit accepted request 761502 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 9)
baserev update by copy to link target
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 8)
- Update to 0.41.0:
  * Fixes CVE-2019-19844: Potential account hijack via password reset form
  bsc#1159447
  * Dropped Python 2 and Django 1 compatibility.
- Do not bother with the lang subpkg as it is needed to have languages
  to be present always anyway
Displaying revisions 1 - 20 of 27
openSUSE Build Service is sponsored by