Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/doorkeeper-gem/doorkeeper

Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.
https://github.com/doorkeeper-gem/doorkeeper

Merge pull request #1698 from doorkeeper-gem/rails-7.1

Test with Rails 7.1

9a3b7829c621de1536f54d337a9aea9196c72b77 authored 10 months ago by Nikita Bulai <[email protected]>
Test with Rails 7.1

a80b23f5486d85d13c2cd0b2125198e3a57c9b94 authored 10 months ago by Nikita Bulai <[email protected]>
Add missing method to token response (#1696)

Add missing method to token response

9c87e5af72548d3c106621e184bb74c931b71fe8 authored 10 months ago by Frédéric Planté <[email protected]>
Merge pull request #1692 from Paultdx/recommend-explicit-expires-in

Recommend explicit expires_in in initializer

960f1501131683b16c2704d1b6f9597b9583b49d authored 10 months ago by Nikita Bulai <[email protected]>
Merge pull request #1694 from nikkypx/fix-typos

Fix grammar in initializer template

00dceacaf8b172f4180e8997bb70f2557554f801 authored 10 months ago by Nikita Bulai <[email protected]>
Fix typos in initializer template

b6afb40a8ac3f61f04cbb01723fb5332f84f07e9 authored 10 months ago by nikkypx <[email protected]>
Recommend explicit expires_in in initializer

832e2ab2998742794d42fdae849b3b40b7c2df15 authored 10 months ago by Pavel Shebalkou <[email protected]>
Release 5.6.9 :tada:

70e793bc1d1c80e7a9a6ab7e6b42d6b08ba0e3e2 authored 10 months ago by Nikita Bulai <[email protected]>
Merge pull request #1691 from doorkeeper-gem/make-errors-backward-compatible

Make new errors backward compatible

6f49a5ce36911f073a8902fb40ede22c9377668a authored 10 months ago by Nikita Bulai <[email protected]>
Make new errors backward compatible

Fixes #1685

33c7afa2916a0944436b72867aaaa5b2d0fc9173 authored 10 months ago by Nikita Bulai <[email protected]>
Merge pull request #1689 from piyush5050/main

Remove duplicate information from README

6633934923287f03734bc751493bc6d0f6065f0f authored 10 months ago by Nikita Bulai <[email protected]>
Remove duplicate information from README

Earlier, the Tutorials section contained duplicate information, making it
difficult to find the ...

8899d456b5d7d6c2770c5751b591625f3e0dbd70 authored 11 months ago by piyush5050 <[email protected]>
Merge pull request #1687 from doorkeeper-gem/dependabot/bundler/generator_spec-tw-0.10.0

Update generator_spec requirement from ~> 0.9.3 to ~> 0.10.0

7129feb39240134081c5f607744daa15ea5b01a8 authored 11 months ago by Nikita Bulai <[email protected]>
Update generator_spec requirement from ~> 0.9.3 to ~> 0.10.0

Updates the requirements on [generator_spec](https://github.com/stevehodgkiss/generator_spec) to...

916454eb8606563ecd1508c022ae9864a38ab590 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Release 5.6.8 :tada:

c48fd2d989e761ab3ebe21698fcfa70261df7f57 authored about 1 year ago by Nikita Bulai <[email protected]>
Merge pull request #1680 from camero2734/fix-not-implemented-error-raise

Fix handle_auth_errors :raise NotImplementedError

eb849d099d90f4c9a861ac6f8d688ce457d780ac authored about 1 year ago by Nikita Bulai <[email protected]>
Move error name to BaseResponseError class

The "friendly" name of the error that's sent as a query param (?error=friendly_name)
on error re...

bdf3d50cff437b04d7c42c08481956a27ecf431a authored about 1 year ago by camero2734 <[email protected]>
Validate with error classes instead of symbols

This way, in :raise mode, we can just raise the associated error in ErrorResponse.

8c513dbdf45a599bbdf49e82fe3302ada36ff2fe authored about 1 year ago by camero2734 <[email protected]>
Add spec that covers a non-InvalidRequest error in authorize request

6c5bbe6d36e8e009493bd080d3cfb5734754b035 authored about 1 year ago by camero2734 <[email protected]>
Release 5.6.7 :tada:

6692812a14e1ac01b5f0d31f8bd87e7c5952c0a1 authored about 1 year ago by Nikita Bulai <[email protected]>
Merge pull request #1677 from UnidyID/main

Fix URIHelper.valid_for_authorization? breaking for non url URIs

59162b0b8e93693e7605511f761dda0fa1344e72 authored about 1 year ago by Nikita Bulai <[email protected]>
Fix URIChecker.loopback_uri? failing for non url URIs

9e16f3cf103d36ccef26bc3f8f0c92089e6d642f authored about 1 year ago by Fran Zekan <[email protected]>
Merge pull request #1676 from camero2734/authorizations-controller-response

Improve AuthorizationsController error response handling

9fc81d5009aef533ca8116285148cb6e37549ff2 authored about 1 year ago by Nikita Bulai <[email protected]>
Use existing handle_auth_errors option instead of creating a new one

41ae563299d031c487b855681928e1966829e2b2 authored about 1 year ago by camero2734 <[email protected]>
Check that state is returned in redirect, according to spec

423dbe49fb96be857ad4b705c70cbaa066d5ce73 authored about 1 year ago by camero2734 <[email protected]>
Add CHANGELOG entry; Fix spec wording; Add section to initializer template

21362a974c368f62f8240cd647034cd1966a12fa authored about 1 year ago by camero2734 <[email protected]>
Fix and add specs for raise_exception! handling

cfeb44479b56dbbbf16653d6b5978d1038d03ec5 authored about 1 year ago by camero2734 <[email protected]>
Add option to avoid introducing a breaking change

09142d0b22a346bb373b49c4a78770e879f64b9d authored about 1 year ago by camero2734 <[email protected]>
Set status of response to error status

6cd5cca263ed6c1462cbc1d7b1d27f43b8d4e55f authored about 1 year ago by camero2734 <[email protected]>
Redirect if error is redirectable

f5dcdad7b172da6a0aa7f67fafe87fe0e28dea3b authored about 1 year ago by camero2734 <[email protected]>
Throw error if raise_on_errors is enabled

ac822fc9872a6df84c89d8654f7a6a7d04ff58ea authored about 1 year ago by camero2734 <[email protected]>
Merge pull request #1673 from mlr/custom-attributes-client-credentials

Honor custom_access_token_attributes in client credentials grant flow

0aa94c5a82035ec4840785156760a2930e5de27a authored about 1 year ago by Nikita Bulai <[email protected]>
Merge pull request #1672 from doorkeeper-gem/dependabot/bundler/rails-gte-6.0-and-lt-7.2

Update rails requirement from >= 6.0, < 7.1 to >= 6.0, < 7.2

d61c5cb7e51dce726c33ec090131efa40edd5668 authored about 1 year ago by Nikita Bulai <[email protected]>
Honor custom_access_token_attributes in client credentials grant flow

6a6baadde10ead34bcc8865118006e75a8bebc8f authored about 1 year ago by Ronnie Miller <[email protected]>
Update rails requirement from >= 6.0, < 7.1 to >= 6.0, < 7.2

Updates the requirements on [rails](https://github.com/rails/rails) to permit the latest version...

adb71e95c0aaf0b53c747316765f9a7d6f8ff490 authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #1669 from doorkeeper-gem/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4

dd4e4421201cb0847ad49f61288184de3ec396da authored about 1 year ago by Nikita Bulai <[email protected]>
Merge pull request #1667 from giovannelli/main

Pass client instead of grant.application to find_or_create_access_token

01321c7cf6351216b035276f4f2012393ec02ea6 authored over 1 year ago by Nikita Bulai <[email protected]>
Update CHANGELOG

2b5c2e5cf56cf8bd6d7236cdd1a9de177d7e94cd authored over 1 year ago by Duccio Giovannelli <[email protected]>
Merge branch 'doorkeeper-gem:main' into main

c38fc60693759e19d1b44b528f9281eb55ae4e0b authored over 1 year ago by Duccio <[email protected]>
Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](htt...

9716aa562c659f3c8eae968a4afe4da0ee54fa20 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[ci skip] Avoid stale issues, let's keep them

d38c37d347d78076d6b8de971c52dc2fbdb2c257 authored over 1 year ago by Nikita Bulai <[email protected]>
chore: pass client instead of grant.application to find_or_create_access_token

68dc412806c0624ce3e9d49dc56509c27926a3f6 authored over 1 year ago by Duccio Giovannelli <[email protected]>
Merge pull request #1662 from ravron/ravron/validate-without-inflection

Use validates_with rather than validates to validate URI

b3d6787341561e5bc51336e3e04622ca131d6445 authored over 1 year ago by Nikita Bulai <[email protected]>
Merge pull request #1661 from doorkeeper-gem/dependabot/github_actions/lots0logs/gh-action-get-changed-files-2.2.2

Bump lots0logs/gh-action-get-changed-files from 2.1.4 to 2.2.2

129ba8e162abaa7c147f00689358c0f535e3d1b5 authored over 1 year ago by Nikita Bulai <[email protected]>
Add changelog entry

010c825d5013c15371d11948dd4779fd5295903e authored over 1 year ago by Riley Avron <[email protected]>
Use validates_with to validate redirect_uri

ActiveModel's validates method uses string manipulation, in particular
camelize, to identify the...

24313fecdd0a6a47a0b2efc0bcbcb2f562a7a1a8 authored over 1 year ago by Riley Avron <[email protected]>
Bump lots0logs/gh-action-get-changed-files from 2.1.4 to 2.2.2

Bumps [lots0logs/gh-action-get-changed-files](https://github.com/lots0logs/gh-action-get-changed...

c4c8b8d91a1d082b9c6bcb0bc1cfccbb23ea82d5 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #1658 from olimart/patch-1

Typo Be --> By

f02fcb447a0b39c43cae350a600b853a0e69ee60 authored over 1 year ago by Nikita Bulai <[email protected]>
Typo Be --> By

3e97af1210e3c5441063aa9fac5c38a80496c721 authored over 1 year ago by Olivier <[email protected]>
Merge pull request #1652 from raphaelcosta/feature/add-custom-attributes-to-token-generator

Add custom attributes support to token generator

1371bd4a3c56464b702e8295fe1507b376ccc620 authored over 1 year ago by Nikita Bulai <[email protected]>
Add custom attributes to token generator

Use variable to send attribute call

Add specs

Use public_send instead of send

Update changelog

4e95934f823fba807a4bc26c540e811a350e8174 authored over 1 year ago by Raphael Costa <[email protected]>
Release 5.6.6 :tada:

986115cc228ff30dc1ead0f4101195448994f5d4 authored over 1 year ago by Nikita Bulai <[email protected]>
Merge pull request #1649 from JeremyC-za/custom_token_attribs_break_rails_commands

Fixed custom_access_token_attributes related errors

57ce594b81472270ccc810bee7273db1795303dc authored over 1 year ago by Nikita Bulai <[email protected]>
Removed validations, test, and config changes

3de42adc4c2262747f4bbb5125c0ad05a840144f authored over 1 year ago by JeremyC-za <[email protected]>
Unit test

23c44ce425ad92c1a268ee2d87a64a2ed85fc260 authored over 1 year ago by JeremyC-za <[email protected]>
Cleaning up diff

e0b39c22a20ba3aadb099a9d1419161f0fdb58a8 authored over 1 year ago by JeremyC-za <[email protected]>
Removed ConfigError type, not needed anymore

5a80014e103aa793b58fea6c1fb50742ca43609f authored over 1 year ago by JeremyC-za <[email protected]>
Removing alternative validation method

12ff1324e767f30b11017006d3e2190d0674ff9e authored over 1 year ago by JeremyC-za <[email protected]>
Warning instead of raising config errors

a4d4767a33b3231fa7077d272cbb06e0734a2645 authored over 1 year ago by JeremyC-za <[email protected]>
Ignoring unrecognized custom attributes

34573fbf5cb1263eb100288a86a931d3477acb6b authored over 1 year ago by JeremyC-za <[email protected]>
Removed validation and test

267e4c5eb78678ce6bdcacfbaf739500818cd652 authored over 1 year ago by JeremyC-za <[email protected]>
Revert "Fixed custom_attribute validations breaking rails commands"

This reverts commit 46ec2c71b5737a2ef11b537be679818f173906ed.

cfa74d6ff5575d9fb865c4954042d89fe828f40e authored over 1 year ago by JeremyC-za <[email protected]>
Merge pull request #1648 from matthewheath/add-custom-access-token-attributes-to-refresh-token

Add custom token attributes to Refresh Token Request

f7497916e6f0467a5402d75dc077dd977f25e194 authored over 1 year ago by Nikita Bulai <[email protected]>
Fixed custom_attribute validations breaking rails commands

46ec2c71b5737a2ef11b537be679818f173906ed authored over 1 year ago by JeremyC-za <[email protected]>
Add custom token attributes to Refresh Token Request

This improves upon the work done in #1602

ae4670faa4baf91bc1e157b85b3f65f04617720e authored over 1 year ago by Matthew Heath <[email protected]>
Merge pull request #1646 from polleverywhere/confidential-skip-auth

Block public clients automatic authorization skip

313af27391d974d314c1869828ca80dc1ae2678c authored almost 2 years ago by Nikita Bulai <[email protected]>
Block public clients automatic authorization skip

Non-confidential applications should not be able to skip the authorization stop, even if they ha...

f202079baac4c978a01ccc9a45d78fde368ac907 authored almost 2 years ago by Adam Heath <[email protected]>
Merge pull request #1644 from marjanovic93/main

Update HTTP headers

cbaf02625c2292376c452e11f31c556caebfdcab authored almost 2 years ago by Nikita Bulai <[email protected]>
Update HTTP headers

Pragma is a deprecated HTTP header. It changes from Cache-Control:
no-store to Cache-Control: no...

2535eab30c37b5b4f8d8294affcbacc185d00c55 authored almost 2 years ago by bmarjanovic <[email protected]>
Release 5.6.5 :tada:

dcce7206982d012fbbb0a7c1e2fb50d5809238ab authored almost 2 years ago by Nikita Bulai <[email protected]>
Merge pull request #1639 from doorkeeper-gem/fix-auth-destroy

Add grant type vlaidation to avoid Internal Server Error for DELETE /oauth/authorize endpoint

a90d4c13fbcb789c4e7a7bf3b4337564af38218f authored almost 2 years ago by Nikita Bulai <[email protected]>
Add grant type vlaidation to avoid Internal Server Error for DELETE /oauth/authorize endpoint

Fixes #1638

a2a39f930fc7f1168cf4c2a46affb7bf038c1232 authored almost 2 years ago by Nikita Bulai <[email protected]>
[ci skip] Fix CHANGELOG

0dcb0837d9ea4df310b0129b471e774d5bc9ecba authored almost 2 years ago by Nikita Bulai <[email protected]>
Merge pull request #1634 from doorkeeper-gem/code-refactoring

Refactor custom token attributes & some other code

1e8c8cfb5f67d5b4df666154516405cfeca781c7 authored almost 2 years ago by Nikita Bulai <[email protected]>
Refactor custom token attributes & some other code

a897741cc7288580b483058d2aa2a3680420ba49 authored almost 2 years ago by Nikita Bulai <[email protected]>
Merge pull request #1602 from teamsimplepay/pre_auth_extension

Allow custom data to be sent inside access tokens

84369289b67b4386735989e3efdb7a39f1dc8c38 authored almost 2 years ago by Nikita Bulai <[email protected]>
Implementing feedback changes

e4ae7540084edc521cb49b8310f74c575efd7b9f authored almost 2 years ago by JeremyC-za <[email protected]>
Added config option to permit and return custom fields in access tokens

b580c181fd7112a63d1bd7d9324f329d6a93fd76 authored almost 2 years ago by JeremyC-za <[email protected]>
Release 5.6.4 :tada:

3ad48e05fdab9843ef742163f0e6bbf9fb273c4b authored almost 2 years ago by Nikita Bulai <[email protected]>
Merge pull request #1633 from doorkeeper-gem/fix-custom-models

Apply ORM configuration in #to_prepare block to avoid autoloading errors

b967c4cbd4ef1780ec3d3ab517f3fd8db6b3854a authored almost 2 years ago by Nikita Bulai <[email protected]>
Apply ORM configuration in #to_prepare block to avoid autoloading errors

e44a39584292797a592a2352cab39a54d53e120e authored almost 2 years ago by Nikita Bulai <[email protected]>
Release 5.6.3 :tada:

6364c29bc0335232e64b9909a1ac61dfb0d7dece authored almost 2 years ago by Nikita Bulai <[email protected]>
Merge pull request #1627 from doorkeeper-gem/fixes/lazy-load-associations

Lazy evaluate Doorkeeper config when loading files and executing initializers

931c34425ef3919b3b53991377e6b8c86e2dd1a3 authored almost 2 years ago by Nikita Bulai <[email protected]>
[ci skip]

ee8547dd771e3dd4ae94c6c87923da162ac1f15d authored almost 2 years ago by Nikita Bulai <[email protected]>
Don't raise an error without configuration, use default config instead

1e0a796536c66b637858813637c00a5f1238720d authored almost 2 years ago by Nikita Bulai <[email protected]>
Lazy evaluate Doorkeeper config when loading files and executing initializers

53d70a894e79aff5116cf47f030d329e635c859e authored almost 2 years ago by Nikita Bulai <[email protected]>
[ci skip] Add changelog entry

a0a1e63418afbbf16db847de6c8045d598156e4b authored almost 2 years ago by Nikita Bulai <[email protected]>
Merge pull request #1630 from doconnor-clintel/patch-1

Special case unique index creation for refresh_token on sql server

234efe9c379f0012bafd7f2b3cde4a57e473cffa authored almost 2 years ago by Nikita Bulai <[email protected]>
Merge pull request #1632 from gogainda/patch-1

Add Truffleruby to CI

ae5252b285639b6349b8006fbe8381997ddc8d71 authored almost 2 years ago by Nikita Bulai <[email protected]>
Merge pull request #1631 from doorkeeper-gem/fix-redirect-behavior-1616

Fix regression with redirect behavior

941cae08ea80d99822d13fd36808159a90c4ef4a authored almost 2 years ago by Nikita Bulai <[email protected]>
Fix regression with redirect behavior

Addresses #1616

a26b3ece5231078777034a666e834836ef1dee45 authored almost 2 years ago by Nikita Bulai <[email protected]>
Update ci.yml

7c369296e0bf3c9f6ba142ba5d614ed264a7d80a authored almost 2 years ago by Igor Victor <[email protected]>
Special case unique index creation for refresh_token on sql server

Fixes #1592

1f9feba8362b87f80aeac746c97ea9e1c6616afb authored almost 2 years ago by Daniel O <[email protected]>
Merge pull request #1629 from doorkeeper-gem/fix-ci

Fix CI

b5a99902979e6d42ff318fc1935f6d3f98b58b71 authored almost 2 years ago by Nikita Bulai <[email protected]>
Fix CI

3d4f34c3fe26c5fb12ae88f58af4c95a00c78ac2 authored almost 2 years ago by Nikita Bulai <[email protected]>
Merge pull request #1626 from doorkeeper-gem/features/remove-active_record_options

Remove deprecated active_record_options config option

1794b50f98b2cb9cec710b51cbcce8e59220a482 authored almost 2 years ago by Nikita Bulai <[email protected]>
Remove deprecated active_record_options config option

d7451ce21fce2c318fb4a3102750e62f3a913524 authored almost 2 years ago by Nikita Bulai <[email protected]>
Merge pull request #1625 from doorkeeper-gem/fixes/exclude-endless-tokens-when-cleaning

Exclude endless access tokens from StaleRecordsCleaner

254e08e0dbe29a883b331aa8446a97cf3bc5e275 authored almost 2 years ago by Nikita Bulai <[email protected]>
Exclude endless access tokens from StaleRecordsCleaner

Addresses #1612

0976a6182f1424cd7dc121d8f5fb1afa965b53ce authored almost 2 years ago by Nikita Bulai <[email protected]>
Merge pull request #1624 from sato11/drop-danger-workflow-definition

Drop dependency to danger for now to fix ci

93d67dcc037d10939da74b4318d21af41190e7b3 authored almost 2 years ago by Nikita Bulai <[email protected]>