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-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
2009-07-25
Moved register and login page to templates rather than cluttering views.py. A...
ausiv4
2009-07-25
Fixed views.py to work with the new library for registration. There were mino...
ausiv4
2009-07-25
This commit makes major revisions to srp.js. The SRP library now works
ausiv4
2009-07-24
Fixed error in jsbn.js, cleaned tables in login and register views.
ausiv4
2009-07-24
Added license to Tom Wu's jsbn libraries.
ausiv4
2009-07-24
Merge proper-random with trunk.
ausiv4
2009-07-24
Fixing previous mistake
ausiv4
2009-07-24
Not what I meant to do...
ausiv4
2009-07-23
test
ausiv4
2009-07-23
Test commit
ausiv4
2009-07-23
Ignore changes to settings.py
ausiv4
2009-07-23
First submission.
ausiv4
2009-07-23
please work
ausiv4