- Feb 03, 2012
-
-
Lloyd Hilaiel authored
break common production config out into production.json, dev.json is dead now that dev is just an aws deployment
-
- Jan 31, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Jan 30, 2012
-
-
Lloyd Hilaiel authored
-
- Jan 27, 2012
-
-
Lloyd Hilaiel authored
partial implementation of super-magic instadeploy of browserid to AWS instances. next up? security groups. Then automatic git remote addition. The addition of app user and a whole pile of tweaking on the template image.
-
- Jan 20, 2012
-
-
Lloyd Hilaiel authored
-
- Jan 12, 2012
-
-
Lloyd Hilaiel authored
-
- Jan 05, 2012
-
-
Lloyd Hilaiel authored
-
Ben Adida authored
updated to new version of client-sessions, renamed, and re-added connect-cookie-session for example primary
-
- Jan 03, 2012
-
-
Ben Adida authored
changed session over to benadida's node-cookie-session with encryption and signing of the cookie, closes #416, closes #832
-
- Dec 31, 2011
-
-
Lloyd Hilaiel authored
implement a 'maximum request time' for bcrypt work. server now fails more gracefully under backbreaking load, returning 503s to clients of the authenticate_user api. update loadgen to be less dramatic about, but still display, 503 errors. first part of issue #787 - a partial fix for #785 in dere too
-
- Dec 17, 2011
-
-
Lloyd Hilaiel authored
update to jwcrypto 0.1.1 - now the verifier supports 'new style' assertions which are JWS structures separated by tildes and don't double base64 encode. assertion size down 33%. we still generate only old style assertions. issue #507
-
- Dec 14, 2011
-
-
Lloyd Hilaiel authored
-
- Dec 13, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Dec 09, 2011
-
-
Lloyd Hilaiel authored
move to a manual tarball of statsd, as github dynamic tgz gen seems broken, prevents npm install from working
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Dec 08, 2011
-
-
Lloyd Hilaiel authored
upgrade to a branch of statsd that lazily closes ephemeral UDP ports, so that we're not allocating one UDP socket per request when under load. closes #680
-
- Nov 30, 2011
-
-
Lloyd Hilaiel authored
fix regression in keysigner - ensure non-default VAR_PATH is relayed to compute processes - issue #213
-
Lloyd Hilaiel authored
-
- Nov 29, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
improve node.js version checking. eliminate DRY violation, and use semver for robust version specification and matching. nice yak, eh?
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
express our dependency on nodejs >= 0.6.3 in package.json and in code. (note: I'm not sure package.json actually does anything useful, but it's a good place to document it)c
-
- Nov 28, 2011
-
-
Pete Fritchman authored
-
Lloyd Hilaiel authored
-
- Nov 26, 2011
-
-
Lloyd Hilaiel authored
-
- Nov 23, 2011
-
-
Lloyd Hilaiel authored
-
- Nov 22, 2011
-
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
- Nov 19, 2011
-
-
Lloyd Hilaiel authored
-
Ben Adida authored
-
Lloyd Hilaiel authored
store public key on disk as a certificate which has embedded creation time. use that as the value returned in /wsapi/session_context as domain_key_creation_time - now you can update keys at any time and outstanding client certs are expired automatically - closes #599
-
- Nov 18, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
update jwcrypto, now issued_at is part of certificate. in frontend code compare server time, issued_at, and domain_key_creation_time to determine if a cert has expired. (previously, clock skew could cause certs to be regened every single time. hawt.) issue #599
-
- Nov 16, 2011
-
-
Ben Adida authored
-