Skip to content
Snippets Groups Projects
  1. Jul 28, 2012
  2. Jul 27, 2012
    • Shane Tomlinson's avatar
      Usability enhancements to the forgot password screen. · 2143dfa7
      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.
      2143dfa7
  3. Jul 25, 2012
  4. Jul 10, 2012
  5. Jul 04, 2012
  6. Jun 27, 2012
  7. Jun 26, 2012
  8. Jun 18, 2012
  9. Jun 14, 2012
  10. Jun 06, 2012
  11. May 30, 2012
  12. May 08, 2012
  13. May 03, 2012
  14. May 02, 2012
    • Shane Tomlinson's avatar
      Putting the set password back into add_email_address and verify_email_address · 7df7b9c9
      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.
      7df7b9c9
    • Shane Tomlinson's avatar
      Cleanup after huge rebase. · 3f9becaa
      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.
      3f9becaa
  15. Apr 25, 2012
  16. Apr 24, 2012
  17. Apr 11, 2012
  18. Feb 09, 2012
  19. Jan 20, 2012
  20. Jan 19, 2012
    • Shane Tomlinson's avatar
      Adding the code check to the main site. · d2a69c08
      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
      d2a69c08
  21. Jan 17, 2012
  22. Jan 16, 2012
  23. Jan 10, 2012
  24. Dec 29, 2011
  25. Nov 29, 2011
  26. Nov 13, 2011
  27. Nov 01, 2011
  28. Oct 28, 2011
Loading