- May 02, 2012
-
-
Lloyd Hilaiel authored
require authentication on complete_* wsapis to reduce risk now that password is provided before email verification. issue #290 and a pre-requisite for issue #1000
-
- Feb 27, 2012
-
-
Lloyd Hilaiel authored
* all database functions return an err as the first param which is non-null for failure. * all wsapis handle database errors and return service unavailable to client. * stalled-mysql-test implements unit tests to verify proper failure behavior of all wsapis. * configuration parameter added to define max allowed time per query
-
- Feb 17, 2012
-
-
Lloyd Hilaiel authored
refactor httputils to remove needless logic and better leverage express. easier to read and maintain. also remove unused and unnec functions
-
- Feb 09, 2012
-
-
Lloyd Hilaiel authored
-
- Jan 17, 2012
-
-
Lloyd Hilaiel authored
-
- Oct 28, 2011
-
-
Lloyd Hilaiel authored
implement throttling on outbound emails: don't send emails to the same address more than once per minute - issue #430
-
Lloyd Hilaiel authored
-
- Sep 15, 2011
-
-
Lloyd Hilaiel authored
-
- Aug 09, 2011
-
-
Lloyd Hilaiel authored
-
- Jul 20, 2011
-
-
Lloyd Hilaiel authored
-
- Jun 21, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Apr 13, 2011
-
-
Lloyd Hilaiel authored
-
- Apr 11, 2011
-
-
Lloyd Hilaiel authored
-
- Apr 10, 2011
-
-
Lloyd Hilaiel authored
implement polling in dialog and related wsapi in server, this is when waiting for email verification, subsequent to sign up
-
- Apr 09, 2011
-
-
Lloyd Hilaiel authored
-