Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-17 | Allow extra signup params from account | kaeff | |
For the feature/invite-codes in leap_web, we need to be able to pass an extra parameter (the invite code) from the signup form to the server. This approach allows the consumer of SRP to specify a custom implementation of Account that returns arbitrary `loginParams`, and Session will pass them on so that they become part of the XHR. - Split session.signup into signup and update to restrict extra params to signup only | |||
2013-09-24 | use token from the form to submit password update | Azul | |
2013-07-04 | always use the API-only controller for all requests. | elijah | |
2013-06-24 | refactor: separate account from session | Azul | |
2012-11-26 | API: update instead of addToForm | Azul | |
addToForm was an attempt to not use ajax but just the normal form submit. Turns out it's easy to add hidden fields to the form but quite cumbersome to remove the password fields from teh form so they are not submitted over the eventually untrusted channel. So we use ajax for updates just like for signup. | |||
2012-11-23 | addToForm: add the srp signup data to an existing form | Azul | |
2012-11-22 | catch empty responses | Azul | |
2012-11-22 | using done/fail instead of success/error, handing all properties to fail | Azul | |
2012-11-20 | all request should go to absolute paths | Azul | |
They should be independent of the url we're serving the page from | |||
2012-11-20 | sending the parsed json object to the error handler | Azul | |
2012-11-19 | further cleanup | Azul | |
2012-11-19 | first step at cleaning up the srp | Azul | |
2012-11-19 | works - but not quite what i want. Exposing jqXHR to error function | Azul | |
2012-11-14 | cleaned up unused parser functions | Azul | |
2012-10-30 | we're expecting json responses - so put .json in the url | Azul | |
2012-10-15 | all rest tests passing, using proper verbs | Azul | |
2012-10-14 | got SRP v6a test setup and basic rest flow to work | Azul | |
* still need to fix the algo for auth * Also need to get the http verbs right | |||
2012-10-02 | using jquery for signup post now. login still pending | Azul | |
2012-08-21 | first round of making jslint happy | Azul | |
2012-08-21 | moved srp-js files from lib to src | Azul | |