Changeset [2a66a51706eef289cead07b59d144c226d5922ce] by Gaspard Bucher
January 27th, 2009 @ 11:33 PM
Added restful_authentication and acts_as_state_machine plugins to handle user status/authentication. Will remove 'participations' and use a simple scheme for user management: no cross-site users. Will be using ActiveResource to eventually feed nodes from one site to another (better security, more modular). http://github.com/zena/zena/comm...
Committed by Gaspard Bucher
- M .gitignore
- M .gitmodules
- M app/controllers/sessions_controller.rb
- M app/controllers/users_controller.rb
- M app/helpers/sessions_helper.rb
- M app/helpers/users_helper.rb
- M app/models/user.rb
- M app/models/user_mailer.rb
- M app/models/user_observer.rb
- M app/views/sessions/new.html.erb
- M app/views/user_mailer/activation.erb
- M app/views/user_mailer/signup_notification.erb
- M app/views/users/_user_bar.html.erb
- M app/views/users/new.html.erb
- M config/environment.rb
- M config/routes.rb
- M db/migrate/20090101000000_migrate_old_zena.rb
- M db/migrate/20090127214525_create_users.rb
- M lib/authenticated_system.rb
- M lib/authenticated_test_helper.rb
- M spec/controllers/access_control_spec.rb
- M spec/controllers/authenticated_system_spec.rb
- M spec/controllers/sessions_controller_spec.rb
- M spec/controllers/users_controller_spec.rb
- M spec/fixtures/users.yml
- M spec/helpers/users_helper_spec.rb
- M spec/models/user_spec.rb
- M stories/rest_auth_stories.rb
- M stories/rest_auth_stories_helper.rb
- M stories/steps/ra_navigation_steps.rb
- M stories/steps/ra_resource_steps.rb
- M stories/steps/ra_response_steps.rb
- M stories/steps/user_steps.rb
- M stories/users/accounts.story
- M stories/users/sessions.story
- M vendor/plugins/acts_as_state_machine/CHANGELOG
- M vendor/plugins/acts_as_state_machine/MIT-LICENSE
- M vendor/plugins/acts_as_state_machine/README
- M vendor/plugins/acts_as_state_machine/Rakefile
- M vendor/plugins/acts_as_state_machine/TODO
- M vendor/plugins/acts_as_state_machine/init.rb
- M vendor/plugins/acts_as_state_machine/lib/acts_as_state_machine.rb
- M vendor/plugins/acts_as_state_machine/test/acts_as_state_machine_test.rb
- M vendor/plugins/acts_as_state_machine/test/database.yml
- M vendor/plugins/acts_as_state_machine/test/fixtures/conversation.rb
- M vendor/plugins/acts_as_state_machine/test/fixtures/conversations.yml
- M vendor/plugins/acts_as_state_machine/test/fixtures/person.rb
- M vendor/plugins/acts_as_state_machine/test/schema.rb
- M vendor/plugins/acts_as_state_machine/test/test_helper.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Anyone knows how to use formatting here ?
Git repository: http://github.com/zena
Official website: http://zenadmin.org