Changeset [d6e073daab888f96b7e0fb1dd6e9d4db7130407e] by Kalin Harvey

April 9th, 2009 @ 01:27 PM

added restufl_authentication plugin in from graeme's repository http://github.com/graemeworthy/g...

Committed by Kalin Harvey

  • M vendor/plugins/restful_authentication/CHANGELOG
  • M vendor/plugins/restful_authentication/README.textile
  • M vendor/plugins/restful_authentication/Rakefile
  • M vendor/plugins/restful_authentication/TODO
  • M vendor/plugins/restful_authentication/generators/authenticated/USAGE
  • M vendor/plugins/restful_authentication/generators/authenticated/authenticated_generator.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/lib/insert_routes.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/_model_partial.html.erb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/activation.erb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/authenticated_system.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/authenticated_test_helper.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/controller.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/features/accounts.feature
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/features/sessions.feature
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/features/step_definitions/ra_env.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/features/step_definitions/ra_navigation_steps.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/features/step_definitions/ra_resource_steps.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/features/step_definitions/ra_response_steps.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/features/step_definitions/rest_auth_features_helper.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/features/step_definitions/user_steps.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/helper.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/i18n.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/locales/de-DE.yml
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/locales/en-US.yml
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/locales/fr-CA.yml
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/login.html.erb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/mailer.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/migration.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/model.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/model_controller.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/model_helper.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/model_helper_spec.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/observer.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/signup.html.erb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/signup_notification.erb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/site_keys.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/spec/controllers/access_control_spec.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/spec/controllers/authenticated_system_spec.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/spec/controllers/sessions_controller_spec.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/spec/controllers/users_controller_spec.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/spec/fixtures/users.yml
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/spec/helpers/users_helper_spec.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/spec/models/i18n_spec.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/spec/models/user_spec.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/test/functional_test.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/test/mailer_test.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/test/model_functional_test.rb
  • M vendor/plugins/restful_authentication/generators/authenticated/templates/test/unit_test.rb
  • M vendor/plugins/restful_authentication/init.rb
  • M vendor/plugins/restful_authentication/install.rb
  • M vendor/plugins/restful_authentication/lib/authentication.rb
  • M vendor/plugins/restful_authentication/lib/authentication/by_cookie_token.rb
  • M vendor/plugins/restful_authentication/lib/authentication/by_password.rb
  • M vendor/plugins/restful_authentication/lib/authorization.rb
  • M vendor/plugins/restful_authentication/lib/authorization/aasm_roles.rb
  • M vendor/plugins/restful_authentication/lib/authorization/stateful_roles.rb
  • M vendor/plugins/restful_authentication/lib/trustification.rb
  • M vendor/plugins/restful_authentication/lib/trustification/email_validation.rb
  • M vendor/plugins/restful_authentication/notes/AccessControl.txt
  • M vendor/plugins/restful_authentication/notes/Authentication.txt
  • M vendor/plugins/restful_authentication/notes/Authorization.txt
  • M vendor/plugins/restful_authentication/notes/RailsPlugins.txt
  • M vendor/plugins/restful_authentication/notes/SecurityFramework.graffle
  • M vendor/plugins/restful_authentication/notes/SecurityFramework.png
  • M vendor/plugins/restful_authentication/notes/SecurityPatterns.txt
  • M vendor/plugins/restful_authentication/notes/Tradeoffs.txt
  • M vendor/plugins/restful_authentication/notes/Trustification.txt
  • M vendor/plugins/restful_authentication/rails/init.rb
  • M vendor/plugins/restful_authentication/restful-authentication.gemspec
  • M vendor/plugins/restful_authentication/tasks/auth.rake
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

The Green Building Brain is an open source and open content tool for collaboration and resource sharing between green building professionals and amateurs.