0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed typo in lib/oauth/models/consumers/token.rb More... over 13 years ago
updated changelog More... over 13 years ago
find_by_user_id doesn't exist in mongoid. Thanks to 3en for catching this. More... over 13 years ago
Rack filter should not be installed as default. More... over 13 years ago
first stab at moving the oauth signature verification part to a rack filter More... over 13 years ago
bumped version More... over 13 years ago
Fixed wrong generator name More... over 13 years ago
fixed login issue in consumer_controller and improved picomoney_token More... over 13 years ago
cleaned up the loading of the plugin More... over 13 years ago
Properly implemented inheritance in mongoid models. Added OpenTransactToken and PicomoneyToken More... over 13 years ago
changed to use plain gemspec via bundler instead of Jeweler More... over 13 years ago
Implement :login_allowed option to use oauth_consumer as primary login method Actually tested with mongoid this time. It should now work. Improved upgrade documentation. TODO: test on AR app. TODO: implement params_for_user in Twitter and Google token objects More... over 13 years ago
Learn to save before committing More... over 13 years ago
updated docs to reflect Gemfile installation in Rails 3 More... over 13 years ago
properly set gemspec versions More... over 13 years ago
Merge branch '0_4-branch' More... over 13 years ago
bumped gemspec More... over 13 years ago
bumped version updated changelog More... over 13 years ago
moves belongs_to :user into generator. Note this is a change you need to do if you're upgrading. More... over 13 years ago
modularized the haml and erb templates in the oauth_consumer_generator More... over 13 years ago
modularized storage for oauth_consumer generator and added support for mongoid More... over 13 years ago
Added Mongoid's oauth_provider generator for orm hook of OauthProvider generator. More... over 13 years ago
Modularized OauthProvider generator, added appropriate hooks for orm, test_framework and template, added generators for ActiveRecord, ERB, Haml, TestUnit and RSpec. Also removed trailing spaces from all templates, used in OauthPRovider generating. More... over 13 years ago
Rails test helper should be required before oauth helper. Otherwise we end up with errors while running the single test file. More... over 13 years ago
added json which is needed for oauth2 More... over 13 years ago
Supports OAuth 2.0 draft 10. Tested with Rails 2.3.8 and nearly there with Rails3 More... over 13 years ago
added call to head to controller specs for rails 2.x.x from rails 3 More... over 13 years ago
missed this changed parameter More... over 13 years ago
bringing it up to draft 10 (8da9404e6075b0ab7f324c01953a11073a2f5950) Currently untested. Just updating functionality step by step to catch up. More... over 13 years ago
updated to work with Rails3 More... over 13 years ago