summaryrefslogtreecommitdiff
path: root/users/app/assets
AgeCommit message (Collapse)Author
2013-10-28reset button loading... state on error (#4231)Azul
including test refactored error display some
2013-10-17use latest version of srp_js to fix #4002Azul
We were not encoding the srp password properly before. So umlauts in the password would cause the login procedure to fail.
2013-09-25visual feedback when submitting forms (#3164)Azul
This also helps with the failing integration test. We needed a way to tell the ajax request was back. Observing the button state now works for that.
2013-09-24use token auth when accessing the api from webappAzul
One failing integration test still needs to be fixed
2013-07-16to move to the next iteration use continue in js.Azul
2013-07-14we do not expose M2 in srp.js anymore.Azul
So there is no way to print it. This message used to be correct but there are also other things that can cause this to fail now. So let's just remove it.
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