- Oct 25, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
merge fix for issue #2629 into train-2012.10.12: fix winchan to allow others to use postMessage without breaking (specifically, drop messages which are not properly formed 'initial request' messages from our spawner)
-
- Oct 24, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
Update config/l10n-prod.json
-
Matjaž Horvat authored
Remove bg
-
- Oct 15, 2012
-
-
Lloyd Hilaiel authored
-
- Oct 12, 2012
-
-
Zach Carter authored
fix email delivery in train-2012.10.12
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Oct 11, 2012
-
-
Lloyd Hilaiel authored
add public_static_url configuration default to static.login.persona.org
-
Sean McArthur authored
-
Zach Carter authored
we throw Errors here, nothing else
-
- Oct 10, 2012
-
-
Sean McArthur authored
give us stack traces!
-
Austin King authored
upgrade connect-cachify to 0.0.11
-
Sean McArthur authored
Corrects the source order on the label/input password fields
-
Sean McArthur authored
Move cachify setup before views are executed
-
Austin King authored
-
Sean McArthur authored
Hides edit_password_form from screen readers when visually hidden
-
Sean McArthur authored
Replace the global variables that were used like instance variables with proper instance variables.
-
Sean McArthur authored
Issue 2561 internal api logout
-
Sean McArthur authored
remove dialog.js->getVerifiedEmail, it is no longer used.
-
Sean McArthur authored
remove the transitional code
-
Sean McArthur authored
removes globals variables fixes #2563
-
- Oct 08, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
- Oct 05, 2012
-
-
Shane Tomlinson authored
-
- Sep 28, 2012
- Sep 27, 2012
-
-
Zach Carter authored
Remove the extra "a" from "We are sorry, this is taking a longer than it should."
-
- Sep 26, 2012
-
-
Brian Warner authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
execute postinstall.js using node Low risk, does not affect stage/prod, only ephemeral instances. Ran on an ephemeral instance everything operated as expected. r+ close #2359
-
Sean McArthur authored
fixes #2359
-
- Sep 25, 2012
-
-
Brian Warner authored
When "primary" addresses (which come from browserid-aware IdPs) are associated with a Persona account, users can perform certain operations (including add_email) with a primary-backed assertion. This changes primary.verifyAssertion(), which checks such assertions, to make sure their .issuer field is actually allowed to speak for the address in question. delegatesAuthority() was taught about proxyIDPs and g_shim_cache. This shouldn't affect normal operations (which never have g_shim_cache), but allows proxy-idp-test.js to pass. A pre-existing bug (which ran the callback multiple times) was fixed too, to keep bigtent from breaking. A unit test was added, exercising /wsapi/add_email_with_assertion. This works by creating a cert (signed by one domain), and certifying a principal at an unrelated domain. Anyone who accepts certs should reject this.
-
Sean McArthur authored
Allow site-templates.js and templates.js to be requested on ephemeral instances but not on stage or prod.
-
Shane Tomlinson authored
Allow site-templates.js and templates.js to be requested on ephemeral instances but not on stage or prod.
-
Shane Tomlinson authored
pre-process cachify in templates r+ - I dig this. Very nicely done @seanmonstar, the entire approach to getting cachify to work on the frontend is solid. You have done some awesomeness to consolidate code paths and make our development branch work more like our production branch. close #2502
-