Update dependency doorkeeper to v5.9.1#11550
Merged
Merged
Conversation
Contributor
Code Coverage Report: Only Changed Files listed
Minimum allowed coverage is |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
"5.9.0"→"5.9.1"Release Notes
doorkeeper-gem/doorkeeper (doorkeeper)
v5.9.1[#1781] Honor
handle_auth_errors :raiseinAuthorizationsController#authorize_response[#1795] Fix: detailed error 'insufficient_scope' in protected resources 403s
[#1797] Fix
doorkeeper:db:cleanuprake task failure on PostgreSQL[#1800] Set
@grant_typeinClientCredentialsRequestandRefreshTokenRequestconstructors sorequest.grant_typereturnsthe correct value in hooks like
before_successful_strategy_response.[#1802] Fix
filter_parametersnot applied whenDoorkeeper.configureis called inside to_prepare.[#1804] Use
ActiveSupport.on_load(:active_record)in ORM hooks to prevent loading ActiveRecord models too early[#1806] Fix token revocation bypass for public clients (RFC 7009)
[#1815] Expose
current_resource_owneras a view helper inDoorkeeper::ApplicationController.[#1818] Fix token introspection returning
exp: 0for non-expiring tokens.[#1784] Remove hardcoded colons from view templates, move punctuation to i18n translation strings.
[IMPORTANT]: if you have customized Doorkeeper views (
authorizations/new,authorizations/show,applications/show) or overridden the defaulten.ymltranslations, you may need to update them.Colons are no longer hardcoded in the views — they are now part of the translation strings.
Update the doorkeeper-i18n gem to get the
updated translations for all locales.
[#1820] Remove dead wildcard presence check in
Scopes#dynamic_scope_match?(internal cleanup, no behavior change).[#1822] Update Rubocop config, auto-corrections.
[#1823] Update Rubocop config, part 2.
[#1825] Update Rubocop config, part 3.
[#1821] Fix noisy
Could not find command "no_previous_refresh_token_column?"Thor output during thePreviousRefreshTokenGeneratorspec by stubbing the underlying DB column check instead of the generator'sprivate method (test-only change).
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.