- Aug 18, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
use npm-lockdown
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
(selenium tests) fix enemy #1 - turn two distinct transactions into a signle transaction to fix StaleElementErrors seen during ChangePassword tests /cc @klrmn @zac @6a68
-
- Aug 17, 2012
-
-
Lloyd Hilaiel authored
-
Zach Carter authored
A script to run all selenium tests against saucelabs from the command line or another script
-
Lloyd Hilaiel authored
A script to run tests against saucelabs (w/ contributions from Leah [:klrmn] Klearman and Zach [:zcarter] Carter)
-
Shane Tomlinson authored
Issue #2277 signup redirect This gets an r+ from me. Nice cleanup as well @zaach. close #2277
-
- Aug 16, 2012
-
-
Zachary Carter authored
-
Zachary Carter authored
-
Jared Hirsch authored
4c10bb2 Merge pull request #42 from zacc/add_is_this_your_computer a490f28 Add methods and test for 'is this your computer' git-subtree-dir: automation-tests/browserid git-subtree-split: 4c10bb2b2c46b6b56d224f52945b55c4e1c256f1
-
Lloyd Hilaiel authored
avoid running tests that require --email
-
Zach Carter authored
Bug #2307: don't expire existing sessions when adding a secondary address
-
- Aug 15, 2012
-
-
Brian Warner authored
If a persona.org account is initially created with a "primary" address (meaning an address served by a participating IdP, so persona.org is given an assertion from that IdP as proof of ownership), the new account will not have a password associated with it. If you then add a "secondary" address (meaning an address *not* served by a participating IdP, requiring an email challenge to prove ownership), you will have to set up a password when you add the secondary. The establishment of this password should *not* invalidate any sessions that were set up earlier. In Bug #2307, this manifested as the first browser (in which the add-secondary-email operation was started, so it had the old session and was waiting for the operation to complete, polling /wsapi/email_addition_status all the while) receiving a "400 Unauthorized" error when the email challenge link was opened in a second browser (which thus got a new session). The test for this effect lives in tests/primary-then-secondary-test.js, which need the same 2-second delay as password-update-test.js (to make sure that the modified lastPasswordReset time was actually different than the previous value, so the session really would be expired).
-
Leah Klearman authored
avoiding them in two ways, * -m travis * skip if mozwebqa.email == None also, longer timeouts
-
Lloyd Hilaiel authored
Removing DEPLOYMENT.md per lloyd
-
Austin King authored
-
jared hirsch authored
Personaorg tests
-
Leah Klearman authored
-
Leah Klearman authored
-
- Aug 14, 2012
-
-
Lloyd Hilaiel authored
-
jared hirsch authored
Issue 2254 runpy enhancements
-
Jared Hirsch authored
-
Jared Hirsch authored
-
Jared Hirsch authored
-
Jared Hirsch authored
-
Shane Tomlinson authored
* Use termsOfService over tosURL and privacyPolicy over privacyURL * Check for renamed/deprecated tosURL and privacyURL. * Check for deprecated requiredEmail. * Check for renamed loggedInUser/loggedInEmail
-
Lloyd Hilaiel authored
-
Sean McArthur authored
Fix users who enter wrong email address, cancel, enter correct email address then forgot password.
-
Lloyd Hilaiel authored
Conflicts: .gitignore ChangeLog lib/email.js package.json scripts/browserid.spec
-
- Aug 13, 2012
-
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Add the notion of momentos to the state machine so that back properly works.
-
Shane Tomlinson authored
-
- Aug 11, 2012
-
-
Shane Tomlinson authored
* Use termsOfService over tosURL and privacyPolicy over privacyURL * Check for renamed/deprecated tosURL and privacyURL. * Check for deprecated requiredEmail. * Check for renamed loggedInUser/loggedInEmail
-
Lloyd Hilaiel authored
Deprecate silent option + ensure the callback is only called once for navigator.id.get with the silent: true option.
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
move hash update later in authenticate_user call, as session cookie must be updated for bcrypt hash update to succeed.
-