Ecosyste.ms: OpenCollective

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

doorkeeper

Doorkeeper is an OAuth2 provider built for Ruby, Rails and Grape
Collective - Host: opensource - https://opencollective.com/doorkeeper-gem - Code: https://github.com/doorkeeper-gem/doorkeeper

Use factory bot to save application rather than using a double

-Everywhere else in the specs FactoryBot is used to create
applications....

github.com/doorkeeper-gem/doorkeeper - de9331e88adb214d368f9b15bd3fd4c9d4546d85 authored almost 7 years ago by Patrick Foley <[email protected]>
[ci skip] Fix README

github.com/doorkeeper-gem/doorkeeper - 7a44f73349cfc26647126045a61d4f9470591131 authored almost 7 years ago by Nikita Bulai <[email protected]>
Update to 4.3.2

github.com/doorkeeper-gem/doorkeeper - 0da7b7ebaf0c3674c2f9dcebb67f11d828e651f2 authored almost 7 years ago by Nikita Bulai <[email protected]>
Bump version to 4.3.2

github.com/doorkeeper-gem/doorkeeper - e29441ba35ebc5eff6feb32a3af084533695ee4c authored almost 7 years ago by Nikita Bulai <[email protected]>
Fix NEWS.md

github.com/doorkeeper-gem/doorkeeper - 6b89def695354bb85fd22ae356968ad1ce1c2a0c authored almost 7 years ago by Nikita Bulai <[email protected]>
Add #1053 to NEWS

github.com/doorkeeper-gem/doorkeeper - aa282da5731a88eabbb4f1b5c7f280408c4013bd authored almost 7 years ago by Justin Bull <[email protected]>
Support redirect_uri's with registered query param(s)

This amends the URIChecker to allow authorization for requests that contain query params. The qu...

github.com/doorkeeper-gem/doorkeeper - 0a5905456790774dd58e79a4ab97fa25ccfdc79b authored almost 7 years ago by Justin Bull <[email protected]>
Added before/after_successful_authorization callbacks

They expose AuthorizationController context in the :new method
Use cases: for example, when you ...

github.com/doorkeeper-gem/doorkeeper - 842f4508bcab31af5ef918e448a2a4efc209bfc2 authored almost 7 years ago by nattfodd <[email protected]>
Typos fixes

github.com/doorkeeper-gem/doorkeeper - e8474c48bc35de6470330076532547330c2c834b authored almost 7 years ago by Nikita Bulai <[email protected]>
Merge pull request #1060 from hallucinations/feature/ensure-native-redirect_uri-matches-with-grant-redirect_uri

Ensure that the native redirect_uri parameter matches with redirect_uri of the client.

github.com/doorkeeper-gem/doorkeeper - bc8930c6142a4a1aded28527fa3d99f59bd5d8ee authored almost 7 years ago by Nikita Bulai <[email protected]>
Ensure redirect_uri param matches with client's

Even though #1045 fixes the issue with broken native redirect URLs, it bypasses
`Doorkeeper::OAu...

github.com/doorkeeper-gem/doorkeeper - bb90fe1ad1186eb2f434c0da7aaced9b5a20f099 authored almost 7 years ago by Vasanth Balakrishnan <[email protected]>
No response and grant types modification in runtime

Don't allow developers to modify calculated Grant and Response
types in runtime (#1059).

github.com/doorkeeper-gem/doorkeeper - 41d185cc1a71b5e599c780e07e7d6afc8d2b92a3 authored almost 7 years ago by Nikita Bulai <[email protected]>
Fix #1002: no default scopes for App with scopes

Check Application scopes for Password Grant type if it present, but
request scopes are blank.

github.com/doorkeeper-gem/doorkeeper - 54e31599e1d12773741483e56d6212efacc43c21 authored almost 7 years ago by Nikita Bulai <[email protected]>
Merge pull request #1056 from rishabhsairawat/master

Adds failing test for password grant when application scopes are present and no scope is passed

github.com/doorkeeper-gem/doorkeeper - d534deb070ced30bc2198b384a8d10624fc93865 authored almost 7 years ago by Nikita Bulai <[email protected]>
Adds failed test for password grant when application scopes are present

github.com/doorkeeper-gem/doorkeeper - 4d0ff20454c1c8d052e89b606c96ce445f4ce53f authored almost 7 years ago by Rishabh Sairawat <[email protected]>
Refactor `Doorkeeper::Request`

Refactor `Doorkeeper::Request` from module_function to class methods.
Improve documentation.

github.com/doorkeeper-gem/doorkeeper - f20136fe958757a3cb05e8da1607e2632cfcb220 authored almost 7 years ago by Nikita Bulaj <[email protected]>
Merge pull request #1054 from f3ndot/patch-2

Add #1053 to NEWS

github.com/doorkeeper-gem/doorkeeper - 1e7d5ef24037c0a61591260e14f3e9fd183f884b authored almost 7 years ago by Nikita Bulai <[email protected]>
Add #1053 to NEWS

github.com/doorkeeper-gem/doorkeeper - dced37a32281bb7c76a8a21791ad7d3f5af1943d authored almost 7 years ago by Justin Bull <[email protected]>
Merge pull request #1053 from f3ndot/support-redirect_uris-with-query

Support redirect_uri's with registered query param(s)

github.com/doorkeeper-gem/doorkeeper - e130f8c7243e9de385cc8fa7a98fa2a200da00c7 authored almost 7 years ago by Nikita Bulai <[email protected]>
Refactor enforcing configured scopes

Refactor enforcing of application scopes to configured on the server.
Change I18n message, impro...

github.com/doorkeeper-gem/doorkeeper - 02a7def25d190140b98e51cecfe3619cd0058907 authored almost 7 years ago by Nikita Bulai <[email protected]>
Merge pull request #1010 from talklittle/validate-application-scopes-configured

Configuration to enforce application scopes

github.com/doorkeeper-gem/doorkeeper - 829772b1da07495a405c7f4e23e1bff3274a9940 authored almost 7 years ago by Nikita Bulai <[email protected]>
Support redirect_uri's with registered query param(s)

This amends the URIChecker to allow authorization for requests that contain query params. The qu...

github.com/doorkeeper-gem/doorkeeper - 5daed28587c9c82297f57f1440fe1ef9f34ea5d2 authored almost 7 years ago by Justin Bull <[email protected]>
Code cleanup & refactoring, part 2

github.com/doorkeeper-gem/doorkeeper - 1a79cb21ad67306af4d742c99987b02d90791969 authored almost 7 years ago by Nikita Bulai <[email protected]>
#882: check if matching token is accessible

github.com/doorkeeper-gem/doorkeeper - c87b13c363073d4a06bada2ee2efd979b6329090 authored almost 7 years ago by Nikita Bulai <[email protected]>
Code clean & refactoring

github.com/doorkeeper-gem/doorkeeper - 71c92a0f3a093a6b0bc511c5fdbcecd1aae3ee89 authored almost 7 years ago by Nikita Bulai <[email protected]>
Merge pull request #1052 from talklittle/fix-generate-confidential

Fix NameError with confidential apps generator

github.com/doorkeeper-gem/doorkeeper - 5742d3e77f897cc70b4cdc7fb4b94950eba873fa authored almost 7 years ago by Nikita Bulai <[email protected]>
Fix NameError with confidential apps generator

github.com/doorkeeper-gem/doorkeeper - 75053d68063cc69886a8db2e2ff2c6530833b562 authored almost 7 years ago by Andrew Shu <[email protected]>
Configuration to enforce application scopes

github.com/doorkeeper-gem/doorkeeper - bcb29d38d57b72ea3572adad854762d6a521b0ae authored almost 7 years ago by Andrew Shu <[email protected]>
Merge pull request #1051 from f3ndot/patch-1

Add #1031 to news

github.com/doorkeeper-gem/doorkeeper - fbae50b0b9233779c3222070ad944295f3a1acc3 authored almost 7 years ago by Nikita Bulai <[email protected]>
Add #1031 to news

github.com/doorkeeper-gem/doorkeeper - 1791f6b6aa4c3296b06e852347bf58bff7dcad84 authored almost 7 years ago by Justin Bull <[email protected]>
Add generator for Confidential Apps

Add rails generator that will create migration file to introduce
`confidential` column for Appli...

github.com/doorkeeper-gem/doorkeeper - aeec1d9b570a3c9469282d389c954046be580bac authored almost 7 years ago by Nikita Bulai <[email protected]>
Merge pull request #1031 from f3ndot/support-app-confidentiality

Allow public clients to authenticate without client_secret

github.com/doorkeeper-gem/doorkeeper - 2825db51f4ae754b5e1188a288f22fd36509895d authored almost 7 years ago by Nikita Bulai <[email protected]>
[ci skip] Doorkeeper initializer improvements

github.com/doorkeeper-gem/doorkeeper - 03ec91ec77fab8f7cec6be3b089753799d882e3e authored almost 7 years ago by Nikita Bulai <[email protected]>
Merge pull request #1049 from rishabhsairawat/master

Adds custom expiration time based on grant type

github.com/doorkeeper-gem/doorkeeper - 55439ee57e42c9bd454791b5913145aa3bcd0db6 authored almost 7 years ago by Nikita Bulai <[email protected]>
Adds custom expiration time based on grant type

github.com/doorkeeper-gem/doorkeeper - 62fd33b232ddfc868ca70d6bbce9ceb68e8b754e authored almost 7 years ago by Rishabh Sairawat <[email protected]>
Allow public clients to authenticate without client_secret

Add Application#confidential

Add dummy migration for Application#confidential

Because Dummy ap...

github.com/doorkeeper-gem/doorkeeper - de4618cda253a90b9b1f68b79fa3016c93366793 authored almost 7 years ago by Justin Bull <[email protected]>
[ci skip] Fix README

github.com/doorkeeper-gem/doorkeeper - 8ec5714f604558d1db48bbb7bd7d36b65208b178 authored almost 7 years ago by Nikita Bulaj <[email protected]>
Merge pull request #1048 from doorkeeper-gem/clear_deprecated

Remove deprecated methods and clean dead code

github.com/doorkeeper-gem/doorkeeper - 33465e1073f23b76040f8faaac8f62a09430a97e authored almost 7 years ago by Nikita Bulai <[email protected]>
Remove deprecated methods and clean dead code

* Remove deprecated configuration methods
* Clean ScopeChecker from the dead code
* Refactor Aut...

github.com/doorkeeper-gem/doorkeeper - 1d240c3cfdfc0acdd7bfd8f2a115e3ca47cc26da authored almost 7 years ago by Nikita Bulaj <[email protected]>
[ci skip] Abbr for PKCE

github.com/doorkeeper-gem/doorkeeper - 22147018b11dcfa4f5353c1305c5807f6ce9e066 authored almost 7 years ago by Nikita Bulai <[email protected]>
Merge pull request #1037 from x-ion-de/pkce

Implement PKCE

github.com/doorkeeper-gem/doorkeeper - 4b42e9d9fd06bf34308e3184e298f34aa9ac1d10 authored almost 7 years ago by Nikita Bulai <[email protected]>
Improve docs for API only mode

* Add missing NEWS.md entry
* Add description for API option in initializer
* Minor code changes

github.com/doorkeeper-gem/doorkeeper - 54e8345d4f1b797047bbaecca71cbb17b30fecfa authored almost 7 years ago by Nikita Bulai <[email protected]>
- merged work of Ross Sharrott into one commit

- fixed issue about code_challenge in redirect_uri
- ensured, doorkeeper is still working, althou...

github.com/doorkeeper-gem/doorkeeper - 2833eeed725c7c5dcfa53946dc424c108588d3d8 authored almost 7 years ago by Bente Pieck <[email protected]>
Merge pull request #1045 from kymmt90/validate-native-redirect-uri-when-making-auth-code-request

Validate redirect_uri as the native URI when making authorization code requests

github.com/doorkeeper-gem/doorkeeper - 6d4ca30a8e9d10b5566601cacc4339bde2608f20 authored almost 7 years ago by Nikita Bulai <[email protected]>
Merge pull request #992 from Borzik/rails-api-support

Rails API support

github.com/doorkeeper-gem/doorkeeper - ba374aaec7c031a2ae9695e6a5e097551a8d92c0 authored almost 7 years ago by Nikita Bulai <[email protected]>
Validate redirect_uri as the native URI when making authorization code requests

github.com/doorkeeper-gem/doorkeeper - cdeea9d13f3a369c40935765c161ce02b236e619 authored almost 7 years ago by Kohei Yamamoto <[email protected]>
implement api_mode

github.com/doorkeeper-gem/doorkeeper - 00fc9549109ca9a2401b2e0af8046b24cd280b02 authored almost 7 years ago by Felix Borzik <[email protected]>
[ci skip] Fix changelog

github.com/doorkeeper-gem/doorkeeper - 8c337517cfde1237d5a1521b88e9bca364b210e1 authored almost 7 years ago by Nikita Bulai <[email protected]>
Merge pull request #907 from toupeira/bug/scope-checking

Fix lookup for matching tokens when application has additional scopes

github.com/doorkeeper-gem/doorkeeper - 50312ffe41121dfbe58b59cf4120a739f97ba5bc authored almost 7 years ago by Nikita Bulai <[email protected]>
[ci skip] Add testing section to README

github.com/doorkeeper-gem/doorkeeper - 2cd40599ea56b8e9d21103e0fb15d9b1228d9854 authored almost 7 years ago by Nikita Bulai <[email protected]>
[ci skip] Update NEWS to release new version

github.com/doorkeeper-gem/doorkeeper - 4a0f68c0b89d3c8ca9007915c8d8e8b4c1e01d08 authored almost 7 years ago by Nikita Bulai <[email protected]>
#1044: refactor code

Move Orderable mixin under main models mixins.

github.com/doorkeeper-gem/doorkeeper - 07d155590512cdfed696683ccf222fbf30d47e6c authored almost 7 years ago by Nikita Bulai <[email protected]>
Fix #1044: move #ordered_by method to concern

Remove BaseRecord for AR models and move #ordered_by method to concerns
so anyone who patches de...

github.com/doorkeeper-gem/doorkeeper - de560c2e9a5bd8c940cb77d39f3c0b7b53f3688a authored almost 7 years ago by Nikita Bulai <[email protected]>
Fix lookup for matching tokens when application has additional scopes

github.com/doorkeeper-gem/doorkeeper - ee7fa7b8fa20e7c14e31d48638ab5e1c328cbc9a authored almost 7 years ago by Markus Koller <[email protected]>
[ci skip] Add missed changelog entry

github.com/doorkeeper-gem/doorkeeper - 0be34a2cca08ce757295cbffef788b564a8bafc4 authored almost 7 years ago by Nikita Bulai <[email protected]>
Refactor BaseRequest callbacks into configurable lambdas (#1032)

* Refactor #1001 into configurable lambdas

* [Lint] Lines too long

github.com/doorkeeper-gem/doorkeeper - f03fec453e4a4a40327b41023215a7d26883a40c authored almost 7 years ago by Justin Bull <[email protected]>
[ci skip] Re-structured and updated README

Update some sections, add more extensions, links to wiki, other
README improvements and fixes.

github.com/doorkeeper-gem/doorkeeper - bb3c0f343831f6265a1c6ed957838e4061be36f9 authored almost 7 years ago by Nikita Bulaj <[email protected]>
[ci skip] Close #1041: fix 4.2.6 changelog

github.com/doorkeeper-gem/doorkeeper - a77460f570aeb29ab41228eb7fcc7ae0cf874638 authored almost 7 years ago by Nikita Bulai <[email protected]>
Merge pull request #1040 from doorkeeper-gem/orm_improvements

Make mixins & models more independent

github.com/doorkeeper-gem/doorkeeper - 62289ad49f423cadbfbf1435ffd0046b71fc0ea3 authored almost 7 years ago by Nikita Bulai <[email protected]>
Make mixins & models more independent

Clear mixins from ActiveRecord DSL and save only overridable API. It
allows to use this mixins i...

github.com/doorkeeper-gem/doorkeeper - a42f9e744d56994044758ae86cca411b4eea85d9 authored almost 7 years ago by Nikita Bulai <[email protected]>
[ci skip] Update issues GH template

github.com/doorkeeper-gem/doorkeeper - bc47ac283c857d9ffe3d36cf498a4341a6382893 authored almost 7 years ago by Nikita Bulaj <[email protected]>
Fix #1038: update contact for security issues

github.com/doorkeeper-gem/doorkeeper - d5e21aca3ae53f52abc8f93e9a0d97c157dfee4e authored almost 7 years ago by Nikita Bulaj <[email protected]>
Merge pull request #1039 from f3ndot/issue-1002

Add passing specs for default scopes in password grant

github.com/doorkeeper-gem/doorkeeper - 7530777c3742c1344db9d0ce7c0cd38f7f26e85e authored almost 7 years ago by Nikita Bulai <[email protected]>
Add specs to test potential bug #1002

github.com/doorkeeper-gem/doorkeeper - cf2a6f542f84fb1a398aba64b6fb35a88d0bef6a authored almost 7 years ago by Justin Bull <[email protected]>
Merge pull request #976 from misoca/fix-when-native-redirect-uri-first-in-multiple-redirect-uri

Fix to invalidate the second redirect URI when the first URI is the native URI

github.com/doorkeeper-gem/doorkeeper - 644d2ceb41411b9b320a6c8ee769762b37deba01 authored almost 7 years ago by Nikita Bulai <[email protected]>
invalidates the second uri when the first uri is native uri

github.com/doorkeeper-gem/doorkeeper - da1116f2f51075fe007743994e15e1b094a7088b authored almost 7 years ago by Eito Katagiri <[email protected]>
Merge pull request #1035 from f3ndot/handle-array

Allow Application#redirect_uri= to handle array of URIs

github.com/doorkeeper-gem/doorkeeper - 803a31f0f203f667acca6b5879a878408f718a77 authored almost 7 years ago by Nikita Bulai <[email protected]>
Allow Application#redirect_uri= to handle array of URIs

Add entry to NEWS.md

github.com/doorkeeper-gem/doorkeeper - 7bae2e60408898b960e709d2592fd2caabe265e7 authored almost 7 years ago by Justin Bull <[email protected]>
Close #1036: forbid redirect URI's

Allow to forbid Application redirect URI's with specific rules
during creation. This allows to a...

github.com/doorkeeper-gem/doorkeeper - 3756ec228981660983adeccf2867c445c78a001a authored almost 7 years ago by Nikita Bulaj <[email protected]>
Change the way of testing #ordered_by ORM method

github.com/doorkeeper-gem/doorkeeper - 9aac23124b7d600031f8f77116bbf13897ebbc6d authored almost 7 years ago by Nikita Bulaj <[email protected]>
Check Redirect URI to allow custom schemas for apps

github.com/doorkeeper-gem/doorkeeper - 73c954978c05a2098e3ec69ac8a3d35e312feda0 authored almost 7 years ago by Nikita Bulaj <[email protected]>
Refactor ApplicationsController and deprecation

* Use class method for ordering
* Make deprecation message more informative

github.com/doorkeeper-gem/doorkeeper - 540cb18139e1154c193b238435a149a828b24632 authored almost 7 years ago by Nikita Bulaj <[email protected]>
Improve Doorkeeper specs, remove dead code

* Remove unused ORM methods
* Improve Doorkeeper config default values
* Remove unnecessary Door...

github.com/doorkeeper-gem/doorkeeper - a4b2be76608953bcb656c49d567097ba3ca38dab authored almost 7 years ago by Nikita Bulaj <[email protected]>
Fix #716: Improve invalid_redirect_uri error desc

Improve invalid_redirect_uri error description with more informative
text. Improve specs.

github.com/doorkeeper-gem/doorkeeper - ac9bf8d228e4577beea54a67120fc04dcdb422dd authored almost 7 years ago by Nikita Bulaj <[email protected]>
Sort applications by created_at (#1029)

Add base ActiveRecord class with `#ordered_by` method for ORMs.

Add applications ordering by ...

github.com/doorkeeper-gem/doorkeeper - 08ce202fc39cd95d410ed5b7cba40c6bce980d66 authored almost 7 years ago by Travis Hunter <[email protected]>
[ci skip] Update YARDocs for Doorkeeper config

github.com/doorkeeper-gem/doorkeeper - e69c126285aae51331c4ba4daa59bac8fd4a77c5 authored almost 7 years ago by Nikita Bulaj <[email protected]>
Merge pull request #1033 from doorkeeper-gem/force_ssl_redirect_uri_callable

Allow #force_ssl_in_redirect_uri to be callable

github.com/doorkeeper-gem/doorkeeper - 4fd8ef266c996b346f71c2b6c5161fc838f34bdc authored almost 7 years ago by Nikita Bulai <[email protected]>
Allow #force_ssl_in_redirect_uri to be callable

Allow Doorkeeper configuration option #force_ssl_in_redirect_uri to
be a callable object (proc, ...

github.com/doorkeeper-gem/doorkeeper - a28df128a117d18e75036b0b76198bf1cf82fa21 authored almost 7 years ago by Nikita Bulaj <[email protected]>
[ci skip] Bump Doorkeeper version

github.com/doorkeeper-gem/doorkeeper - 4ea1fa18a43a5179f93702328353101ac01b83ef authored almost 7 years ago by Nikita Bulaj <[email protected]>
Have strategy requests all invoke BaseRequest's callbacks (#1001)

* Have BaseRequest subclasses invoke super on callbacks

This makes the BaseRequest#before_suc...

github.com/doorkeeper-gem/doorkeeper - 4ad945871ff0378980042416b9418962b6cb8e0b authored almost 7 years ago by Justin Bull <[email protected]>
Code refactoring

* Use public_send instead of private send
* Remove dead code from Doorkeeper config
* Place same...

github.com/doorkeeper-gem/doorkeeper - 5cd167240ad841e960ede466a4dd987155dd6c62 authored almost 7 years ago by Nikita Bulaj <[email protected]>
Don't load every Token model in memory on revoke

Performance improvement: no need to load all the Access Tokens on
revoke action for Application ...

github.com/doorkeeper-gem/doorkeeper - 324e668af19d2eec64d351a8aed0afa35c0211bf authored almost 7 years ago by Nikita Bulaj <[email protected]>
Merge pull request #1028 from nashby/fix/composit-strategy-name

Make it possible to have composit strategy names.

github.com/doorkeeper-gem/doorkeeper - 50b3fbeedf5f4e1dda09a4dd1ed9fe76837cfa51 authored almost 7 years ago by Nikita Bulai <[email protected]>
Make it possible to have composit strategy names.

This fix is needed for https://github.com/doorkeeper-gem/doorkeeper-openid_connect since
it's po...

github.com/doorkeeper-gem/doorkeeper - b87a28a0fd50321c05a286b7947b299eb6afa674 authored almost 7 years ago by Vasiliy Ermolovich <[email protected]>
Fix Grape integration & add Grape specs

github.com/doorkeeper-gem/doorkeeper - 11b99daab8d5c5e708726e5e26645cbf35f107fc authored almost 7 years ago by Nikita Bulaj <[email protected]>
Merge pull request #1027 from doorkeeper-gem/lazy_load_activerecord

Fix #913: Deferred ORM (ActiveRecord) models loading

github.com/doorkeeper-gem/doorkeeper - 0e1cc9606b82f5fda8363d79a8955e727e761c7d authored almost 7 years ago by Nikita Bulai <[email protected]>
Fix #913: Deferred ORM (ActiveRecord) models loading

github.com/doorkeeper-gem/doorkeeper - 9170e5b48565add2e5f85c48344a7986bd39a54e authored almost 7 years ago by Nikita Bulaj <[email protected]>
Fix #943: proper Access Token value generation

Fix Access Token value generation when certain errors occur in custom
token generator class.

github.com/doorkeeper-gem/doorkeeper - 384983e04078f6e7e9b9eccc1e41dc7b295eff34 authored almost 7 years ago by Nikita Bulaj <[email protected]>
Improve documentation for adding foreign keys (#1025)

Add explanation about necessity to define relations when adding foreign keys.

* Improve docum...

github.com/doorkeeper-gem/doorkeeper - d68543e3eb804f68b1920762ad0a83b249371d98 authored almost 7 years ago by Fabian Schwahn <[email protected]>
Merge pull request #1026 from doorkeeper-gem/token_introspection

Implement RFC7662 - OAuth 2.0 Token Introspection

github.com/doorkeeper-gem/doorkeeper - ad833b7d0c572b6e34956b4926f5d2feef802252 authored almost 7 years ago by Nikita Bulai <[email protected]>
Implement RFC7662 - OAuth 2.0 Token Introspection

* Implement OAuth token introspection
* Refactor code

github.com/doorkeeper-gem/doorkeeper - e98ce2edc0b37c83e317f2a02dfa486af5778520 authored almost 7 years ago by Nikita Bulaj <[email protected]>
Refactor some specs

github.com/doorkeeper-gem/doorkeeper - 92efa0cd9ae26a30a7d6e300df16c6caf5768d72 authored almost 7 years ago by Nikita Bulaj <[email protected]>
[ci skip] README update

github.com/doorkeeper-gem/doorkeeper - 489aa8f21996d6f97b2157a41301c7a5da9ee9f0 authored almost 7 years ago by Nikita Bulaj <[email protected]>
Test with Rails 5.2 RC1, fix master

github.com/doorkeeper-gem/doorkeeper - 342f88724ee95f130e060e54ef124d0ff89886fb authored almost 7 years ago by Nikita Bulaj <[email protected]>
Close #985: Generate valid migrations for Rails >= 5

Add migration versioning for migration templates if ActiveRecord greater
than 5.0. Add specs to ...

github.com/doorkeeper-gem/doorkeeper - e877ac6bff55e27ea1efedc84e19430e55c63e72 authored almost 7 years ago by Nikita Bulaj <[email protected]>
[ci skip] Add missed NEWS.md entry

github.com/doorkeeper-gem/doorkeeper - 7e72e1b6e4487f5612987d6d9546328395cf9e66 authored almost 7 years ago by Nikita Bulaj <[email protected]>
Merge pull request #972 from usertesting/dont-subclass-struct

Replace Struct subclassing with block-form initialization

github.com/doorkeeper-gem/doorkeeper - c69fdd384ddb798f88962a8c79d59f2653dc19fa authored almost 7 years ago by Nikita Bulai <[email protected]>
Merge pull request #920 from bekicot/specify-correct-wiki

Specify wiki pages from the way Client Credentials in doorkeeper initializer.

github.com/doorkeeper-gem/doorkeeper - 4a64caf7ae94dd1b40fd3c1258815482c14047bc authored almost 7 years ago by Nikita Bulai <[email protected]>
Improve specs in order to work with different ORM

Change specs queries with #last method in order to make MongoDB ORM/ODM
extensions for Doorkeepe...

github.com/doorkeeper-gem/doorkeeper - d43f1a2a61acbdae66c76b251c4299a3fa2ac13a authored almost 7 years ago by Nikita Bulaj <[email protected]>
Merge pull request #1003 from dv/make-native-auth-code-a-param

Make native redirect code a query param

github.com/doorkeeper-gem/doorkeeper - 328765c818cfe8824013e7365299400de44a31c3 authored almost 7 years ago by Nikita Bulai <[email protected]>