- Feb 13, 2012
-
-
Shane Tomlinson authored
close #892
-
- Feb 10, 2012
-
-
Shane Tomlinson authored
-
- Feb 09, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
close #130
-
Shane Tomlinson authored
close #1082
-
Shane Tomlinson authored
close #1062 close #1081
-
Shane Tomlinson authored
close #1051
-
Shane Tomlinson authored
* Labels were partially hidden by input element outlines. * Submit buttons were too close to input elements. * Cancel and reset baselines were not the same. close #1072
-
- Feb 08, 2012
-
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
- Feb 07, 2012
-
-
Matjaž Horvat authored
-
Shane Tomlinson authored
issue #1058
-
Shane Tomlinson authored
issue #1062
-
Shane Tomlinson authored
issue #1062
-
- Feb 02, 2012
-
-
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
close #1031
-
- Feb 01, 2012
-
-
Matjaž Horvat authored
-
Austin King 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
-
Shane Tomlinson authored
close #947
-
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
-
Shane Tomlinson authored
* Add the .submit > a style. * Generalize the id of the cancel button to be cancel. * Update controllers for new button ids. close #1020
-
Shane Tomlinson authored
* Used for when a user returns to the authentication page - the email address is pre-filled. * Taken care of in add_email.js as well. close #984 close #1001 close #1002 close #1003 close #1004
-
Shane Tomlinson authored
* Pull out core state machine code from the original state_machine.js. * Update code and tests for use in new state machine. * Add new state_machine core. * Add history. * Add command. * Update tests. * Rename resources/state_machine to resources/state This should simplify a lot of these "cancel email verification" problems.
-
Shane Tomlinson authored
When clicking "use another email address" after "reset password", send user back to authentication screen. * Update the state machine to have a doResetPassword. * If cancelling and the next state is doResetPassword, go back two steps to auth screen. * When going to auth screen, print original email address. issue #984
-
Shane Tomlinson authored
* Change authenticate controller to use address info given in config options to avoid XHR delay. * Fix the animations so that going directly to the password section is smooth. * Update user.js->addressInfo to return the email address in the info. * Update check_registration and forgot_password for slight consistency changes. * Update the state machine to be able to add extra info to the current state's configuration. close #1001
-
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
-
Shane Tomlinson authored
close #947
-
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
-
Shane Tomlinson authored
* Add the .submit > a style. * Generalize the id of the cancel button to be cancel. * Update controllers for new button ids. close #1020
-
Shane Tomlinson authored
* Used for when a user returns to the authentication page - the email address is pre-filled. * Taken care of in add_email.js as well. close #984 close #1001 close #1002 close #1003 close #1004
-
Shane Tomlinson authored
* Pull out core state machine code from the original state_machine.js. * Update code and tests for use in new state machine. * Add new state_machine core. * Add history. * Add command. * Update tests. * Rename resources/state_machine to resources/state This should simplify a lot of these "cancel email verification" problems.
-
Shane Tomlinson authored
When clicking "use another email address" after "reset password", send user back to authentication screen. * Update the state machine to have a doResetPassword. * If cancelling and the next state is doResetPassword, go back two steps to auth screen. * When going to auth screen, print original email address. issue #984
-
Shane Tomlinson authored
* Change authenticate controller to use address info given in config options to avoid XHR delay. * Fix the animations so that going directly to the password section is smooth. * Update user.js->addressInfo to return the email address in the info. * Update check_registration and forgot_password for slight consistency changes. * Update the state machine to be able to add extra info to the current state's configuration. close #1001
-
- Jan 30, 2012
-
-
Lloyd Hilaiel authored
-