- Jun 20, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
rework __heartbeat__ log message - heartbeat failure is a .warn(), not an error(). the latter indicates an unexpected condition that should never happen in production. thought here is that the dependee that's failing should have errors() in her log message, and the depener should have warnings. Also, this gets error messages out of the console output of the unit test.
-
Lloyd Hilaiel authored
for __heartbeat__ use an application level global timeout to catch the situation where the other end is not reachable and ensure total wait time is <= 5s (in this case, no 'connect' event is ever emitted)
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
add unit tests for __heartbeat__, includes exposing PIDs of all running daemons so tests may do stuff with them (like kill SIGSTOP)
-
Zachary Carter authored
Handle connection errors and timeouts correctly on heartbeat dependency checks and send error in response - issue #1767
-
- Jun 19, 2012
-
-
Zachary Carter authored
-
Lloyd Hilaiel authored
Fix submit occuring when selecting an email address in Firefox from the autocomplete list.
-
Lloyd Hilaiel authored
Issue 1733 debug region
-
Lloyd Hilaiel authored
Round the timestamp to the nearest 10 minutes.
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
Jed Parsons authored
updated genKeyPair IdP callback to pass a string pubkey, not a JSON object
-
Ben Adida authored
-
- Jun 18, 2012
-
-
Shane Tomlinson authored
issue #1733
-
Shane Tomlinson authored
issue #1732
-
Shane Tomlinson authored
issue #1780
-
Lloyd Hilaiel authored
Change some remaining user facing BrowserID strings to Persona.
-
Shane Tomlinson authored
-
- Jun 15, 2012
-
-
Lloyd Hilaiel authored
Fix the flashes that occur when verifying an email address.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Only show info once the account has been verified. * Unify the styles for the "has this address already been registered" error. * Remove all the dead code that was left over from issue #1000 merge. issue #1734
-
Shane Tomlinson authored
in the communication iframe, initialize ALL local storage values immedia... This is a nice solution to a terrible browser bug. r+ close #1637
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
Only allow siteLogo's to be served from https RPs.
-
Shane Tomlinson authored
issue #1761
-
Lloyd Hilaiel authored
in the communication iframe, initialize ALL local storage values immediately at startup to fix IE8 localStorage sync problems. issue #1637
-
Shane Tomlinson authored
remove dead, untested code - retrieveTemporaryKeypair and storeTemporary... r+ - This code hasn't been used in a long long time. Thanks for the cleanup!
-
Lloyd Hilaiel authored
remove dead, untested code - retrieveTemporaryKeypair and storeTemporaryKeypair are referenced nowhere, have no tests, and were introduced in sept 8th 2011. they should be removed.
-
- Jun 14, 2012
-
-
Lloyd Hilaiel authored
update BrowserID to Persona in the prove_template email signature - not final but now it is less confusing and matches the url and from address
-
Lloyd Hilaiel authored
Run images through PageSpeed's lossless image compressor to shrink them.
-
Shane Tomlinson authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
remove redirects for /manage, /users and /primaries - closes #1248
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
Change browserid.org urls to persona.org, introduce static.login.persona...
-
Shane Tomlinson authored
-