summaryrefslogtreecommitdiff
path: root/users/app/views/sessions
AgeCommit message (Collapse)Author
2014-04-08moving users: app and test filesAzul
2013-12-22locale prefix support:elijah
* set locale based on request header * enforce locale path prefix when current locale is not the default * note: don't use root_path anymore, instead use home_path
2013-09-04fix login form - use api session urlAzul
There's no non api sessions resource anymore.
2013-07-04users engine changes - rewrite of the views, separate email settings to a ↵elijah
separate controller, make users_controller html only and v1/users_controller json only.
2013-07-04new ui - initial user changeselijah
2013-06-17Tweaks to display javascript and cookies warning:jessib
* will only display cookies warning if javascript is enabled. * remove redundant code * tweak noscript html to display better div
2013-06-13Quick way to give warnings if javascript and/or cookies are not enabled. ↵jessib
Will want to tweak so the code isn't redundant, and ideally so check for cookies doesn't rely on javascript. And we'll want to expand the texts.
2013-03-05minor: fixed logout linkAzul
2012-11-26removing merge leftoversAzul
2012-11-26Merge branch 'develop' into help_developjessib
Conflicts: users/app/views/sessions/_nav.html.haml
2012-11-26added admin menu and user index actionAzul
2012-11-22basic user edit form and actionsAzul
2012-11-22using client side validations for loginAzul
2012-11-20ui tweaks to the menuAzul
2012-11-20ui tweaks to the menuAzul
2012-11-04Merge branch 'develop' into feature-warden-srpAzul
Conflicts: Gemfile.lock users/app/controllers/application_controller.rb users/leap_web_users.gemspec
2012-10-31Code to check administration (and ugly test display.) This includes example ↵jessib
config file.
2012-10-31using json template for rendering the warden failuresAzul
2012-10-19moved login navigation to the rightAzul
2012-10-17UI tweaks including newer version of bootstrapAzul
2012-09-27added in leap web users - one repo to rule them allAzul