11
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 22 hours ago.
Apr 30, 2023 — Apr 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of git://github.com/stmpjmpr/oauth into stmpjmpr More... over 15 years ago
Merge branch 'master' of git://github.com/chrismear/oauth into chrismear More... over 15 years ago
Merge branch 'master' of git://github.com/choonkeat/oauth into choonkeat/master More... over 15 years ago
need to put in this so that consumer.rb works with the token.rb together to accommodate access token service uri changes. More... over 15 years ago
ok, i am really tired. use the API for checking whether the URI is absolute. More... over 15 years ago
if request_uri is a relative path, e.g. '/data/feed/api/user/default' (this assumes the consumer is instantiated with :site set to the service end points, e.g. 'http://picasaweb.google.com'), no need to check and change consumer.uri (a change forgotten to push through my previous web-edit *_*) More... over 15 years ago
by using this approach, we assume the user will pass in the rsa private key as consumer secret when first initializing consumer, e.g. More... over 15 years ago
enhancement to allow service (non-token-management-related) requests to use URIs different from initial site URI. More... over 15 years ago
enhancement to allow service (non-token-management-related) requests to take on different URIs from initial site URI. More... over 15 years ago
RSA-SHA1 digest method now looks for a :private_key_file option in the consumer options, and reads the private key from that file if it exists. More... over 15 years ago
Allow get_request_token to take custom request_options and *arguments parameters, which are passed through to token_request. More... over 15 years ago
Fixed behavior where POST params in the request body were being included in the SBS even when not encoded as application/x-www-form-urlencoded. More... over 15 years ago
gemspec More... over 15 years ago
[FIX] "request.consumer.secret" is not available here; modified to use "consumer_secret" More... almost 16 years ago
In request proxy for ActionController::Request: Fix signature verification when parameter names contain [brackets] More... almost 16 years ago
Allow to serialize consumer when it uses SSL, previously that would have thrown an error. More... almost 16 years ago
Allow to set the signature method like this: More... almost 16 years ago
Bumped version More... about 16 years ago
added missing 'require' line when used in conjunction with the fireeagle gem More... about 16 years ago
bumped version to release More... about 16 years ago
rack files missing from manifest More... about 16 years ago
Bumped version number for release More... about 16 years ago
updated unit tests for Seth's patch More... about 16 years ago
Patch from Seth Fitzsimmons - Thanks Seth. More... about 16 years ago
Added Rack adapter and tests. Abstracted shared code with ActionController into Base class. More... about 16 years ago
Updated rdocs More... about 16 years ago
updated website with latest links More... about 16 years ago
Fixes to make SSL work. It also fixes a problem with certain http servers that require content length on post More... about 16 years ago
fixed a few more problems with the test client More... over 16 years ago
added timestamp to signature.build. action_controller_request now more or less does what it should. More... over 16 years ago