summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/users.js
AgeCommit message (Collapse)Author
2016-01-16retain locale in URL when logging in and signing up, and ajax actions in ↵elijah
general.
2015-09-28Move account form info from srp_js into leap_webkaeff
2014-07-09list identities based on search onlyAzul
2014-05-06hide srp forms when no js is availableAzul
Hiding them using two mechanisms in case one fails: .hidden class - bootstrap hides them then style='display:none' - so they are hidden even if css load fails
2014-04-25basic password validation without client side gemAzul
The client_side_validations gem is not maintained anymore and the validations were not working lately. So instead of trying to fix it I started working on independent validations for the password as it can't be validated on the server due to SRP. So far these validations are very primitive. They require 8 characters length and a matching confirmation.
2014-04-25ensure buttons are properly loading... and resetAzul
2014-04-08moving users: app and test filesAzul