index
:
srp_js.git
develop
master
refactor/separate-session
upgrade/all
[srp_js]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-10-30
we're expecting json responses - so put .json in the url
Azul
2012-10-15
Merge branch 'feature-jquery-remote' into develop
Azul
2012-10-15
all rest tests passing, using proper verbs
Azul
2012-10-14
calculating the right M and M2!
Azul
2012-10-14
got SRP v6a test setup and basic rest flow to work
Azul
2012-10-12
got signup to work in accordance with py srp
Azul
2012-10-02
using jquery for signup post now. login still pending
Azul
2012-10-02
fixed restful signup test
Azul
2012-08-21
first round of making jslint happy
Azul
2012-08-21
moved srp-js files from lib to src
Azul
2012-08-21
moved on with refactoring
Azul
2012-08-13
seperated session from the srp flow - login tests pass, signup fail
Azul
2012-08-04
started implementing a restful signup
Azul
2012-08-04
copied jqueryRest and restful specs from django
Azul
2012-08-03
moved all xhr related stuff to a seperate class
Azul
2012-07-20
expose function to create salt
Azul
2012-07-20
calcV to calculate verifier, do not use srp_url or srp_server anymore
Azul
2012-07-20
moved src to lib and use relative path in require_tree
Azul
2012-07-20
Merge branch 'master' of git://github.com/leapcode/srp-js
Azul
2012-07-20
added an index file to use with sprockets
Azul
2012-07-20
added an index file to use with sprockets
Azul
2012-07-20
INCOMPATIBLE: major restructuring of the repository
Azul
2012-07-02
reject server response with error message if B=0
Azul
2012-07-02
expectRequest and respond{JSON,XML} functions to simplify the tests
Azul
2012-07-02
refactoring the tests a bit
Azul
2012-07-02
parsing JSON responses tested and fixed
Azul
2012-07-02
factored out parsing the responses
Azul
2012-07-02
check for ready state and status before callback
Azul
2012-07-02
changed indentation to the 2 spaces i love
Azul
2012-07-02
added integration test for login
Azul
2012-06-29
Connection Header is not allowed according to xhr spec.
Azul
2012-06-29
added tests for registration with jasmin and sinon
Azul
2012-06-27
adding license remark in readme
Azul
2012-06-27
added Readme from the original project site
Azul
2009-08-15
This adds a file 'utils.py' to simplify templating.
ausiv4
2009-08-14
Fixed bug in views.py, changed files named 'hash' to 'crypto' since it now in...
ausiv4
2009-08-13
Added support for logins without javascript. This is configurable on a site-b...
ausiv4
2009-08-12
Rather than passing the necessary parameters to the SRP constructor, I've mad...
ausiv4
2009-08-12
When upgrading the user from a non-srp account to an SRP account, the client ...
ausiv4
2009-08-09
Significant cleanup to srp.js.
ausiv4
2009-08-08
This adds upgrade functionality so that existing django apps can switch to SRP.
ausiv4
2009-08-07
This update separates the register functionality from the login library. The ...
ausiv4
2009-08-06
Changes were made to improve database efficiency and to use the django authen...
ausiv4
2009-08-04
Removed debugging line from srp.js
ausiv4
2009-08-04
Improved documentation for srp.js.
ausiv4
2009-08-04
Now the import_hashes function checks to see whether the srp file is packed o...
ausiv4
2009-08-04
I've cleaned up the script path code so that it now packs properly. The path ...
ausiv4
2009-08-04
I've started working on the feature that will allow existing servers to upgra...
ausiv4
2009-07-28
Fixed srp.js for IE6.
ausiv4
2009-07-28
In this update we use jsPacker.pl to combine and compress javascript
ausiv4
[next]