2007-Apr-13 12:09 |
1.7
|
Check-in
[5894]:
update to latest xsajax plugin By rse.
(diff)
|
2007-Apr-12 22:48 |
1.6
|
Check-in
[5890]:
upgrade to latest version of JavaScript stuff By rse.
(diff)
|
2007-Apr-12 16:00 |
1.5
|
Check-in
[5887]:
Allow ASE-CERT cookies to be set for local and third-party
websites, containing a certificate for the authenticated user. By rse.
(diff)
|
2007-Apr-05 12:30 |
1.4
|
Check-in
[5845]:
upgrade to a patched jQuery tooltip plugin which handles click better By rse.
(diff)
|
2007-Apr-05 11:41 |
1.3
|
Check-in
[5843]:
Add tooltips to Login, Enrollment and Recovery workflow. By rse.
(diff)
|
2007-Mar-30 11:53 |
1.2
|
Check-in
[5810]:
upgrade to latest jQuery By rse.
(diff)
|
2007-Mar-28 21:44 |
1.1
|
Check-in
[5781]:
o Add some JavaScript based user-interface experience improvement
by rendering a open/close black/red/green lock at the right side of
the password login field to on-the-fly indicate to the user whether
the password field content is (already or still not) secure for
transmission.
o Add support for secure password transaction via plain HTTP by
calculating the SHA-1 digest "sha1(pw)" of the password "pw" on the
client-side with JavaScript and sending "SHA1:"+sha1(pw) instead of
"pw" to the server via HTTP.
The JavaScript code is based on jQuery and a subset of RSE's forthcoming
jscrypto library. By rse.
|