Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-26 | Merge branch 'develop' into help_develop | jessib | |
Conflicts: users/app/views/sessions/_nav.html.haml | |||
2012-11-22 | beautify login workflow | Azul | |
* translating error messages * not caching login and password in js anymore * catching non responses | |||
2012-11-12 | Merge branch 'develop' into help_develop | jessib | |
Conflicts: help/test/functional/tickets_controller_test.rb users/test/functional/application_controller_test.rb users/test/support/auth_test_helper.rb | |||
2012-11-05 | Unit test for is_admin? | jessib | |
2012-11-05 | Use the same URL for viewing tickets when authenticated or not---the couchdb ↵ | jessib | |
ID will be the random string for the secret URL. Tickets created when user was unauthenticated will be viewable by anybody who knows the URL. | |||
2012-11-04 | fixed functional tests | Azul | |
2012-11-04 | stubbing current_user the warden way | Azul | |
2012-11-04 | Merge branch 'develop' into feature-warden-srp | Azul | |
Conflicts: Gemfile.lock users/app/controllers/application_controller.rb users/leap_web_users.gemspec | |||
2012-11-02 | Some rough functionality for tickets, like showing ticket list for admins, ↵ | jessib | |
and initial way to close tickets. | |||
2012-10-31 | Code to check administration (and ugly test display.) This includes example ↵ | jessib | |
config file. | |||
2012-10-31 | using controller extensions for application controller by hand | Azul | |