2007-Apr-13 18:15 |
1.51
|
Check-in
[5906]:
Correctly match email address case-sensitive on the local
part and case-insensitive on the FQDN part. By rse.
(diff)
|
2007-Apr-13 13:11 |
1.50
|
Check-in
[5898]:
allow shorter nicknames By rse.
(diff)
|
2007-Apr-12 16:00 |
1.49
|
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-10 18:48 |
1.48
|
Check-in
[5872]:
fix comment By rse.
(diff)
|
2007-Apr-09 20:16 |
1.47
|
Check-in
[5870]:
Use <![CDATA[ ... ]]> sections to enclose embedded JavaScript code
to allow generated XHTML to pass strict validation. By rse.
(diff)
|
2007-Apr-06 22:37 |
1.46
|
Check-in
[5866]:
fix style of logbook entries again By rse.
(diff)
|
2007-Apr-06 16:51 |
1.45
|
Check-in
[5865]:
Fix style sheet for situation under OpenPKG meta.
Fix style of logbook entries. By rse.
(diff)
|
2007-Apr-05 21:46 |
1.44
|
Check-in
[5860]:
fix syntax By rse.
(diff)
|
2007-Apr-05 21:44 |
1.43
|
Check-in
[5859]:
fix heartbeat workflow again By rse.
(diff)
|
2007-Apr-05 17:22 |
1.42
|
Check-in
[5852]:
many small improvements and cleanups By rse.
(diff)
|
2007-Apr-05 11:41 |
1.41
|
Check-in
[5843]:
Add tooltips to Login, Enrollment and Recovery workflow. By rse.
(diff)
|
2007-Apr-04 22:46 |
1.40
|
Check-in
[5841]:
Switch the login workflow implementation from
multiple dispatch functions to a single dispatch function. By rse.
(diff)
|
2007-Apr-04 17:45 |
1.39
|
Check-in
[5837]:
Cosmetics By rse.
(diff)
|
2007-Apr-04 16:13 |
1.38
|
Check-in
[5827]:
o Move requirement regular expressions from code to configuration.
o Allow arbitrary configured notice messages to be displayed
on entitlement and resign pages.
o Small markup and text cleanups.
o Put button for reaching login page onto entitlement page
where the user waits for the email. By rse.
(diff)
|
2007-Mar-30 20:24 |
1.37
|
Check-in
[5818]:
Add first cut for "heartbeat" functionality which allows us to
automatically get rid of ancient accounts. By rse.
(diff)
|
2007-Mar-30 13:48 |
1.36
|
Check-in
[5817]:
cleanup the account locking By rse.
(diff)
|
2007-Mar-30 11:23 |
1.35
|
Check-in
[5805]:
polish user interface By rse.
(diff)
|
2007-Mar-30 10:32 |
1.34
|
Check-in
[5799]:
consistently use a terminating semicolon in SQL By rse.
(diff)
|
2007-Mar-30 10:16 |
1.33
|
Check-in
[5794]:
cleanup authentication processing again By rse.
(diff)
|
2007-Mar-30 09:58 |
1.32
|
Check-in
[5790]:
Support "authenticate" RPC method for explicitly validating
a login and password pair under remote batch operation. By rse.
(diff)
|
2007-Mar-29 12:06 |
1.31
|
Check-in
[5787]:
give more space for SHA-1 sum By rse.
(diff)
|
2007-Mar-29 12:05 |
1.30
|
Check-in
[5786]:
fix login failures By rse.
(diff)
|
2007-Mar-29 10:42 |
1.29
|
Check-in
[5784]:
polish the canvas style By rse.
(diff)
|
2007-Mar-28 21:44 |
1.28
|
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.
(diff)
|
2007-Mar-27 15:37 |
1.27
|
Check-in
[5777]:
allow abbreviated time specs By rse.
(diff)
|
2007-Mar-23 09:48 |
1.26
|
Check-in
[5761]:
make intrusion prevention parameters configurable By rse.
(diff)
|
2007-Mar-23 09:44 |
1.25
|
Check-in
[5760]:
implement intruder detection and prevention By rse.
(diff)
|
2007-Mar-23 08:32 |
1.24
|
Check-in
[5758]:
rename status to karma; add new status (for active/inactive/disabled) and locking of account By rse.
(diff)
|
2007-Mar-22 15:44 |
1.23
|
Check-in
[5737]:
be more precise on login lookup by generating the SQL WHERE clause field according to login string content By rse.
(diff)
|
2007-Mar-22 14:39 |
1.22
|
Check-in
[5734]:
move shared menu code into own file and rename overview to profile By rse.
(diff)
|
2007-Mar-21 11:02 |
1.21
|
Check-in
[5727]:
switch login buttons for enrollment and recovery from a form button to a visually identical hyperlink and this way allow RETURN key in login form to always trigger the login button By rse.
(diff)
|
2007-Mar-21 08:33 |
1.20
|
Check-in
[5724]:
we will do password recorvery only (if the login is unknown we cannot do anything at this time of thoughts), so rename the beast By rse.
(diff)
|
2007-Mar-21 08:26 |
1.19
|
Check-in
[5723]:
remember the login name after logout By rse.
(diff)
|
2007-Mar-20 21:37 |
1.18
|
Check-in
[5716]:
make nickname an optional thing for now By rse.
(diff)
|
2007-Mar-20 21:23 |
1.17
|
Check-in
[5715]:
Add support for unique nicknames (OpenPKG requires this to not having to
display email address). By rse.
(diff)
|
2007-Mar-20 18:39 |
1.16
|
Check-in
[5711]:
Switch database access code from plain DBI to DBIx::Simple. By rse.
(diff)
|
2007-Mar-20 18:02 |
1.15
|
Check-in
[5707]:
replace all remaining OpenPKG specific texts By rse.
(diff)
|
2007-Mar-19 22:07 |
1.14
|
Check-in
[5704]:
add support for an OSSP::cfg based config file ase.cfg and move out the name (which has to be different at least on OpenPKG.org) By rse.
(diff)
|
2007-Mar-19 21:13 |
1.13
|
Check-in
[5703]:
bump year in copyright messages By rse.
(diff)
|
2006-Apr-05 19:39 |
1.12
|
Check-in
[5386]:
flush pending changes By rse.
(diff)
|
2005-Nov-29 17:38 |
1.11
|
Check-in
[5342]:
perform some logging of operations By rse.
|
2005-Nov-28 22:00 |
1.10
|
Check-in
[5339]:
CSS and XHTML cleanups; add name to form By rse.
(diff)
|
2005-Nov-28 18:11 |
1.9
|
Check-in
[5336]:
remove unused fields in database By rse.
(diff)
|
2005-Nov-24 21:32 |
1.8
|
Check-in
[5328]:
flush By rse.
(diff)
|
2005-Nov-21 22:29 |
1.7
|
Check-in
[5307]:
flush work of this evening: cleanups and fixes By rse.
(diff)
|
2005-Nov-16 14:13 |
1.6
|
Check-in
[5299]:
ok, flush my work until now: intended functionality is fully hammered in; initial redirects from application to ASE work; embedding of ASE into application screen work, etc By rse.
(diff)
|
2005-Nov-10 08:54 |
1.5
|
Check-in
[5294]:
use OSSP::ase::server as package and print program name in error message By rse.
(diff)
|
2005-Nov-09 17:46 |
1.4
|
Check-in
[5290]:
DB_File is no longer needed and replace home-brewn switchto() function with forward() from CGI::Application::Plugin::Forward By rse.
(diff)
|
2005-Aug-29 17:23 |
1.3
|
Check-in
[5110]:
apply strict XHTML rendering and allow better website embedding By rse.
(diff)
|
2005-Aug-29 14:43 |
1.2
|
Check-in
[5107]:
add loader functionality and use it to reference files By rse.
(diff)
|
2005-Aug-29 10:25 |
1.1
|
Check-in
[5106]:
split rather large ASE into smaller chunks By rse.
|