Woot! We can now redirect to an IdP page to authenticate and then back.
* Hacktastic and minimal tests - loads of tests needed. * Assume if the #EMAIL=<email> hash is specified on the URL, then try provisioning the user. * Fixed all previously broken, non-completing tests. * Added several new controllers - email_chosen, provision_primary_user, verify_primary_user.
Showing
- resources/static/dialog/controllers/actions.js 17 additions, 7 deletionsresources/static/dialog/controllers/actions.js
- resources/static/dialog/controllers/authenticate.js 5 additions, 35 deletionsresources/static/dialog/controllers/authenticate.js
- resources/static/dialog/controllers/dialog.js 12 additions, 7 deletionsresources/static/dialog/controllers/dialog.js
- resources/static/dialog/controllers/email_chosen.js 64 additions, 0 deletionsresources/static/dialog/controllers/email_chosen.js
- resources/static/dialog/controllers/page.js 2 additions, 2 deletionsresources/static/dialog/controllers/page.js
- resources/static/dialog/controllers/pickemail.js 7 additions, 6 deletionsresources/static/dialog/controllers/pickemail.js
- resources/static/dialog/controllers/provision_primary_user.js 109 additions, 0 deletions...urces/static/dialog/controllers/provision_primary_user.js
- resources/static/dialog/controllers/verify_primary_user.js 4 additions, 1 deletionresources/static/dialog/controllers/verify_primary_user.js
- resources/static/dialog/resources/helpers.js 11 additions, 38 deletionsresources/static/dialog/resources/helpers.js
- resources/static/dialog/resources/state_machine.js 8 additions, 0 deletionsresources/static/dialog/resources/state_machine.js
- resources/static/dialog/start.js 2 additions, 0 deletionsresources/static/dialog/start.js
- resources/static/shared/user.js 40 additions, 53 deletionsresources/static/shared/user.js
- resources/static/test/index.html 2 additions, 0 deletionsresources/static/test/index.html
- resources/static/test/qunit/controllers/actions_unit_test.js 24 additions, 4 deletionsresources/static/test/qunit/controllers/actions_unit_test.js
- resources/static/test/qunit/controllers/dialog_unit_test.js 11 additions, 59 deletionsresources/static/test/qunit/controllers/dialog_unit_test.js
- resources/static/test/qunit/controllers/email_chosen_unit_test.js 78 additions, 0 deletions...s/static/test/qunit/controllers/email_chosen_unit_test.js
- resources/static/test/qunit/controllers/pickemail_unit_test.js 3 additions, 3 deletions...rces/static/test/qunit/controllers/pickemail_unit_test.js
- resources/static/test/qunit/controllers/verify_primary_user_unit_test.js 5 additions, 3 deletions...c/test/qunit/controllers/verify_primary_user_unit_test.js
- resources/static/test/qunit/mocks/window.js 4 additions, 1 deletionresources/static/test/qunit/mocks/window.js
- resources/static/test/qunit/resources/helpers_unit_test.js 0 additions, 32 deletionsresources/static/test/qunit/resources/helpers_unit_test.js
Loading
Please register or sign in to comment