- Aug 06, 2012
-
-
Jared Hirsch authored
-
Jared Hirsch authored
TODO: probably should do another pass at reorganizing the README file.
-
Jared Hirsch authored
-
Jared Hirsch authored
-
Jared Hirsch authored
-
- Aug 03, 2012
-
-
Jared Hirsch authored
-
Jared Hirsch authored
-
Jared Hirsch authored
-
- Aug 01, 2012
-
-
Jared Hirsch authored
Command used: "git subtree add --prefix=automation-tests/browserid \ --squash git://github.com/mozilla/bidpom.git master" git-subtree allows us to interact with upstream, while keeping the bidpom module visible to the super-project. learn more here: http://apenwarr.ca/log/?m=200904#30 Here is the default git-subtree commit message: Merge commit 'df32ab8c' as 'automation-tests/browserid'
-
Jared Hirsch authored
git-subtree-dir: automation-tests/browserid git-subtree-split: f4063ba738486918a9a2fedea3545f37f949e3d6
-
Jared Hirsch authored
We'll add bidpom as a git-subtree as a next step
-
Lloyd Hilaiel authored
catch winchan removeListener error in IE8
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
If the user hits the /signin or /forgot pages while signed in, redirect them to the "/" page. close #1345
-
- Jul 31, 2012
-
-
Shane Tomlinson authored
-
Sean McArthur authored
removeListener throws in IE8
-
Sean McArthur authored
only Firefox seems to make the placeholder text be the same color as the normal text, so this will set the placeholder to a lighter grey fixes #2187
-
- Jul 28, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
- Jul 27, 2012
-
-
Sean McArthur authored
Usability enhancements to the forgot password screen.
-
Sean McArthur authored
-
Shane Tomlinson authored
* Disable the email field. * Focus the first password field instead of the email field. * If no email is stored (user did not come from /signin or /signup), redirect the user to /signin. * If email address that is stored is not known, redirect to /signup. * If email address that is stored is known but a primary, redirect to /signin * When calling User.addressInfo on a primary address, check whether the address is known or not. Allows us to simplify the forgot page.
-
Austin King authored
-
Sean McArthur authored
Issue 2120 combine signin signup pages into /signin
-
jared hirsch authored
Send html versions of emails
-
Sawyer Hollenshead authored
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
always set currentHint to null at startup r+ Thanks @seanmonstar! close #2132
-
Shane Tomlinson authored
* Remove the 250ms animation time. * Update/fix unit tests.
-
Sean McArthur authored
process.env converts all values set into strings, so its better to just not set it.
-
Sean McArthur authored
fixes #2132
-
- Jul 26, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Give the Persona window the name __persona_dialog when opening. Thanks @lloyd, I removed the unused paths. close #1023
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Give the Persona window the name __persona_dialog when opening. Useful for Selenium tests which need an easy mechanism to get a handle to the window being tested.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
upgrade data formats @benadida - With your check for only one of 'public-key' or 'publicKey', I am comfortable with this change. Thanks for being patient while I learned a bit more about jwcrypto and the BrowserID spec. r+
-