- 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
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Austin King authored
-
Austin King authored
-
Austin King authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
in production_locales, only use local.json if nothing else is explicitly configured in the environment
-
Lloyd Hilaiel authored
-
- Feb 02, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
close #1042
-
Shane Tomlinson authored
Fixing up a bunch of cancel primary verification flows. This is when a user is verifying with a primary and they hit ccancel and are redirected back to BrowserID. Flows: * Required email cancel. * Cancel add user to current account. * Cancel create new user. Others Items added. * Add a "cancel" button to the sample RP. * Defer how state should be handled for primary user verification from dialog to state. issue #983 issue #1036
-
Shane Tomlinson authored
The change to the new config busted the way include.js was served. Instead of checking which env is being used, check whether the user wants to use minified resources. If they do, serve up the compressed include.js, if not, serve up the debug version. close #1027 close #1035
-
Shane Tomlinson authored
close #1031
-
- Feb 01, 2012
-
-
Austin King authored
Conflicts: resources/static/dialog/views/required_email.ejs resources/static/dialog/views/verify_primary_user.ejs scripts/deploy/vm.js
-
Austin King authored
-
Matjaž Horvat authored
-
Lloyd Hilaiel authored
fix provisioning failure where DescribeInstance doesn't find an instance immediately after provisioning
-
Austin King authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
Fixing the complete registration flow when the browser the user completes registration is different from the one they started at. * in check_registration.js, the "auth" message has been changed to "authenticate" * in user.js, when the registration poll completes, set the "known" field of the address in the addressInfo cache to "true" closes #1026, closes #973
-
Austin King authored
-
Austin King authored
-
Shane Tomlinson authored
close #947
-
Shane Tomlinson authored
* create_templates looks for the BUILD_DIR env variable and places templates there. * compress sets the BUILD_DIR env variable for create_templates. close #1021
-
Shane Tomlinson authored
Show a "cancel" link instead of "and use another email" in wait for verification screen for required email. * Send whether the flow is a required email flow to the confirm_email screen. * Removing email being confirmed state from actions.js and move this to state.js * Add some tests for both states and actions that were missing. * Instead of a "use another email" link, there is a "cancel" link which closes the dialog. close #987
-
Shane Tomlinson authored
* Change the ordering of the includes so that Function.prototype.bind is declared before gettext. close #1022
-