summaryrefslogtreecommitdiff
path: root/users/app/assets/javascripts
AgeCommit message (Collapse)Author
2013-07-11Slight cleanup due to some emacs annoyances.jessib
2013-07-11Clear authentication errors before displaying new ones.jessib
2013-07-09Merge branch 'master' into feature/authentication_generic_errorjessib
Conflicts: app/views/layouts/_messages.html.haml app/views/layouts/application.html.haml users/app/assets/javascripts/users.js.coffee
2013-07-06updated srp_js submoduleelijah
2013-07-04fix user typeaheadelijah
2013-07-04add js to report all errors to the user, not just ones related to field ↵elijah
validation.
2013-07-03Automatically clear the errors when re-displayed. Not sure if this is ideal ↵jessib
functionality.
2013-06-27Want to tweak some, but start to displaying base generic message via javascript.jessib
2013-06-24Update srp_js submodule.jessib
2013-02-26Change to language for when updating username/password.jessib
2013-02-19Needs some cleanup, but this has one form where user can change username and ↵jessib
password (they can leave either the same if they just want to change one, but we should make this clearer.)
2012-12-17activate email tab after changing email settingsAzul
2012-12-10make sure client side validations also run after tabs were switchedAzul
2012-12-07fixed signup and removed flash that was not getting displayedAzul
I also tried flash.keep(:notice) but that did not help - not sure how to keep the flash until the root url has rendered.
2012-12-07using normal requests for user updates except passwordAzul
password requires ajax for secure remote password to work
2012-11-26basic typeahead and user querying workingAzul
2012-11-26basic users index with typeahead searchAzul
2012-11-26minor: client side validations fixed + .json requestAzul
2012-11-26basic changing of password and login workingAzul
2012-11-22beautify login workflowAzul
* translating error messages * not caching login and password in js anymore * catching non responses
2012-11-22using client side validations for loginAzul
2012-11-22using the new srp.js apiAzul
2012-11-13using client side validations during signupAzul
2012-11-12fixed signup bug and refactored a bitAzul
2012-11-09merged srp master into json api branchAzul
2012-11-06undo accidentally reverted srp-js and ruby 1.9 debugger in gemfileAzul
2012-11-04using ruby-srp 0.1.4 - ruby 1.9.3 compatibleAzul
2012-10-19login after signup right away.Azul
2012-10-17improved signup and login jsAzul
2012-10-16working version of srp_jsAzul
2012-10-15adding login function for srpAzul
2012-10-15updated srp_jsAzul
2012-10-02bringing sign_up back to lifeAzul
2012-09-27added in leap web users - one repo to rule them allAzul