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

No need to specify namespace inside of modules.

* Gets rid of some redundant `self`s.
* Removes an empty method.

github.com/doorkeeper-gem/doorkeeper - 84f809aa98fcde3272d45e0381ebb6829df8f8f7 authored over 10 years ago by Tute Costa <[email protected]>
Update CHANGELOG. [ci skip]

github.com/doorkeeper-gem/doorkeeper - a35646c0c99d858966ba41f5f48a4053c19a6f8b authored over 10 years ago by Tute Costa <[email protected]>
Merge pull request #432 from znz/allow-query

Please allow to contain a query parameter for hybridauth.

github.com/doorkeeper-gem/doorkeeper - ad5b17e4d21b6bc1f596d20f47cbbf2b3f257aa6 authored over 10 years ago by Tute Costa <[email protected]>
allow to contain a query parameter

github.com/doorkeeper-gem/doorkeeper - 82e7f70519ceab688000953a5d7c908abf59f68c authored over 10 years ago by Kazuhiro NISHIYAMA <[email protected]>
Merge pull request #417 from edpaget/fix-todos-in-doorkeeper-for

Fix TODOs in the doorkeeper_for class

github.com/doorkeeper-gem/doorkeeper - 5f92eeb1015023b9eecc3b9954f23201788d9135 authored over 10 years ago by Tute Costa <[email protected]>
Remove duplicated valid_token? method

github.com/doorkeeper-gem/doorkeeper - 7b2734f4254086cea143426bd74ac34e49308e51 authored over 10 years ago by Edward Paget <[email protected]>
Fix a style error in specs

github.com/doorkeeper-gem/doorkeeper - dfde87330115713be63840f1655a6103f2bd8a86 authored over 10 years ago by Edward Paget <[email protected]>
Add specs for new methods in AccessToken and Scopes

adds test for includes_scope? acceptable?

github.com/doorkeeper-gem/doorkeeper - 36d9046863c8b98ea5d0ed13bf8339aefe4a9672 authored over 10 years ago by Edward Paget <[email protected]>
Resolves to TODOs in the doorkeeper for helper

Moves token validation from DoorkeeperFor class into the Access Token
class.

github.com/doorkeeper-gem/doorkeeper - 84a8f65e586531362df04b3447e3ac5448dd23c5 authored over 10 years ago by Edward Paget <[email protected]>
Use RequestConcern's implementation of scopes

github.com/doorkeeper-gem/doorkeeper - ede689140135593cce4f052839c4dae61670cbca authored over 10 years ago by Krzysztof Buszewicz <[email protected]>
Merge pull request #428 from edpaget/dryer-errors

DRY error response handling

github.com/doorkeeper-gem/doorkeeper - 2ed7292e07b504e096f8576aa7ee3b30c6bb3f3e authored over 10 years ago by Tute Costa <[email protected]>
DRY error response handling

github.com/doorkeeper-gem/doorkeeper - 8843b28e53d4ae8e87e0200420edfdfe067b7e56 authored over 10 years ago by Edward Paget <[email protected]>
Update CHANGELOG. [ci skip]

github.com/doorkeeper-gem/doorkeeper - 3a5eae992c8bab8380ba9fccb9e5018b9ed9fb05 authored over 10 years ago by Tute Costa <[email protected]>
Merge pull request #418 from edpaget/handle-forbidden

Requests with insufficient scope should respond 403 Forbidden

github.com/doorkeeper-gem/doorkeeper - fdc2eab07319400fc9dbdc667b1815a8edad03f7 authored over 10 years ago by Tute Costa <[email protected]>
Add Forbidden token response

This resolves isssue #243 by returning 403 Forbidden with a description
of the missing scopes wh...

github.com/doorkeeper-gem/doorkeeper - 8e40590c1713c22352a854de1a10fcb1cb021328 authored over 10 years ago by Edward Paget <[email protected]>
Fix path for specs rubocop rule

github.com/doorkeeper-gem/doorkeeper - 370134271989d0300fd209a7c73fba157c512f8a authored over 10 years ago by Tute Costa <[email protected]>
Don't need to enforce a string-quotes rule

github.com/doorkeeper-gem/doorkeeper - 794c7f7825324700438dccc0298042e608012dcf authored over 10 years ago by Tute Costa <[email protected]>
Merge pull request #427 from quetzaluz/feature/spec-expectation

- Adds missing expectations for a spec in protected_resources_controller_spec.rb

github.com/doorkeeper-gem/doorkeeper - 7e315cf6066a9f4b6421d5795af912e8940a929b authored over 10 years ago by Tute Costa <[email protected]>
- Adds missing expectations for a spec in protected_resources_controller_spec.rb

github.com/doorkeeper-gem/doorkeeper - 8bfec4d589d077493654a940cb97a50c9f475f49 authored over 10 years ago by Cyd La Luz <[email protected]>
Releasing version 1.3.1. [ci skip]

github.com/doorkeeper-gem/doorkeeper - 214dfecd477edc78277d277e4beeb3942472e729 authored over 10 years ago by Tute Costa <[email protected]>
Update CHANGELOG. README typo fix. [ci skip]

github.com/doorkeeper-gem/doorkeeper - 95877aa0ce9a4c959a83bab371c8d3061a2a4829 authored over 10 years ago by Tute Costa <[email protected]>
Merge pull request #425 from simonbnrd/fix-access_token_issue

Fix as_json method since application is not required for access_token

github.com/doorkeeper-gem/doorkeeper - a5557c5b599e42584c519d9dad289e87d49b306f authored over 10 years ago by Tute Costa <[email protected]>
Fix as_json method since application is not required for access_token

github.com/doorkeeper-gem/doorkeeper - 4c42c797639549c61663c4348c1c8ab6e23a4ade authored over 10 years ago by Simon Bonnard <[email protected]>
Merge pull request #415 from playon/openid_connect_extension

Extend Doorkeeper TokenResponse processing

github.com/doorkeeper-gem/doorkeeper - 92f2acd1b5292ebc6645615dcd88c6c5987adba7 authored over 10 years ago by Tute Costa <[email protected]>
Split RequestConcern#on_successful_authorization into before_successful_response and after_successful_response.

This change enables Doorkeeper to be extended by allowing the TokenResponse to be modified follo...

github.com/doorkeeper-gem/doorkeeper - 35b51edbab445b08e454dffcbc9c1a3d0dee926b authored over 10 years ago by Sam Dengler <[email protected]>
Application may be nil when using Password Credentials

[fixes #401]

github.com/doorkeeper-gem/doorkeeper - 25f7cb79e24e4f7f19e260c6528b2f01292e0f95 authored over 10 years ago by Tute Costa <[email protected]>
Merge pull request #413 from jasl/fix-issue-340

fix issue 340

github.com/doorkeeper-gem/doorkeeper - eb0bfe69e49d9b116b702084ec6b508035d23b54 authored over 10 years ago by Tute Costa <[email protected]>
and spaces around the curly braces

github.com/doorkeeper-gem/doorkeeper - 473f655667ad4d6a638de9eb98e9181e14d9a42e authored over 10 years ago by jasl <[email protected]>
Merge pull request #412 from supertinou/No_more_80_character_line_limit

Limit lines to 120 characters and not 80

github.com/doorkeeper-gem/doorkeeper - 509e1a97cdef43aeb95e9f2a84d7d406d06dcf24 authored over 10 years ago by Tute Costa <[email protected]>
Silent the Hound warnings about lines length for spec files

github.com/doorkeeper-gem/doorkeeper - 8b2b287b928329b8ad65fa759155022bb24a28c1 authored over 10 years ago by Martin Lagrange <[email protected]>
fix issue 340, but can't testing with dummy app. cause duplicate calling use_doorkeeper would conflict naming routes

github.com/doorkeeper-gem/doorkeeper - 81af82cd3007269070a679039dd15d22c4d82ba3 authored over 10 years ago by jasl <[email protected]>
Merge pull request #411 from jasl/clean_rspec_deprecations

Clean rspec deprecations

github.com/doorkeeper-gem/doorkeeper - f6e203f7ce3bf58475b98e5af2e0951c60643d70 authored over 10 years ago by Tute Costa <[email protected]>
upgrade too old development dependencies

github.com/doorkeeper-gem/doorkeeper - 03ce1cc9404df25e6d64f72eada44df0b1f5a99f authored over 10 years ago by jasl <[email protected]>
upgrade necessary development dependencies and remove all rspec deprecation tips

github.com/doorkeeper-gem/doorkeeper - eb771e1d43d11b3eeba39081bfcf25b513354c67 authored over 10 years ago by jasl <[email protected]>
Update CHANGELOG [ci skip]

github.com/doorkeeper-gem/doorkeeper - 851948f344b6336e0532670a275d9de516e91190 authored over 10 years ago by Tute Costa <[email protected]>
Merge pull request #409 from jasl/rename_test_redirect_uri

Rename test_redirect_uri to native_redirect_uri

github.com/doorkeeper-gem/doorkeeper - 851dd25c36eef9abc835d6646172ad20e958db12 authored over 10 years ago by Tute Costa <[email protected]>
Merge pull request #405 from stevenharman/add-facade-for-authenticating-a-request

Add a facade to more easily get token from request

github.com/doorkeeper-gem/doorkeeper - 56964fd5087a226f8b704ef324aae19726d723f3 authored over 10 years ago by Tute Costa <[email protected]>
Add a facade to more easily get token from request

If you wish to use Doorkeeper outside of a Rails controller you must dig
deep into the internals...

github.com/doorkeeper-gem/doorkeeper - 5e870e30dfcaee81f47ee87b394a22d137f15279 authored over 10 years ago by Steven Harman <[email protected]>
rename test_uri? to native_uri?

github.com/doorkeeper-gem/doorkeeper - 83672bc20da2cb9dd75a6e84b03b9cdd257e4d64 authored over 10 years ago by jasl <[email protected]>
fix dummy app crash with mongoid4

github.com/doorkeeper-gem/doorkeeper - 35df86d826f572674f026a5355e165a8243bb328 authored over 10 years ago by jasl <[email protected]>
add deprecated test_redirect_uri setter for compatibility

github.com/doorkeeper-gem/doorkeeper - 7a62322a4b2ab24224bd57733c35310b7653deea authored over 10 years ago by jasl <[email protected]>
rename test_redirect_uri to native_redierct_uri

github.com/doorkeeper-gem/doorkeeper - d2c9caa2cc2df0c2eacd9c9a75d91410ba8d7840 authored over 10 years ago by jasl <[email protected]>
Correct version of rspec (yay rspec 3!)

github.com/doorkeeper-gem/doorkeeper - 621f79bffe9193d44a70c8f99d3ee245cbb664fa authored over 10 years ago by Tute Costa <[email protected]>
Routes update in README

Related with https://github.com/doorkeeper-gem/doorkeeper/issues/365.

github.com/doorkeeper-gem/doorkeeper - 6b6375824c32c0b32df95f37dcf4c5730e591dba authored over 10 years ago by Tute Costa <[email protected]>
Merge pull request #406 from stevenharman/update-travis-configs

Update Rails and Bundler dependencies

github.com/doorkeeper-gem/doorkeeper - fa9ac28680c9490dea1bb369c5710bde51596970 authored over 10 years ago by Tute Costa <[email protected]>
Use Travis's default Bundler

Travis now runs Bundler 1.5.3 by default, so just let it go.

github.com/doorkeeper-gem/doorkeeper - 1b5046cee087684ea0a38499f219620bbb852cd6 authored over 10 years ago by Steven Harman <[email protected]>
Move to latest Rails releases for 3.1.x - 4.1.x

github.com/doorkeeper-gem/doorkeeper - 5ef1d115dfed0314dd2787a76f1edea64b36ebb1 authored over 10 years ago by Steven Harman <[email protected]>
Releasing version 1.3.0.

github.com/doorkeeper-gem/doorkeeper - a782bbf2a09c44ef3c5155ee007734b3b0f77601 authored over 10 years ago by Tute Costa <[email protected]>
Fix mongoid tests

github.com/doorkeeper-gem/doorkeeper - 27f307e0df170f8fb538a68ef26b6c8719a85803 authored over 10 years ago by Tute Costa <[email protected]>
Pass in only id when it's all we need

github.com/doorkeeper-gem/doorkeeper - 5b1d162185b5892aba136018fe820b76e5b28884 authored over 10 years ago by Tute Costa <[email protected]>
Style adjustments on AccessToken model

github.com/doorkeeper-gem/doorkeeper - 25d9b16e63888c7cc76fda4d0f606e4b52a88cc7 authored over 10 years ago by Tute Costa <[email protected]>
Code adjustments

github.com/doorkeeper-gem/doorkeeper - 1a15349d746813bf4f3d08734822e26ea6ac4bd0 authored over 10 years ago by Tute Costa <[email protected]>
DRY up doorkeeper/oauth/*_request.rb.

To better see similarities and differences across requests.

github.com/doorkeeper-gem/doorkeeper - 2b308a862ba8a172148cd25c74a7e5ce15f297d9 authored over 10 years ago by Tute Costa <[email protected]>
CHANGELOG update

github.com/doorkeeper-gem/doorkeeper - b4168851a364f7023f0882bd08483dcc77711f93 authored over 10 years ago by Tute Costa <[email protected]>
Implement uniqueness spec

github.com/doorkeeper-gem/doorkeeper - 5d7ca5d91651b38425c5e9527776ea9ce7d4bb13 authored over 10 years ago by Leif Gensert <[email protected]>
Merge pull request #387 from kenn/reuse_token

Add reuse_access_token option

github.com/doorkeeper-gem/doorkeeper - 33b6eedb2413ab827aaad0cb268de4ffc1cb4a02 authored over 10 years ago by Tute Costa <[email protected]>
Releasing version 1.2.0.

github.com/doorkeeper-gem/doorkeeper - 7c1c98389c4bb22235acebb23ab997cb96e448bf authored over 10 years ago by Tute Costa <[email protected]>
Merge pull request #295 from chitsaou/config-grant-flows

Only enable specific grant flows.

github.com/doorkeeper-gem/doorkeeper - 0ce32fff99d278be54384c2da189fe84f5c6d8eb authored over 10 years ago by Tute Costa <[email protected]>
Doorkeeper::OAuth::Helpers is no longer necessary for find_or_create.

github.com/doorkeeper-gem/doorkeeper - b28bcaf04b832abc80b00de76b519d683f6911aa authored over 10 years ago by Kenn Ejima <[email protected]>
Move the find_or_create method to Doorkeeper::AccessToken model.

github.com/doorkeeper-gem/doorkeeper - 13fb1e5bd8acbff59de7937bfa86536e86e7b8fa authored over 10 years ago by Kenn Ejima <[email protected]>
More on Ruby 1.9 style hash.

github.com/doorkeeper-gem/doorkeeper - 862f864a31b870cf52637795c428d0f49198f1f8 authored over 10 years ago by Kenn Ejima <[email protected]>
More on Ruby 1.9 style hash.

github.com/doorkeeper-gem/doorkeeper - 50353bbd3813d34e0c4f202105973aff6c89232d authored over 10 years ago by Kenn Ejima <[email protected]>
Fix more rebase issue.

github.com/doorkeeper-gem/doorkeeper - 3df025f89c0435d002b5c57a1f4d439ecd9c898e authored over 10 years ago by Kenn Ejima <[email protected]>
Fix the wrong application of rebase.

github.com/doorkeeper-gem/doorkeeper - 3cbfe54bcaefbef4682e46e63a233edf74cd8fe0 authored over 10 years ago by Kenn Ejima <[email protected]>
Add test for the default behavior without reuse_access_token.

github.com/doorkeeper-gem/doorkeeper - 4eb2c9c98b29804c6e7c200115ff8c02d4d5cd79 authored over 10 years ago by Kenn Ejima <[email protected]>
Move the config closer to access_token_expires_in.

github.com/doorkeeper-gem/doorkeeper - f1a78efcb849883b90febcf37e77ad11af69552d authored over 10 years ago by Kenn Ejima <[email protected]>
Use attr_reader for trivial reader methods.

github.com/doorkeeper-gem/doorkeeper - fc836093e3a031487a5dba627c2f55834b4e1c38 authored over 10 years ago by Kenn Ejima <[email protected]>
Undo unwanted rebase effect.

github.com/doorkeeper-gem/doorkeeper - 778d14fb16dec59ac15b60c641e7ce3e53cb8191 authored over 10 years ago by Kenn Ejima <[email protected]>
Add reuse_access_token option

github.com/doorkeeper-gem/doorkeeper - e8a150c2bd444a7eb941780e3e5a35b8e7d6bb50 authored over 10 years ago by Kenn Ejima <[email protected]>
Remove unnecessary line

github.com/doorkeeper-gem/doorkeeper - d5c88159770bb0e7d664afdd060301df8af13e46 authored over 10 years ago by Kenn Ejima <[email protected]>
completely turn off disabled strategies on token endpoint (see note)

Note: I'm not sure whether this is necessary, as there is already a
validation in Doorkeeper::Re...

github.com/doorkeeper-gem/doorkeeper - c7654f25d3792378c9432feb2e5535397c88e3ad authored over 10 years ago by Yu-Cheng Chuang <[email protected]>
check for available strategies before processing on endpoints

github.com/doorkeeper-gem/doorkeeper - bd4a8e436598f880d2a3db7a407ef24f47df47f3 authored over 10 years ago by Yu-Cheng Chuang <[email protected]>
Hint default grant flows in initializer template

github.com/doorkeeper-gem/doorkeeper - ea9803b065f11d70634ed949d892c2cd6932d928 authored over 10 years ago by Yu-Cheng Chuang <[email protected]>
add configuration "grant_flows"

defaults to all grant flows + 'refresh_token'

github.com/doorkeeper-gem/doorkeeper - b80fd2b44c2bf5dc118964ab607b6695500e6f2c authored over 10 years ago by Yu-Cheng Chuang <[email protected]>
test that refresh_token request returns unsupported_grant_type error when it is not enabled explicitly.

github.com/doorkeeper-gem/doorkeeper - 14f3e3a6a9c882eabd64f6359865e2196ea1bc08 authored over 10 years ago by Yu-Cheng Chuang <[email protected]>
CHANGELOG update [ci skip]

github.com/doorkeeper-gem/doorkeeper - d0f86e657fd8c50d21e2594328be055e97585d83 authored over 10 years ago by Tute Costa <[email protected]>
Merge pull request #390 from simonbnrd/code-cleanup

Style adjustments.

github.com/doorkeeper-gem/doorkeeper - 310254e92c609ca546c078a9418836f33831dafd authored over 10 years ago by Tute Costa <[email protected]>
Use module_function instead of extending self

github.com/doorkeeper-gem/doorkeeper - fa6028b47cd0a1ec40c6933b013c47bc66c87439 authored over 10 years ago by Simon Bonnard <[email protected]>
Use LOAD_PATH instead of $:

github.com/doorkeeper-gem/doorkeeper - b122ac38952c608ab5df2f96b1943c25ad3f90c9 authored over 10 years ago by Simon Bonnard <[email protected]>
Fix multi-line blocks syntax and introduce lambda literal syntax

github.com/doorkeeper-gem/doorkeeper - 6dec5c5e8b840d86f6dea6a404aa6eb0c3a7c582 authored over 10 years ago by Simon Bonnard <[email protected]>
Use fail instead of raise to signal exceptions

github.com/doorkeeper-gem/doorkeeper - 6a12b7482461df4823de1b9c8f7ff275e8a0b505 authored over 10 years ago by Simon Bonnard <[email protected]>
Fixe some style.

github.com/doorkeeper-gem/doorkeeper - 0081ca7b2b7f40a97a127f0a9a90a53aa102f90d authored over 10 years ago by Simon Bonnard <[email protected]>
Remove a non-ascii symbol in comment

github.com/doorkeeper-gem/doorkeeper - 27183bb3c290d25ecfe37dd011625d7ad34212a8 authored over 10 years ago by Simon Bonnard <[email protected]>
Use %w for array of words

github.com/doorkeeper-gem/doorkeeper - bb09b8c8841d721d1d3edb41c47ff30da5c5c171 authored over 10 years ago by Simon Bonnard <[email protected]>
Use Rails.logger instead of writing to stdout

github.com/doorkeeper-gem/doorkeeper - 73fee6d27240bc75957d363e0cfc0f3d15a44e5d authored over 10 years ago by Simon Bonnard <[email protected]>
Fix litterals delimiters

github.com/doorkeeper-gem/doorkeeper - aad8b352ab507f4f06e7e6fc203ca6b240fd40bb authored over 10 years ago by Simon Bonnard <[email protected]>
Remove useless commas

github.com/doorkeeper-gem/doorkeeper - 6cb5838af2789f57ab49dcbcde532e6e970d97a5 authored over 10 years ago by Simon Bonnard <[email protected]>
Remove redundant returns

github.com/doorkeeper-gem/doorkeeper - 557b6255a4f569a4e3242e3bed13310634f6a396 authored over 10 years ago by Simon Bonnard <[email protected]>
Remove redundant curly braces around hash parameters

github.com/doorkeeper-gem/doorkeeper - 0c7a09453994aad495f0a09ffcf1c46b73632a99 authored over 10 years ago by Simon Bonnard <[email protected]>
Fix some indentation issues

github.com/doorkeeper-gem/doorkeeper - 73ddb981a7b8cf33c82e8cf55170ce43fcaf02a0 authored over 10 years ago by Simon Bonnard <[email protected]>
Use single-quotes when string interpolation is not needed

github.com/doorkeeper-gem/doorkeeper - 59dcd2ffb0b1fea647a09227a4d8f0da4382510a authored over 10 years ago by Simon Bonnard <[email protected]>
Update to Ruby 1.9 hash syntax

github.com/doorkeeper-gem/doorkeeper - e1f8c54cc4e03ce5aeeb799e1daa089e46329253 authored over 10 years ago by Simon Bonnard <[email protected]>
Travis Ruby 2.1 fix

https://github.com/travis-ci/travis-ci/issues/2220

github.com/doorkeeper-gem/doorkeeper - f822a6f306cf624413ffb78a158dce8a12bfaf23 authored over 10 years ago by Tute Costa <[email protected]>
Little *Request code adjustments

* Don't include unneeded files.
* Implement some rubocop suggestions.
* Edit them so they look m...

github.com/doorkeeper-gem/doorkeeper - 6ba3f21d1b7af09c8dea993aa5658eebdb4531d2 authored over 10 years ago by Tute Costa <[email protected]>
Merge pull request #384 from damien/patch-1

Remove non-ASCII char from initializer template

github.com/doorkeeper-gem/doorkeeper - c931f3270b938cbf599269330f487982f1710df1 authored over 10 years ago by Tute Costa <[email protected]>
Remove non-ASCII char from initializer template

Upon installing Doorkeeper I got a warning from my linter that there were non-ASCII characters i...

github.com/doorkeeper-gem/doorkeeper - 7343de6a70a3ecafe859f98ccbee4dc07c79939b authored over 10 years ago by Damien Wilson <[email protected]>
Merge pull request #374 from ifeelgoods/allow_to_revoke_a_token

Token revocation implementation [RFC 7009]

github.com/doorkeeper-gem/doorkeeper - 309c1d710d317225770e848a41d39f8a605a8a62 authored over 10 years ago by Tute Costa <[email protected]>
Remove some code offenses

github.com/doorkeeper-gem/doorkeeper - fa1a6d39ba66a2aba703f96c20ce783dcef6bf1d authored over 10 years ago by Martin Lagrange <[email protected]>