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

Refactor and complete the #same_credential test (2)

github.com/doorkeeper-gem/doorkeeper - e02f2be5e8268c0f366ac7925c1802c523ca0919 authored over 10 years ago by Martin Lagrange <[email protected]>
Token revocation implementation [RFC 7009]

github.com/doorkeeper-gem/doorkeeper - c99addf128c6d8f8def69f6fc4bc37be24fcf18d authored over 10 years ago by Martin Lagrange <[email protected]>
Rewrite #revoke_token to be compatible with Mongoid

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

github.com/doorkeeper-gem/doorkeeper - 68b4da5039db71541782bf8708f73ac38ca98924 authored over 10 years ago by Martin Lagrange <[email protected]>
Test the token revocation flow

github.com/doorkeeper-gem/doorkeeper - 2e7fe9ebc6c15e516371bfc5d775c130ca71830e authored over 10 years ago by Martin Lagrange <[email protected]>
Refactor and complete the #same_credential test

github.com/doorkeeper-gem/doorkeeper - 834611a6f939870ecfd325198b0a2c721f384f3b authored over 10 years ago by Martin Lagrange <[email protected]>
Always respond HTTP Status 200

github.com/doorkeeper-gem/doorkeeper - 098c646e025b4adfa75536fdd568b0ac9ec94583 authored over 10 years ago by Martin Lagrange <[email protected]>
Refactor revoke token flow specs

github.com/doorkeeper-gem/doorkeeper - d77778772e9e9a4d1d366ee45952447ae2429050 authored over 10 years ago by Martin Lagrange <[email protected]>
Refactoring of #same_credential? and tests

github.com/doorkeeper-gem/doorkeeper - 897ff7630da3789c6c350e51d763d0f7cc5597f8 authored over 10 years ago by Martin Lagrange <[email protected]>
Does not use the token_type_hint logic anymore

github.com/doorkeeper-gem/doorkeeper - d97780d1468a0538595c04b9ff99b42f6c834fa3 authored over 10 years ago by Martin Lagrange <[email protected]>
Restrict the token params to be only passed in the POST request body.

github.com/doorkeeper-gem/doorkeeper - 7f985efd134644e784fbd2e9e5a948f970bd61d3 authored over 10 years ago by Martin Lagrange <[email protected]>
Test the same_credential? method

github.com/doorkeeper-gem/doorkeeper - 9becdddb1de3f6c4f7fd9669ed7a576a65cef3a0 authored over 10 years ago by Martin Lagrange <[email protected]>
Add revocation token endpoint url helper

github.com/doorkeeper-gem/doorkeeper - 584103efda56d7a16721372d83673b332d289772 authored over 10 years ago by Martin Lagrange <[email protected]>
Implementation of the RFC 7009 - Token Revocation

Update revoke action acording to the RFC009

Move same credential? method in the access token model

github.com/doorkeeper-gem/doorkeeper - 5056e9be47ac84c9a43f1946575e2b409a145d3f authored over 10 years ago by Martin Lagrange <[email protected]>
Travis badge points to new repo location

github.com/doorkeeper-gem/doorkeeper - 2b80c66661b7d18ba7f7e3ec5c3d4ef5cf5ad2f3 authored over 10 years ago by Tute Costa <[email protected]>
README formatting

github.com/doorkeeper-gem/doorkeeper - 82f33aefe0e78217e4cbe2df44944bfa1e1eb6f9 authored over 10 years ago by Tute Costa <[email protected]>
Repo transferred to doorkeeper-gem org.

https://github.com/applicake
->
https://github.com/doorkeeper-gem

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

github.com/doorkeeper-gem/doorkeeper - 0f1c47e9527a26c53dc954e9bfffa43f8189e768 authored over 10 years ago by Tute Costa <[email protected]>
Merge pull request #381 from kenn/locale_source_fix

Fix template source for locale

github.com/doorkeeper-gem/doorkeeper - 311c270146a443bc3a1a8fd41cee176ef036808d authored over 10 years ago by Tute Costa <[email protected]>
Do not mess up template source for locale. Refs #378

github.com/doorkeeper-gem/doorkeeper - ccf838a5d144f3c4daf32eb603e9804127007ef3 authored over 10 years ago by Kenn Ejima <[email protected]>
Merge pull request #380 from ffortin/master

Renames errors_for to doorkeeper_errors_for

github.com/doorkeeper-gem/doorkeeper - 85570da3d19131271a1637ce24cedc4f121204ec authored over 10 years ago by Tute Costa <[email protected]>
Merge pull request #376 from macb/master

Support Basic authorization for access tokens

github.com/doorkeeper-gem/doorkeeper - 0c0c684a27b423c28afdd41bd85674acc3d192ab authored over 10 years ago by Tute Costa <[email protected]>
Renames errors_for to doorkeeper_errors_for

github.com/doorkeeper-gem/doorkeeper - ce375ef95f689e7b49f8bd05696a2421871a0da2 authored over 10 years ago by Francois Fortin <[email protected]>
Start a 1.2.0 changelog, add Basic authorization to it.

github.com/doorkeeper-gem/doorkeeper - 112332dfa4bc110350176fd7c7fc54f066add749 authored over 10 years ago by Mac Browning <[email protected]>
Add Basic authentication support.

github.com/doorkeeper-gem/doorkeeper - 2af72be4633f4b16dd2b52c8f5495813ebe5c267 authored almost 11 years ago by Mac Browning <[email protected]>
README/CHANGELOG updates

[ci skip]

github.com/doorkeeper-gem/doorkeeper - cc9fa8a1b1b74ab50d542db186e9501e92d479b4 authored almost 11 years ago by Tute Costa <[email protected]>
Releasing version 1.1.0.

github.com/doorkeeper-gem/doorkeeper - 02a86b5c2fd73be274c112efa51d333fc73296b8 authored almost 11 years ago by Tute Costa <[email protected]>
CHANGELOG upgrade

github.com/doorkeeper-gem/doorkeeper - 114e2ee7ddc252ff34d12ce131784e23a1d795d1 authored almost 11 years ago by Tute Costa <[email protected]>
Tiny style adjustments

github.com/doorkeeper-gem/doorkeeper - 294b5a7525a09cb0731a904eb457f6cec445d488 authored almost 11 years ago by Tute Costa <[email protected]>
Merge pull request #372 from idlecool/master

honour table_name_prefix in active_record models

github.com/doorkeeper-gem/doorkeeper - f301d6e79b95ec3ceafa25ab64cae1e758952a53 authored almost 11 years ago by Tute Costa <[email protected]>
ask travis-ci to build with table_name_(prefix|suffix)

github.com/doorkeeper-gem/doorkeeper - 135de01900a1950431a5138b3a6a5286571b8679 authored almost 11 years ago by Shiv Deepak <[email protected]>
add support for testing table_name_(prefix|suffix)

github.com/doorkeeper-gem/doorkeeper - ec86daabab1df53e2075458f68273fd5f91b18ce authored almost 11 years ago by Shiv Deepak <[email protected]>
adding active_record.table_name_suffix support

github.com/doorkeeper-gem/doorkeeper - ce448a5bbcd8f06e48f373f3ab593ecdce1f2aec authored almost 11 years ago by Shiv Deepak <[email protected]>
use AccessToken.table_name in Application#authorized_for

github.com/doorkeeper-gem/doorkeeper - 0c76717f2544726a4761a23a25eed0abd68fe037 authored almost 11 years ago by Shiv Deepak <[email protected]>
honour table_name_prefix in active_record models

github.com/doorkeeper-gem/doorkeeper - 2af1d9e212f76fd2b602ec35b752523ed60f1d1a authored almost 11 years ago by Shiv Deepak <[email protected]>
Merge pull request #367 from danhawkins/master

using defined? instead of explicit version to allow mongoid 4 to work

github.com/doorkeeper-gem/doorkeeper - a76a846f01b1a453df7a63bb4e6d74b5e2eeca10 authored almost 11 years ago by Tute Costa <[email protected]>
using defined? instead of explicit version to allow monogoid 4 to work (and future)

github.com/doorkeeper-gem/doorkeeper - 4b58936c9264cd8a8dabee752a3a69f011c95c42 authored almost 11 years ago by Danny Hawkins <[email protected]>
Merge pull request #337 from RyanonRails/dynamic_request_uri

Dynamic request uri

github.com/doorkeeper-gem/doorkeeper - 16fa34353910fd860d0c9b7e39f0ee77f0d74f1c authored almost 11 years ago by Tute Costa <[email protected]>
move configuration error not set test out of the realm block

github.com/doorkeeper-gem/doorkeeper - 829aecb69d38d25854075464a5696f8c88712aa7 authored almost 11 years ago by Ryan Jones <[email protected]>
update to rpec 3 syntax

github.com/doorkeeper-gem/doorkeeper - c8b5f6c87f60cb88e8f4821e974aa4cb1aa82ef7 authored almost 11 years ago by Ryan Jones <[email protected]>
add tests for wildcard_redirect_uri

github.com/doorkeeper-gem/doorkeeper - 07d82349e3791ba4bab780030c16cd62f5615bf2 authored almost 11 years ago by Ryan Jones <[email protected]>
provide some clarity on the query ignore test, add in some false tests to make sure all paths of logic are covered.

github.com/doorkeeper-gem/doorkeeper - 0a8524479db48d11f0e3a7312811466ccab92152 authored almost 11 years ago by Ryan Jones <[email protected]>
allow for dynamic request_uri's

github.com/doorkeeper-gem/doorkeeper - 9acb3b0c38ff8d21fd87b455bd78f79f825630d4 authored almost 11 years ago by Ryan Jones <[email protected]>
README & CHANGELOG update: mongoid4 support

[skip ci]

github.com/doorkeeper-gem/doorkeeper - 90a52c2bbab495d8143ffcfc7a9edcbd768a3e89 authored almost 11 years ago by Tute Costa <[email protected]>
Merge pull request #336 from shinzui/master

Support mongoid4

github.com/doorkeeper-gem/doorkeeper - cdb19b405d182c3cd1fa1a72c77b39c0fb1efe3f authored almost 11 years ago by Tute Costa <[email protected]>
Mongoid4 does not support rails 3

github.com/doorkeeper-gem/doorkeeper - 0749f382c98b735748f835bd832461e118dcc4f6 authored almost 11 years ago by Nadeem Bitar <[email protected]>
Support mongoid4

- Introduce orm_model_dir to reuse models across directories
- Detect mongoid versions to suppor...

github.com/doorkeeper-gem/doorkeeper - e8513af3d0c9bcaba0da7a487ebca3d9343c2401 authored almost 11 years ago by Nadeem Bitar <[email protected]>
README update

github.com/doorkeeper-gem/doorkeeper - 1be70d7de4f08bce7cc708dbb8aebc31c4e61113 authored almost 11 years ago by Tute Costa <[email protected]>
Remove stale comment from README

[skip ci]

github.com/doorkeeper-gem/doorkeeper - dea53ad4788c6b6a5f7ddb5fb4eeaa85436839b2 authored almost 11 years ago by Tute Costa <[email protected]>
mongoid2 failures not allowed in Travis anymore

github.com/doorkeeper-gem/doorkeeper - 870b2c52e94f01a9618f9c1ed0b57a55f9225696 authored almost 11 years ago by Tute Costa <[email protected]>
README update

github.com/doorkeeper-gem/doorkeeper - 7e7576db3b5d9ad50f72c2d0f58c5bbfc152d1a7 authored almost 11 years ago by Tute Costa <[email protected]>
README & CHANGELOG update.

github.com/doorkeeper-gem/doorkeeper - f02ccf2e01ddea9e582e9d5af1a5013ac5a34ee2 authored almost 11 years ago by Tute Costa <[email protected]>
Merge pull request #348 from masterkain/make-error-available

Move render_options in filter after the error has been set

github.com/doorkeeper-gem/doorkeeper - c343cef977754c8e0036ab82a429a14f009db145 authored almost 11 years ago by Tute Costa <[email protected]>
Merge pull request #352 from jasl/fix-test-authorize-link

fix test authorize link with multi-redirect-urls

github.com/doorkeeper-gem/doorkeeper - 7ca9ec7a4cd02b2b82839a99b0b28f198e827b6a authored almost 11 years ago by Tute Costa <[email protected]>
update oauth/applications#show

github.com/doorkeeper-gem/doorkeeper - 76c8692a7bf789e2247d2dcf2d5061c100a69604 authored almost 11 years ago by jasl <[email protected]>
Merge pull request #353 from jasl/bootstrap-3-1

upgrade to bootstrap 3.1

github.com/doorkeeper-gem/doorkeeper - 1e0511e25cc0be41dcb3c77b1fefd5d8dcfe77d8 authored almost 11 years ago by Tute Costa <[email protected]>
upgrade to bootstrap 3.1

github.com/doorkeeper-gem/doorkeeper - 954dcbbaba5143b090bc8192694e96da4948b003 authored almost 11 years ago by jasl <[email protected]>
fix test authorize link with multi-redirect-urls

github.com/doorkeeper-gem/doorkeeper - d732573903195874f599ffaab00b9186ccfbe7e8 authored almost 11 years ago by jasl <[email protected]>
Merge pull request #350 from jasl/bootstrap3

fix #343 nit-picky comments

github.com/doorkeeper-gem/doorkeeper - c39f02ff3f416757149755eee2b71f1f8b93f8d3 authored almost 11 years ago by Tute Costa <[email protected]>
fix nit-picky comments

github.com/doorkeeper-gem/doorkeeper - 95690a7e2504194b2b3faff4ffc66716bf6a8039 authored almost 11 years ago by jasl <[email protected]>
CHANGELOG update

github.com/doorkeeper-gem/doorkeeper - b9d57a667604c36dd8da0804c1523ed0a7542f08 authored almost 11 years ago by Tute Costa <[email protected]>
Merge pull request #343 from jasl/bootstrap3

Bootstrap3

github.com/doorkeeper-gem/doorkeeper - b3a0b9cc6c490d73beb2a4eedc75e74445e7ca3c authored almost 11 years ago by Tute Costa <[email protected]>
Move render_options in filter after the error has been set in order for an `doorkeeper_unauthorized_render_options` override to catch the response and present it to the user.

```
def doorkeeper_unauthorized_render_options
{ json: { error: @error.description }}
en...

github.com/doorkeeper-gem/doorkeeper - 981d6089973d617bb76b5544cf457c53e5bb018a authored almost 11 years ago by Claudio Poli <[email protected]>
Merge pull request #345 from jasl/patch-1

Update README.md

github.com/doorkeeper-gem/doorkeeper - e0c826aff1ec6c9e71ab159890bf61c46616086d authored almost 11 years ago by Tute Costa <[email protected]>
Update README.md

0.7 has deprecated, not set version in ```readme``` as other gems do

github.com/doorkeeper-gem/doorkeeper - 0ce3895b95690e6baa319484e46f67cce84bb378 authored almost 11 years ago by Jun Jiang <[email protected]>
Revert "defaults using rails 4.0.2"

This reverts commit 7511859b8fd4c050fdee07c4d1f97ebbd3717c5d.

github.com/doorkeeper-gem/doorkeeper - e9c4183d30ed5aa4e15d20d8d292bedc0d91aca9 authored almost 11 years ago by jasl <[email protected]>
fix denied authorize raise URI::InvalidURIError when redirect_uri is test uri

github.com/doorkeeper-gem/doorkeeper - 39b008c4acf4d6755fb31f2f885893cc60fc8ddb authored almost 11 years ago by jasl <[email protected]>
separate admin and user to different layouts

github.com/doorkeeper-gem/doorkeeper - 9f8bf6e0523e7afcb2002d54bd8b046a768a316f authored almost 11 years ago by jasl <[email protected]>
upgrade to bootstrap 3

github.com/doorkeeper-gem/doorkeeper - ca9e8eb6dbed6f1cd1d841c3db9f0f2b9c3e7d58 authored almost 11 years ago by jasl <[email protected]>
defaults using rails 4.0.2

github.com/doorkeeper-gem/doorkeeper - 7511859b8fd4c050fdee07c4d1f97ebbd3717c5d authored almost 11 years ago by jasl <[email protected]>
add rubymine project folder to .gitignore

github.com/doorkeeper-gem/doorkeeper - ac5764c31c16b5a7e625e0c93af1c203b14467a1 authored almost 11 years ago by jasl <[email protected]>
Releasing version 1.0.0

github.com/doorkeeper-gem/doorkeeper - 16abb492d57a887adceace95d9dbb4d367bc6599 authored almost 11 years ago by Tute Costa <[email protected]>
Merge pull request #338 from petergoldstein/feature/run_transpec

Run transpec to convert to RSpec 3.0.x compatible syntax

github.com/doorkeeper-gem/doorkeeper - f4b621c797281f902dcebb485d681fdea98189ad authored almost 11 years ago by Tute Costa <[email protected]>
Tweak the 'its' replacements to be more readable.

github.com/doorkeeper-gem/doorkeeper - c6f5b0a25f5658f39a05a3af46ce6ae40df6f7d3 authored almost 11 years ago by Peter M. Goldstein <[email protected]>
Run transpec to convert to RSpec 3.0.x compatible syntax

github.com/doorkeeper-gem/doorkeeper - 6d13d8ad53e58112e90d67c4c2d1d28e3ccc5d83 authored almost 11 years ago by Peter M. Goldstein <[email protected]>
Version bump

github.com/doorkeeper-gem/doorkeeper - c361757693df33dc3e965d68174521a55b475f89 authored about 11 years ago by Tute Costa <[email protected]>
Revert "Renamed Application#redirect_uri in redirect_uris"

This reverts commit fa8e734eb2755aa9be51abfac22ffc0541615cbf.

For simpler upgrade from previous...

github.com/doorkeeper-gem/doorkeeper - bcc08cc8f16f7d8dc6fb3143a6d6e9378f4cbd26 authored about 11 years ago by Tute Costa <[email protected]>
Merge pull request #298 from digineo/master

Support for multiple redirect_uris

github.com/doorkeeper-gem/doorkeeper - 2e46b91cde5e33f2d8e723aedf2521eaa679dfec authored about 11 years ago by Tute Costa <[email protected]>
Fix bundler version for travis

See https://github.com/travis-ci/travis-ci/issues/1806

github.com/doorkeeper-gem/doorkeeper - ad9705e655afb3a521ee3181aa499b053b8982e2 authored about 11 years ago by Tute Costa <[email protected]>
CHANGELOG update

github.com/doorkeeper-gem/doorkeeper - b8854e35c5237a898146fb09674b97062e3d447a authored about 11 years ago by Tute Costa <[email protected]>
Merge pull request #318 from crowdlab-uk/invalid_token_response

Include "WWW-Authenticate" header with any Unauthorized (401) response

github.com/doorkeeper-gem/doorkeeper - c74b94f10375424149bb454345f42b0b07108761 authored about 11 years ago by Tute Costa <[email protected]>
Require Doorkeeper::OAuth::InvalidTokenResponse

github.com/doorkeeper-gem/doorkeeper - ae381d84ff6f04420002b8e239c386f17e704970 authored about 11 years ago by Phill Sparks <[email protected]>
Fix broken specs

github.com/doorkeeper-gem/doorkeeper - 592352fb456eb306a934ef4313ae82a11143b20f authored about 11 years ago by Phill Sparks <[email protected]>
Refactor InvalidTokenResponse.from_access_token

github.com/doorkeeper-gem/doorkeeper - f38a4e9a1d19a79f06e53521951d83de0ec322de authored about 11 years ago by Phill Sparks <[email protected]>
Replace spec stubs with doubles

github.com/doorkeeper-gem/doorkeeper - 0dbe550c4f4accdc7b887a9f3a2ee59998ec2482 authored about 11 years ago by Phill Sparks <[email protected]>
Make the InvalidTokenResponse object available to views

github.com/doorkeeper-gem/doorkeeper - 20c4e37918a47ed3902459d4f82329d6cc247c21 authored about 11 years ago by Phill Sparks <[email protected]>
Do not force a Content-Type when handling unauthorized errors

github.com/doorkeeper-gem/doorkeeper - 0838f742fa5e41ac915f6c73b2152eb08a7e75d3 authored about 11 years ago by Phill Sparks <[email protected]>
Better error responses, including more use of WWW-Authenticate

github.com/doorkeeper-gem/doorkeeper - a1567c051a66b3858a2521c3fb6432c44a62c6a5 authored about 11 years ago by Phill Sparks <[email protected]>
support the spec of 'invalid_token' response

WWW-Authenticate header is required when authenticate error.
see it: http://tools.ietf.org/html/...

github.com/doorkeeper-gem/doorkeeper - be0621aef774a3565d5d31df9b6c85ab80373822 authored about 11 years ago by masarakki <[email protected]>
require in favor of autoload

See
http://tenderlovemaking.com/2012/06/18/removing-config-threadsafe.html

github.com/doorkeeper-gem/doorkeeper - 4b7e0f637384ec646b294fa7b83b5413be542d4b authored about 11 years ago by Tute Costa <[email protected]>
CHANGELOG update

github.com/doorkeeper-gem/doorkeeper - 5a9d00d6123fc022fb58d0c67a575eed3bc7bdc9 authored about 11 years ago by Tute Costa <[email protected]>
Update README: Ruby >1.9.3 and Rails >3.1

github.com/doorkeeper-gem/doorkeeper - bbde138dcfe8e157330054e461346131f6142a91 authored about 11 years ago by Tute Costa <[email protected]>
Merge pull request #333 from petergoldstein/feature/rails_4_1

Initial Rails 4.1.0 support

github.com/doorkeeper-gem/doorkeeper - 71006911744ec86ac581d0493e74e219522f43bc authored about 11 years ago by Tute Costa <[email protected]>
Tidy up the Rails versions - see if this kills the transient Travis CI failure.

github.com/doorkeeper-gem/doorkeeper - b0300a867b847b9d689f83da45710c1c0317feee authored about 11 years ago by Peter M. Goldstein <[email protected]>
Add Ruby 2.1.0 support, which also should re-run specs

github.com/doorkeeper-gem/doorkeeper - 13f083a87b5bf45457545ede2be19023a242466f authored about 11 years ago by Peter M. Goldstein <[email protected]>
Update code to specs to run under Rails 4.1.0.beta1, add to .travis.yml

github.com/doorkeeper-gem/doorkeeper - 3376682c5aad43732de0bb801a9cf8c5f868420c authored about 11 years ago by Peter M. Goldstein <[email protected]>
mongoid3 test fix

github.com/doorkeeper-gem/doorkeeper - a99c3afe64e8cb6375f3fa4a21e96b4d01167bed authored about 11 years ago by Tute Costa <[email protected]>
Releasing 1.0.0.rc1

github.com/doorkeeper-gem/doorkeeper - 31ee6c0a83b2c3a043c2dfd41015a62db30b1eb1 authored about 11 years ago by Tute Costa <[email protected]>
Bugfix: access token scopes are strings

[fixes #329]

github.com/doorkeeper-gem/doorkeeper - d5f3c602b8ac1a094bb4811831953a5e2a4a0418 authored about 11 years ago by Tute Costa <[email protected]>
Changelog update

github.com/doorkeeper-gem/doorkeeper - 750548858ef961c1dd4d0dc850fbe8f53543fadd authored about 11 years ago by Tute Costa <[email protected]>