- Nov 14, 2011
-
-
Lloyd Hilaiel authored
initial implementation of request forwarding, cookies set from dbwriter are still not being properly passed through - issue #460
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
fix typo: complete_email_addition writes the database and hence should be forwarded to dbwriter - issue #460
-
Lloyd Hilaiel authored
improve per-process informational debug output about what WSAPIs are supported, their requirements, and how they are handled (forwarded or handled locally?) - issue #460
-
- Nov 10, 2011
-
-
Lloyd Hilaiel authored
This reverts commit 019857e3.
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
don't log an error level message if the json database does't exist (yet), just a debug. closes #509
-
- Nov 04, 2011
-
-
Ben Adida authored
-
- Nov 10, 2011
-
-
Lloyd Hilaiel authored
add the dbwriter process. it's not yet hooked up, but starts up and runs, and included in health check.
-
Lloyd Hilaiel authored
reorganize browserid process - break out view serving and wsapi handling. preparation for dbwriter split. issue #460
-
- Nov 09, 2011
-
-
Lloyd Hilaiel authored
rework mysql connection logic: fixes create_schema flag and properly reconnects to database. closes #548
-
Lloyd Hilaiel authored
-
- Nov 08, 2011
-
-
Lloyd Hilaiel authored
-
- Nov 07, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Nov 04, 2011
-
-
Lloyd Hilaiel authored
everything else is filtered. Things like Content-Encoding shouldn't be blindly forwarded. Also when forwarding responses, ensure proper casing of headers. issue #460
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
ensure that the internal code_update URL is hit *precisely* to reduce the risk of improperly configured servers and sloppy expressjs routing letting just anyone reboot a server. bug #699171
-
Lloyd Hilaiel authored
implement graceful process shutdown, and clear logging as to the reason why processes are terminating. include winston handling of uncaught exceptions. this all goes into a library that all of our processes use. closes #529
-
Lloyd Hilaiel authored
in production (dev/beta/prod) use a more conventional logging format that includes timestamps. closes #234
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
ensure that the internal code_update URL is hit *precisely* to reduce the risk of improperly configured servers and sloppy expressjs routing letting just anyone reboot a server. bug #699171
-
Lloyd Hilaiel authored
implement graceful process shutdown, and clear logging as to the reason why processes are terminating. include winston handling of uncaught exceptions. this all goes into a library that all of our processes use. closes #529
-
- Nov 03, 2011
-
-
Lloyd Hilaiel authored
in production (dev/beta/prod) use a more conventional logging format that includes timestamps. closes #234
-
Ben Adida authored
-
- Nov 02, 2011
-
-
Lloyd Hilaiel authored
temporarily disable relay to keysigner until http forwarding logic is figured out/fixed - issue #460
-
Lloyd Hilaiel authored
add back an erroneously removed check in cert_key to verify that the authenticated user has verified the email which they are trying to get a certificate for - issue #460
-
Lloyd Hilaiel authored
fix a bug in validation library. if we find a parameter validation error, don't call the next handler in the onion ring, fail out
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
break 'checkParams' feature out into a separate file so it can be shared by multiple processes - issue #460
-
- Oct 28, 2011
-
-
Lloyd Hilaiel authored
-
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
-
Lloyd Hilaiel authored
-
- Sep 14, 2011
-
-
Lloyd Hilaiel authored
-
- Sep 08, 2011
- Sep 07, 2011
-
-
Ben Adida authored
-