Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-11 | Slight tweak in case we get back the default response to warden's fail!, ↵ | jessib | |
which is not an enumerable. | |||
2013-07-09 | Merge branch 'master' into feature/authentication_generic_error | jessib | |
Conflicts: app/views/layouts/_messages.html.haml app/views/layouts/application.html.haml users/app/assets/javascripts/users.js.coffee | |||
2013-07-04 | add js to report all errors to the user, not just ones related to field ↵ | elijah | |
validation. | |||
2013-06-27 | Want to tweak some, but start to displaying base generic message via javascript. | jessib | |
2013-04-02 | send more meaningful error message on completely failed login attempt | Azul | |
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 | |