- Sep 26, 2011
-
-
Lloyd Hilaiel authored
WSAPI CHANGES in preparation for new UX flows, specifically where you provide a password AFTER verifying emails. * stage_user no longer takes a password * after calling stage_user, you can poll status with user_creation_status * instead of 'prove_email_ownership', you call 'complete_user_creation' and provide a password * add_email is now 'stage_email' * after calling stage_email, you can poll status with email_addition_status * instead of 'prove_email_ownership', you call 'complete_email_addition' and provide a password * stage_* and complete_* calls are POST * *_status calls succeed continuously (not only once)
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
Giving the "new email address" field a label. Made the transition to show the new email address field smoother.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Making sure the correct buttons are shown when appropriate, smoothing out jumps.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
issue #276
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
BrowserIDIdentities has the added advantage of adding the correct classname to the body.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
This does no syncing if the user is authenticated.
-
Shane Tomlinson authored
Changing the signIn button in about.ejs from a button to an anchor.
-
Shane Tomlinson authored
Since we are autofocusing input elements, it gives a poor user experience because the text flashes.
-
Shane Tomlinson authored
Conflicts: browserid/static/include.js
-
- Sep 24, 2011
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
- Sep 23, 2011
-
-
Lloyd Hilaiel authored
fix issue where hash changes during dialog interaction would break things. extract relay frame id from hash at load time. closes #295
-
Lloyd Hilaiel authored
remove migrate_to_certs.sql from dev, it's not relevant anymore (its an ad-hoc step that's riding train-2011.09.22)
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
fix issue where hash changes during dialog interaction would break things. extract relay frame id from hash at load time. closes #295
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
improve documentation of changes to window opening to deal with firefox bugs and code loading race conditions
-