Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Bump doorkeeper from 5.1.0 to 5.2.1 #732

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps doorkeeper from 5.1.0 to 5.2.1.

Release notes

Sourced from doorkeeper's releases.

v5.2.1

  • #1308 Fix flash types for api_only mode (no flashes for ActionController::API).
  • #1306 Fix interpolation of missing_param i18n.

v5.2.0

  • #1305 Make Doorkeeper::ApplicationController to inherit from ActionController::API in cases when api_mode enabled (fixes #1302).

v5.2.0.rc3

  • #1298 Slice strong params so doesn't error with Rails forms.
  • #1300 Limiting access to attributes of pre_authorization.
  • #1296 Adding client_id to strong parameters.
  • #1293 Move ar specific redirect uri validator to ar orm directory.
  • #1288 Allow to pass attributes to the Doorkeeper::OAuth::PreAuthorization#as_json method to customize
    the PreAuthorization response.
  • #1286 Add ability to customize grant flows per application (OAuth client) (#1245 , #1207)
  • #1283 Allow to customize base class for Doorkeeper::ApplicationMetalController (new configuration
    option called base_metal_controller (fix #1273).
  • #1277 Prevent requested scope be empty on authorization request, handle and add description for invalid request.

v5.2.0.rc2

  • #1270 Find matching tokens in batches for reuse_access_token option (fix #1193).
  • #1271 Reintroduce existing token revocation for client credentials.
  • #1269 Update initializer template documentation.
  • #1266 Use strong parameters within pre-authorization.
  • #1264 Add :before_successful_authorization and :after_successful_authorization hooks in TokensController
  • #1263 Response properly when introspection fails and fix configurations's user guide.

v5.2.0.rc1

  • #1260, #1262 Improve Token Introspection configuration option (access to tokens, client).
  • #1257 Add constraint configuration when using client authentication on introspection endpoint.
  • #1252 Returning unauthorized when the revocation of the token should not be performed due to wrong permissions.
  • #1249 Specify case sensitive uniqueness to remove Rails 6 deprecation message
  • #1248 Display the Application Secret in HTML after creating a new application even when hash_application_secrets is used.
  • #1248 Return the unhashed Application Secret in the JSON response after creating new application even when hash_application_secrets is used.
  • #1238 Better support for native app with support for custom scheme and localhost redirection.
Changelog

Sourced from doorkeeper's changelog.

5.2.1

  • #1308 Fix flash types for api_only mode (no flashes for ActionController::API).
  • #1306 Fix interpolation of missing_param i18n.

5.2.0

  • #1305 Make Doorkeeper::ApplicationController to inherit from ActionController::API in cases
    when api_mode enabled (fixes #1302).

5.2.0.rc3

  • #1298 Slice strong params so doesn't error with Rails forms.
  • #1300 Limiting access to attributes of pre_authorization.
  • #1296 Adding client_id to strong parameters.
  • #1293 Move ar specific redirect uri validator to ar orm directory.
  • #1288 Allow to pass attributes to the Doorkeeper::OAuth::PreAuthorization#as_json method to customize
    the PreAuthorization response.
  • #1286 Add ability to customize grant flows per application (OAuth client) (#1245 , #1207)
  • #1283 Allow to customize base class for Doorkeeper::ApplicationMetalController (new configuration
    option called base_metal_controller (fix #1273).
  • #1277 Prevent requested scope be empty on authorization request, handle and add description for invalid request.

5.2.0.rc2

  • #1270 Find matching tokens in batches for reuse_access_token option (fix #1193).
  • #1271 Reintroduce existing token revocation for client credentials.
  • #1269 Update initializer template documentation.
  • #1266 Use strong parameters within pre-authorization.
  • #1264 Add :before_successful_authorization and :after_successful_authorization hooks in TokensController
  • #1263 Response properly when introspection fails and fix configurations's user guide.

5.2.0.rc1

  • #1260, #1262 Improve Token Introspection configuration option (access to tokens, client).
  • #1257 Add constraint configuration when using client authentication on introspection endpoint.
  • #1252 Returning unauthorized when the revocation of the token should not be performed due to wrong permissions.
  • #1249 Specify case sensitive uniqueness to remove Rails 6 deprecation message
  • #1248 Display the Application Secret in HTML after creating a new application even when hash_application_secrets is used.
  • #1248 Return the unhashed Application Secret in the JSON response after creating new application even when hash_application_secrets is used.
  • #1238 Better support for native app with support for custom scheme and localhost redirection.
Commits
  • b69df59 Release 5.2.1
  • de357b1 [ci skip] Update CHANGELOG
  • ae5f86a Merge pull request #1308 from damianlegawiec/patch-1
  • e70fd8c Fixes Doorkeeper API mode
  • 6c9973a Merge pull request #1306 from radek2r/fix_interpolation
  • 2cb4b92 Fix interpolation of value to translation
  • bef23f6 Release 5.2.0 馃帀
  • 45b6ce5 Merge pull request #1305 from doorkeeper-gem/opinionated-base-controller
  • 4ee5be3 Fix Doorkeeper::ApplicationController inheritance
  • d84885a Use released Rails 6.0 in Travis
  • 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 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.306% when pulling 026d998 on dependabot/bundler/doorkeeper-5.2.1 into aa63792 on master.

@dependabot-preview
Copy link
Contributor Author

Superseded by #746.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/doorkeeper-5.2.1 branch November 11, 2019 10:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant