Changeset [c7555e6f9d7d496033cbf38b88b391e3ac92f6a7] by Kalin Harvey

January 4th, 2010 @ 10:18 AM

authlogic integration, password resets, most of activation emails and gmail smtp setup for heroku - some failing tests yet
http://github.com/graemeworthy/greenbuildingbrain/commit/c7555e6f9d...

Committed by Kalin Harvey

  • A app/controllers/activations_controller.rb
  • A app/controllers/audio_files_controller.rb
  • A app/controllers/password_resets_controller.rb
  • A app/controllers/user_sessions_controller.rb
  • A app/helpers/activations_helper.rb
  • A app/helpers/audio_files_helper.rb
  • A app/helpers/password_resets_helper.rb
  • A app/helpers/user_sessions_helper.rb
  • A app/models/audio_file.rb
  • A app/models/notifier.rb
  • A app/models/user_session.rb
  • A app/views/activations/create.html.erb
  • A app/views/activations/new.html.erb
  • A app/views/audio_files/edit.html.erb
  • A app/views/audio_files/index.html.erb
  • A app/views/audio_files/new.html.erb
  • A app/views/audio_files/show.html.erb
  • A app/views/layouts/audio_files.html.erb
  • A app/views/notifier/password_reset_instructions.erb
  • A app/views/password_resets/edit.html.erb
  • A app/views/password_resets/new.html.erb
  • A app/views/user_sessions/new.html.erb
  • A db/migrate/20100102084521_create_audio_files.rb
  • A db/migrate/20100103012724_rename_for_fields_for_authlogic.rb
  • A db/migrate/20100103033105_remove_user_column_limits.rb
  • A db/migrate/20100103071100_add_users_password_reset_fields.rb
  • A spec/controllers/activations_controller_spec.rb
  • A spec/controllers/audio_files_controller_spec.rb
  • A spec/controllers/password_resets_controller_spec.rb
  • A spec/fixtures/audio_files.yml
  • A spec/helpers/activations_helper_spec.rb
  • A spec/helpers/audio_files_helper_spec.rb
  • A spec/helpers/password_resets_helper_spec.rb
  • A spec/integration/audio_files_spec.rb
  • A spec/models/audio_file_spec.rb
  • A spec/routing/audio_files_routing_spec.rb
  • A spec/views/activations/create.html.erb_spec.rb
  • A spec/views/activations/new.html.erb_spec.rb
  • A spec/views/audio_files/edit.html.erb_spec.rb
  • A spec/views/audio_files/index.html.erb_spec.rb
  • A spec/views/audio_files/new.html.erb_spec.rb
  • A spec/views/audio_files/show.html.erb_spec.rb
  • A test/functional/activations_controller_test.rb
  • A test/functional/user_sessions_controller_test.rb
  • A test/unit/helpers/activations_helper_test.rb
  • A test/unit/helpers/user_sessions_helper_test.rb
  • A test/unit/notifier_test.rb
  • A vendor/plugins/action_mailer_optional_tls/README
  • A vendor/plugins/action_mailer_optional_tls/Rakefile
  • A vendor/plugins/action_mailer_optional_tls/init.rb
  • A vendor/plugins/action_mailer_optional_tls/lib/action_mailer_tls.rb
  • A vendor/plugins/action_mailer_optional_tls/lib/smtp_tls.rb
  • A vendor/plugins/action_mailer_optional_tls/test/tls_test.rb
  • A vendor/plugins/version_fu/RUNNING_UNIT_TESTS
  • A vendor/plugins/version_fu/test/database.yml
  • A vendor/plugins/version_fu/test/fixtures/author.rb
  • A vendor/plugins/version_fu/test/fixtures/page.rb
  • A vendor/plugins/version_fu/test/schema.rb
  • R app/views/sessions/new.html.erb
  • R vendor/plugins/restful_authentication/CHANGELOG
  • R vendor/plugins/restful_authentication/README.textile
  • R vendor/plugins/restful_authentication/Rakefile
  • R vendor/plugins/restful_authentication/TODO
  • R vendor/plugins/restful_authentication/generators/authenticated/USAGE
  • R vendor/plugins/restful_authentication/generators/authenticated/authenticated_generator.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/lib/insert_routes.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/_model_partial.html.erb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/activation.erb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/authenticated_system.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/authenticated_test_helper.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/controller.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/features/accounts.feature
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/features/sessions.feature
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/features/step_definitions/ra_env.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/features/step_definitions/ra_navigation_steps.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/features/step_definitions/ra_resource_steps.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/features/step_definitions/ra_response_steps.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/features/step_definitions/rest_auth_features_helper.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/features/step_definitions/user_steps.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/helper.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/i18n.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/locales/de-DE.yml
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/locales/en-US.yml
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/locales/fr-CA.yml
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/login.html.erb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/mailer.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/migration.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/model.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/model_controller.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/model_helper.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/model_helper_spec.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/observer.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/signup.html.erb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/signup_notification.erb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/site_keys.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/spec/controllers/access_control_spec.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/spec/controllers/authenticated_system_spec.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/spec/controllers/sessions_controller_spec.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/spec/controllers/users_controller_spec.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/spec/fixtures/users.yml
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/spec/helpers/users_helper_spec.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/spec/models/i18n_spec.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/spec/models/user_spec.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/test/functional_test.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/test/mailer_test.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/test/model_functional_test.rb
  • R vendor/plugins/restful_authentication/generators/authenticated/templates/test/unit_test.rb
  • R vendor/plugins/restful_authentication/init.rb
  • R vendor/plugins/restful_authentication/install.rb
  • R vendor/plugins/restful_authentication/lib/authentication.rb
  • R vendor/plugins/restful_authentication/lib/authentication/by_cookie_token.rb
  • R vendor/plugins/restful_authentication/lib/authentication/by_password.rb
  • R vendor/plugins/restful_authentication/lib/authorization.rb
  • R vendor/plugins/restful_authentication/lib/authorization/aasm_roles.rb
  • R vendor/plugins/restful_authentication/lib/authorization/stateful_roles.rb
  • R vendor/plugins/restful_authentication/lib/trustification.rb
  • R vendor/plugins/restful_authentication/lib/trustification/email_validation.rb
  • R vendor/plugins/restful_authentication/notes/AccessControl.txt
  • R vendor/plugins/restful_authentication/notes/Authentication.txt
  • R vendor/plugins/restful_authentication/notes/Authorization.txt
  • R vendor/plugins/restful_authentication/notes/RailsPlugins.txt
  • R vendor/plugins/restful_authentication/notes/SecurityFramework.graffle
  • R vendor/plugins/restful_authentication/notes/SecurityFramework.png
  • R vendor/plugins/restful_authentication/notes/SecurityPatterns.txt
  • R vendor/plugins/restful_authentication/notes/Tradeoffs.txt
  • R vendor/plugins/restful_authentication/notes/Trustification.txt
  • R vendor/plugins/restful_authentication/rails/init.rb
  • R vendor/plugins/restful_authentication/restful-authentication.gemspec
  • R vendor/plugins/restful_authentication/tasks/auth.rake
  • M app/controllers/application_controller.rb
  • M app/controllers/audiofiles_controller.rb
  • M app/controllers/users_controller.rb
  • M app/helpers/application_helper.rb
  • M app/models/user.rb
  • M app/models/user_observer.rb
  • M app/views/layouts/_header.html.erb
  • M app/views/users/change_password.erb
  • M config/environment.rb
  • M config/routes.rb
  • M db/schema.rb
  • M spec/controllers/authenticated_system_spec.rb
  • M spec/controllers/favourites_controller_spec.rb
  • M spec/controllers/items_controller_spec.rb
  • M spec/controllers/sessions_controller_spec.rb
  • M spec/fixtures/users.yml
  • M spec/models/user_spec.rb
  • M spec/spec_helper.rb
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.