summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2013-06-22refactor: separate account from sessionrefactor/separate-sessionAzul
2013-06-22refactor: rename constants to calculate and clean up hash usageAzul
2013-06-22refactor: separate calculations from sessionAzul
2013-06-20fix bug wrt zero padding of hashesdevelopAzul
2012-11-20all request should go to absolute pathsAzul
2012-11-20sending the parsed json object to the error handlerAzul
2012-11-19removed the SRP class - using just a plain srp object nowAzul
2012-11-19first step at cleaning up the srpAzul
2012-11-19works - but not quite what i want. Exposing jqXHR to error functionAzul
2012-11-14removed outdated django remote and all related filesAzul
2012-11-12adopting tests to new .json urlsAzul
2012-11-12specifying charset and fetching jquery remotelyAzul
2012-10-17hand success and error messages to identify by defaultAzul
2012-10-16use M2 as the key for the server authAzul
2012-10-16added unit tests for session calculationsAzul
2012-10-15expecting the salt to be send with key saltAzul
2012-10-15all rest tests passing, using proper verbsAzul
2012-10-14calculating the right M and M2!Azul
2012-10-14got SRP v6a test setup and basic rest flow to workAzul
2012-10-12got signup to work in accordance with py srpAzul
2012-10-02using jquery for signup post now. login still pendingAzul
2012-10-02fixed restful signup testAzul
2012-08-21moved srp-js files from lib to srcAzul
2012-08-21moved on with refactoringAzul
2012-08-13seperated session from the srp flow - login tests pass, signup failAzul
2012-08-04started implementing a restful signupAzul
2012-08-04copied jqueryRest and restful specs from djangoAzul
2012-08-03moved all xhr related stuff to a seperate classAzul
2012-07-20moved src to lib and use relative path in require_treeAzul
2012-07-20INCOMPATIBLE: major restructuring of the repositoryAzul