Mercurial > public > sg101
log
age | author | description |
---|---|---|
Sat, 03 Dec 2011 19:13:38 +0000 | Brian Neal | Refactor the logic in the rate limiter decorator. Check to see if the request was ajax, as the ajax view always returns 200. Have to decode the JSON response to see if an error occurred or not. |
Sat, 03 Dec 2011 16:25:15 +0000 | Brian Neal | Made some tweaks to the ajax login javascript. |
Sat, 03 Dec 2011 15:07:01 +0000 | Brian Neal | Changed the lockout time on logins to 2 minutes. |
Sat, 03 Dec 2011 03:25:04 +0000 | Brian Neal | For #240, make the login dialog a bit taller so no scroll bar appears on Firefox. |
Sat, 03 Dec 2011 03:14:13 +0000 | Brian Neal | For #240, tweaked the Javascript to be able to submit the form when enter is typed. |
Sat, 03 Dec 2011 02:48:18 +0000 | Brian Neal | For #240, add an "ajaxy" login via a jQuery UI pop-up dialog to streamline the login process. |
Wed, 30 Nov 2011 02:41:18 +0000 | Brian Neal | For #236, switch to a settings package scheme. |