Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • funkwhale funkwhale
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 410
    • Issues 410
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • funkwhalefunkwhale
  • funkwhalefunkwhale
  • Merge requests
  • !1520

Update dependency django-oauth-toolkit to v1.7.0 (develop)

  • Review changes

  • Download
  • Patches
  • Plain diff
Closed RenovateBot requested to merge renovate/develop-django-oauth-toolkit-1.x into develop Jan 31, 2022
  • Overview 1
  • Commits 1
  • Pipelines 3
  • Changes 2

This MR contains the following updates:

Package Type Update Change
django-oauth-toolkit dependencies minor ==1.5.0 -> ==1.7.0

Release Notes

jazzband/django-oauth-toolkit

v1.7.0

Compare Source

Added
  • #​969 Add batching of expired token deletions in cleartokens management command and models.clear_expired() to improve performance for removal of large numers of expired tokens. Configure with CLEAR_EXPIRED_TOKENS_BATCH_SIZE and CLEAR_EXPIRED_TOKENS_BATCH_INTERVAL.
  • #​1070 Add a Celery task for clearing expired tokens, e.g. to be scheduled as a periodic task.
  • #​1062 Add Brazilian Portuguese (pt-BR) translations.
  • #​1069 OIDC: Add an alternate form of get_additional_claims() which makes the list of additional claims_supported available at the OIDC auto-discovery endpoint (.well-known/openid-configuration).
Fixed
  • #​1012 Return 200 status code with {"active": false} when introspecting a nonexistent token per RFC 7662. It had been incorrectly returning 401.

v1.6.3

Compare Source

Fixed
  • #​1085 Fix for #​1083 admin UI search for idtoken results in django.core.exceptions.FieldError: Cannot resolve keyword 'token' into field.
Added
  • #​1085 Add admin UI search fields for additional models.

v1.6.2

Compare Source

NOTE: This release reverts an inadvertently-added breaking change.

Fixed
  • #​1056 Add missing migration triggered by Django 4.0 changes to the migrations autodetector.
  • #​1068 Revert #​967 which incorrectly changed an API. See #​1066.

v1.6.1

Compare Source

Changed
  • Note: Only Django 4.0.1+ is supported due to a regression in Django 4.0.0. Explanation
Fixed
  • Miscellaneous 1.6.0 packaging issues.

v1.6.0

Compare Source

Added
  • #​949 Provide django.contrib.auth.authenticate() with a request for compatibiity with more backends (like django-axes).
  • #​968, #​1039 Add support for Django 3.2 and 4.0.
  • #​953 Allow loopback redirect URIs using random ports as described in RFC8252 section 7.3.
  • #​972 Add Farsi/fa language support.
  • #​978 OIDC: Add support for rotating multiple RSA private keys.
  • #​978 OIDC: Add new OIDC_JWKS_MAX_AGE_SECONDS to improve jwks_uri caching.
  • #​967 OIDC: Add additional claims beyond sub to the id_token.
  • #​1041 Add a search field to the Admin UI (e.g. for search for tokens by email address).
Changed
  • #​981 Require redirect_uri if multiple URIs are registered per RFC6749 section 3.1.2.3
  • #​991 Update documentation of REFRESH_TOKEN_EXPIRE_SECONDS to indicate it may be int or datetime.timedelta.
  • #​977 Update Tutorial to show required include.
Removed
  • #​968 Remove support for Django 3.0 & 3.1 and Python 3.6
  • #​1035 Removes default_app_config for Django Deprecation Warning
  • #​1023 six should be dropped
Fixed
  • #​963 Fix handling invalid hex values in client query strings with a 400 error rather than 500.
  • #​973 Tutorial updated to use django-cors-headers.
  • #​956 OIDC: Update documentation of get_userinfo_claims to add the missing argument.

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: renovate/develop-django-oauth-toolkit-1.x