- Jun 27, 2012
-
-
Zachary Carter authored
The `static` process has been added to handle cachable resources and views, so code relevant to serving those resources has been removed from `browserid`. The `router` heartbeat now depends on both `browserid` and `static` processes being ok. `router` now forwards wsapi writes to `dbwriter`, reads to `browserid`, and errors on unkown or internal wsapi requests. The wsapi setup for `browserid` no longer handles forwards, though some wsapi operations may trigger a forward to `dbwriter`.
-
- Jun 25, 2012
-
-
Shane Tomlinson authored
issue #1793
-
- Jun 21, 2012
-
-
Zachary Carter authored
-
- 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
-
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
-
Shane Tomlinson authored
-
- Jun 18, 2012
-
-
Shane Tomlinson authored
issue #1733
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Make the about code use a PageModule. * Include the about module in the static_resources instead of including it separately. * Start the about module when looking at the about page. * Add ultra basic unit test for about page.
-
John Morrison authored
- fix two comparisons I noticed would always be false (one of which was hiding the /verify failure - fix a trivial error message formatting bug GH-1278
-
- 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
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Jun 13, 2012
-
-
Lloyd Hilaiel authored
Change browserid.org urls to persona.org, introduce static.login.persona.org for all static resources.
-
Shane Tomlinson authored
When a user completes the verification, set their logged in status for the site so a silent assertion can get generated. * Add countdown until the redirect.
-
- Jun 11, 2012
-
-
Lloyd Hilaiel authored
add host parameter back to mysql configuration - fixes accidental regression in commit 3f4368d2
-
Lloyd Hilaiel authored
complete_user_creation is less aggressive about deleting the pendingCreation toeken - this allows a user to reload to try to complete email creation if the database is temporarily down
-
Shane Tomlinson authored
* IE and Opera both try to download all declared fonts, whether the fonts are used or not. This is an unnecessary performance hit * Create separate font files. One each for common, dialog, and mainsite. The mainsite needs italics, which the dialog does not.
-
Shane Tomlinson authored
issue #1695
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
* Add a new controller and template - rp_info * Adjust the screen size hacks to take into account the dynamic height "favicon" * Add an action to start the rp_info service. * properly check and escape logoURL and name in dialog.js * Add some tests ensuring logoURL and name are escaped. * Print information in rp_info controller. issue #1098
-
- Jun 08, 2012
-
-
Lloyd Hilaiel authored
-
- Jun 06, 2012
-
-
Zachary Carter authored
-
Zachary Carter authored
-
Austin King authored
-
- Jun 05, 2012
-
-
Zachary Carter authored
-
- Jun 04, 2012
-
-
Zachary Carter authored
Fix globals in wsapi.js that seemed to be created unintentionally and fix the modules that depended on implicit globals
-
- Jun 01, 2012
-
-
Lloyd Hilaiel authored
-
- May 30, 2012
-
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
* Fix wait, delay, and error screen colors and positions.
-
Shane Tomlinson authored
-
- May 29, 2012
-
-
Zachary Carter authored
-
Lloyd Hilaiel authored
-