- Aug 08, 2012
-
-
Shane Tomlinson authored
a command-line tool for looking at browserid stuff in localStorage sqlite databases on Firefox, Chrome and Safari @jrgm - this is a pretty awesome utility! @jrgm - This is a pretty fantastic utility! Two suggestions I have: * Some documentation on where to find the default profiles would be helpful Default profile locations: ``` Firefox: ~/Library/Application\ Support/Firefox/Profiles/<profile_name> Chrome: ~/Library/Application\ Support/Google/Chrome/Default/ Safari: ~/Library/Safari/ ```
-
Shane Tomlinson authored
add nodejs 0.8 to travis-ci r+ This adds 0.8 in addition to 0.6 testing.
-
- Aug 07, 2012
-
-
Zach Carter authored
Change loggedInEmail to loggedInUser in the example RP
-
Zach Carter authored
Give "next" button a unique ID.
-
Sean McArthur authored
Make sure only one is ever shown at a time. Some further cleanup because tooltip code was fugly.
-
Sean McArthur authored
Add spinners to the submit buttons whenever submit is disabled.
-
Sean McArthur authored
Fix the user going back to the "enter email" state if they select an email using auto-complete and then type CTRL-C on the email address.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Conflicts: lib/email.js
-
Sean McArthur authored
-
Lloyd Hilaiel authored
upgrade to jwcrypto 0.4.2 which fixes windows and properly installs bigi...
-
Lloyd Hilaiel authored
upgrade to jwcrypto 0.4.2 which fixes windows and properly installs bigint into envs where it is supported
-
- Aug 06, 2012
-
-
Lloyd Hilaiel authored
Fix "IE doesn't keep you logged in between restarts (or page reloads)" p...
-
Sean McArthur authored
Make sure navigator.id.get can be called with no options.
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Relocating the MDN docs to be under "Persona" Tests pass, clicking links open to new pages. This gets a big r+ from me! close #2125
-
Shane Tomlinson authored
-
- Aug 05, 2012
-
-
John Morrison authored
a tool for looking at browserid stuff in localStorage sqlite databases on Firefox, Chrome and Safari
-
- Aug 03, 2012
-
-
Jed Parsons authored
KPI renaming
-
Dan Callahan authored
-
Lloyd Hilaiel authored
Use xgettext on the new location for email templates
-
Zachary Carter authored
-
Lloyd Hilaiel authored
Fix "IE doesn't keep you logged in between restarts (or page reloads)" problems by disabling cookie check in iframe. issue #2218 & issue #2183
-
Shane Tomlinson authored
Fix the user going back to the "enter email" state if they select an email using auto-complete and then type CTRL-C on the email address.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
- Aug 02, 2012
-
-
Sean McArthur authored
Allow long RP names to wrap.
-
Sean McArthur authored
Give the tooltip an arrow.
-
Sean McArthur authored
Move tooltips to where they are less obtrusive.
-
- Aug 01, 2012
-
-
Lloyd Hilaiel authored
update jwcrypto dependency to 0.4.0
-
Brian Warner authored
I grepped through the browserid code (as of 0366b9f7) and verified that all calls to cert.sign() have been updated to match the new API in jwcrypto-0.4.0 . The use of jwcrypto-0.4.0 allows browserid code to handle the new key format and certificate format in version="2012.08.15". It won't create new-format keys or certs yet: that will require a new jwcrypto release, as well as changes in browserid to detect when it is safe to use the new format (we must either wait for all deployed IdP primaries, browser implementations, and verifiers to handle the new format, or implement feature-advertisements and negotiation tools to selectively enable it). The cert.sign() API calls were actually upgraded to the new API in commit 67e54de3, when pull-request #2133 was landed. The branch was not quite ready at that time, as it was using a named branch of jwcrypto instead of the final 0.4.0 release. This commit effectively finishes off that branch.
-
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
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Move the "passwords do not match" on the set password screen above the first password. * Move the "this email address and password do not match" above the email field.
-