- Jul 24, 2012
-
-
Shane Tomlinson authored
Remove unused requires from bin/ processes Cleanup like this is always appreciated. Thanks @zaach! back and front end tests pass. r+
-
Shane Tomlinson authored
Nodejs ephemeral keys issue #1769
-
Shane Tomlinson authored
-
Shane Tomlinson authored
add spellcheck="false" to email fields Tested in Safari, Chrome on OSX, Safari on iOS5. front and backend unit tests pass. r+ close #2116
-
- Jul 23, 2012
-
-
Sean McArthur authored
fixes #2116
-
Sean McArthur authored
When the screen resizes, update the button size as well.
-
Sean McArthur authored
Declare the "favIconHeight". Fix other JSHint errors.
-
Sean McArthur authored
Make x_frame_options configurable. Default to DENY.
-
Sean McArthur authored
state machine refactor.
-
Sean McArthur authored
moved node-statsd to optionalDependency
-
Sean McArthur authored
-
Sean McArthur authored
-
Zachary Carter authored
-
Shane Tomlinson authored
Supress warning about ver.txt when run locally and use git sha as version Nice work on this @zaach. A good cleanup. r+ close #928
-
Shane Tomlinson authored
* Useful for when running unit tests on testmob.org. Unit tests and code need to be embedded in an iframe.
-
Shane Tomlinson authored
Conflicts: resources/static/dialog/js/misc/state.js
-
Shane Tomlinson authored
Always send "new_account" in the KPI data. Default to false. close #2061
-
Shane Tomlinson authored
Make the verify button look the same on the signin page as the signup page. close #2082
-
Shane Tomlinson authored
Do not select an email address if no email is associated with a site. close #2059
-
Shane Tomlinson authored
Conflicts: resources/static/test/testHelpers/helpers.js
-
Shane Tomlinson authored
Update copy for forgot password on main site to match dialog.
-
Shane Tomlinson authored
Focus the password field on the confirmation page if the user has to enter their password. close #2087
-
- Jul 22, 2012
-
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
improve i18n of main site - strings for translators should not include site implementation details (links, ids, etc) - this prevents accidental breakage and allows us to change our ids and links without requiring retranslation. closes #2093
-
- Jul 21, 2012
-
-
Lloyd Hilaiel authored
Issues 2088 and 2104
-
Lloyd Hilaiel authored
(example code) fix logout button in example primary. we've required that folks call navigator.id.logout(), invoking the logout function with navigator.id as the this pointer.
-
Shane Tomlinson authored
When a secondary email is verified, make sure its verified bit is set to true. Lots of cleanup for readability.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
When the verification poll completes, if the user is not currently authenticated to the "password" level, use the staged password to authenticate the user. If user never entered a password, kick them over to the enter your password screen.
-
Lloyd Hilaiel authored
Issue2104 verify email reset multiple browsers
-
Lloyd Hilaiel authored
audit and simplify logic in email_for_token to return proper hint to frontend on whether they should get a password from the user and forward it along with the 'complete' request during verification process for acct creation, password reset, email addition, and email re-verificaiton
-
- Jul 20, 2012
-
-
Lloyd Hilaiel authored
Fix forgot password redirection to /signin
-
Lloyd Hilaiel authored
Fix error on too short of old password when changing password.
-
jared hirsch authored
Update "Developer" links to point to our MDN root
-
Dan Callahan authored
Rather than going straight to the quick setup, we should link to somewhere that gives a little more context.
-
Zachary Carter authored
-
Zachary Carter authored
-
Shane Tomlinson authored
* to page_helpers.emailSent, add a new input paramter - pollFuncName. The poll functions are unique for each type of email sent.
-