]> git.openstreetmap.org Git - rails.git/commit
Switch to using oauth-plugin as a gem
authorTom Hughes <tom@compton.nu>
Mon, 24 May 2010 11:56:23 +0000 (12:56 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 24 May 2010 11:58:27 +0000 (12:58 +0100)
commit41a123334bc75d17335e3f242b0243ddfd3e6389
treea542f594a2a08bf17bb5ef0765a09908e9f691e8
parent6e7acd171fa81a73d64089a2a3be689921f428d8
Switch to using oauth-plugin as a gem

Use the oauth-plugin as a gem instead of carrying a local copy.

This also required that commit eff06faf46c8f0cc4d92a16f6b2daa22eabb4893 be
reverted as it changed the plugin. I don't think the cosmetic improvement
from that patch is worth the hassle of carrying local changes to the plugin.
50 files changed:
app/models/client_application.rb
app/models/oauth_token.rb
config/environment.rb
test/unit/client_application_test.rb [new file with mode: 0644]
test/unit/oauth_token_test.rb
vendor/plugins/oauth-plugin/.gitignore [deleted file]
vendor/plugins/oauth-plugin/CHANGELOG [deleted file]
vendor/plugins/oauth-plugin/MIT-LICENSE [deleted file]
vendor/plugins/oauth-plugin/README.rdoc [deleted file]
vendor/plugins/oauth-plugin/Rakefile [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/USAGE [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/oauth_provider_generator.rb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/_form.html.erb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/access_token.rb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/authorize.html.erb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/authorize_failure.html.erb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/authorize_success.html.erb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/client_application.rb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/client_application_spec.rb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/client_application_test.rb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/client_applications.yml [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/clients_controller.rb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/clients_controller_spec.rb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/clients_controller_test.rb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/clients_helper.rb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/controller.rb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/controller_spec.rb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/controller_spec_helper.rb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/controller_test.rb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/controller_test_helper.rb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/edit.html.erb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/helper.rb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/index.html.erb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/migration.rb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/new.html.erb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/oauth_nonce.rb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/oauth_nonce_spec.rb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/oauth_nonce_test.rb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/oauth_nonces.yml [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/oauth_token.rb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/oauth_token_spec.rb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/oauth_token_test.rb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/oauth_tokens.yml [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/request_token.rb [deleted file]
vendor/plugins/oauth-plugin/generators/oauth_provider/templates/show.html.erb [deleted file]
vendor/plugins/oauth-plugin/init.rb [deleted file]
vendor/plugins/oauth-plugin/install.rb [deleted file]
vendor/plugins/oauth-plugin/lib/oauth/rails/controller_methods.rb [deleted file]
vendor/plugins/oauth-plugin/tasks/oauth_tasks.rake [deleted file]
vendor/plugins/oauth-plugin/uninstall.rb [deleted file]