Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-09 | list identities based on search only | Azul | |
2014-05-06 | hide srp forms when no js is available | Azul | |
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-25 | basic password validation without client side gem | Azul | |
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-25 | ensure buttons are properly loading... and reset | Azul | |
2014-04-08 | moving users: app and test files | Azul | |