- Jul 28, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
- Jul 27, 2012
-
-
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.
-
- Jul 25, 2012
-
-
Shane Tomlinson authored
* Remove the signup page and all remnants of it.
-
- Jul 10, 2012
-
-
Shane Tomlinson authored
-
Lloyd Hilaiel authored
rename the 'add email' email we send out to 'confirm', and use it in both the email addition case, and the email reverification case. This is more about semantics than behavior change
-
- Jul 04, 2012
-
-
Shane Tomlinson authored
Update network.js for password_reset_status cleanup user.js for for better cohesion.
-
Shane Tomlinson authored
Add the "verified" bit to emails. Start shells for the reset_password and confirm pages.
-
- Jun 27, 2012
-
-
Shane Tomlinson authored
common/ js css i dialog/ js css i pages/ js css i
-
- Jun 26, 2012
-
-
Shane Tomlinson authored
-
- Jun 18, 2012
-
-
Shane Tomlinson authored
* Make the about code use a PageModule. * Include the about module in the static_resources instead of including it separately. * Start the about module when looking at the about page. * Add ultra basic unit test for about page.
-
- Jun 14, 2012
-
-
Shane Tomlinson authored
Prevent the "unknown path" console message from being displayed on the "/tos", "/privacy", and "/about" pages. issue #1518
-
- Jun 06, 2012
-
-
Shane Tomlinson authored
issue #1693
-
- May 30, 2012
-
-
Shane Tomlinson authored
* Fix wait, delay, and error screen colors and positions.
-
Shane Tomlinson authored
A lot of cleanup to make the site smoother, IE8 fixes, removing dead code, make the arrow transition smoother. * On the main page, update card with new design. * Simplify a lot of styles and layout. * Clean up the "about page" * Using css transitions for the arrow slide. * Change all BrowserID text to Persona. * Fix a problem on the main site where the footer would was not at the bottom in Webkit and Opera browsers. * Fix the background color or IE8 in the signUpForm and congrats messages. * When signing in to the main site, use a tooltip instead of error message on incorrect password.
-
Shane Tomlinson authored
* A lot of bulk changes to both the main site and dialog. Updated color schemes, background colors, etc.
-
- May 08, 2012
-
-
Shane Tomlinson authored
Partial fix IE6 and IE7 blowing up on main site. These browsers do not have Array.prototype.indexOf issue #1552
-
- May 03, 2012
-
-
Shane Tomlinson authored
To test: * Make sure verification works if a valid token is given. * Make sure error message is displayed if invalid token is given. * Make sure error message is displayed if no token is given. issue #1495
-
Shane Tomlinson authored
* Create a list of pages where the cookie check should be run. issue #1514
-
- May 02, 2012
-
-
Shane Tomlinson authored
* user.js: Update verifyEmail and verifyUser to take a password. * network.js: Update completeEmailRegistration and completeUserRegistration to take a password. * Replace verify_email_address.js and add_email_address.js with a single verify_secondary_address.js to reduce duplication. * Update the templates. * Bring back verify_email_address and add_email_address templates, but remove the verify password field. * To dom-jquery, add show, hide functions.
-
Shane Tomlinson authored
* /wsapi/complete_email_addition no longer has to bcrypt the password, so the previously mentioned race condition should be a thing of the past. * in pages/start.js, signUp is now a module so it has to be started. * in controllers/actions.js doEmailConfirmed is no longer an action and is no longer needed.
-
- Apr 25, 2012
-
-
Shane Tomlinson authored
* The catch all will print a console log message if console.log is available. * Adding helpers.log which prints to the console if console.log is available.
-
- Apr 24, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* signin, signup, forgot, add_email_address, verify_email_address. * to user.js->checkAuthentication, call the callback if cookies are disabled. issue #1418 issue #1484
-
Shane Tomlinson authored
The modules were added to the main site, but never started. issue #1396
-
- Apr 11, 2012
-
-
Shane Tomlinson authored
issue #1201 issue #1202
-
- Feb 09, 2012
-
-
Shane Tomlinson authored
close #1082
-
- Jan 20, 2012
-
-
Shane Tomlinson authored
* Makes for easier debugging and testing.
-
- Jan 19, 2012
-
-
Shane Tomlinson authored
* Update code_check to take the file_name_prefix (dialog vs production) * Update start.js main site and dialog to use code_check with correct file_name_prefix. * Introduce the moduleManager to the main site to take care of creating/loading modules. * Change the order of the hiding/displaying of elements so there is no flash while the code version is being checked. close #917
-
- Jan 17, 2012
-
-
Shane Tomlinson authored
* Add the "xhr_disable_form" module - whenever there is an XHR request, it greys out all buttons. * Fix the tests that were borked yesterday. issue #905 issue #888
-
- Jan 16, 2012
-
-
Shane Tomlinson authored
* Moving /static/dialog/controllers/page.js to static/shared/modules/page_module.js * Adding /static/shared/modules/xhr_delay.js * Updating tests. * Updating compress script. * Update includes list. * Make the error/wait screens display using CSS transitions. issue #905
-
- Jan 10, 2012
-
-
Gervase Markham authored
-
Shane Tomlinson authored
* Took some code from the signup page. * Moved the "open primary auth" window to page_helpers. * cleanup of authenticate.js and page.js. * convert signin to be based on a Module.
-
- Dec 29, 2011
-
-
Shane Tomlinson authored
* Change the add_email_address page to be Module based. * Show the site info always. * Add User.tokenInfo which gets the email address and site for a token. * Add page.checkRequired which checks an options block for required fields. * Rename pages/browserid.js to pages/start.js
-
- Nov 29, 2011
-
-
Shane Tomlinson authored
* Stop propagation of the event so that the event is not captured higher up. * If logout fails, print an error message close #666. issue #630.
-
- Nov 13, 2011
-
-
Shane Tomlinson authored
-
- Nov 01, 2011
-
-
Shane Tomlinson authored
No longer depend on id's, class names work better for this case and reduce the JS logic. issue #510
-
Shane Tomlinson authored
* Makes it easier for the user whenever they go from sign up to sign in to forgot password and back. * Stop remembering the username when the user successfully completes an action * Put some code into /js/pageHelpers.js to keep /js/browserid.js clean. * Start tests for pageHelpers.js. close #476
-
Shane Tomlinson authored
Add a noscript tag to signin and signup stating to use these features, Javascript must be enabled. issue #510
-
- Oct 28, 2011
-
-
Lloyd Hilaiel authored
-