Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-20 | make sure srp.login also works as a callback | Azul | |
2012-11-19 | removed the SRP class - using just a plain srp object now | 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-10-19 | don't expect create to return an ok | Azul | |
* it returns the user * it will return errors if sth. goes wrong. | |||
2012-10-19 | added success and error callbacks to register | Azul | |
2012-10-17 | hand success and error messages to identify by default | Azul | |
also cleaned up some other parts that were not needed anymore | |||
2012-10-16 | use M2 as the key for the server auth | Azul | |
2012-10-15 | expecting the salt to be send with key salt | Azul | |
2012-08-21 | moved srp-js files from lib to src | Azul | |
2012-07-20 | added an index file to use with sprockets | Azul | |
2012-07-20 | INCOMPATIBLE: major restructuring of the repository | Azul | |
* removed Django code - we're keeping the tests - so I hope the two can still be used together * removed js packer - everyone has their own packaging strategy these days * cleaned up the repository - we only have js so javascript directory does not make much sense |