1. 14 Aug, 2017 1 commit
  2. 11 Aug, 2017 1 commit
  3. 07 Aug, 2017 1 commit
  4. 02 Aug, 2017 3 commits
  5. 20 Jul, 2017 1 commit
    • ENT-550 Display only TOS for enterprise's configured to skip registration · 64390208
      We have recently discovered that for any SSO Provider configured to skip
      the registration form, we were auto checking the terms of service box,
      which is a legal faux pas. Since IBM is planning to launch imminently and
      is depending on this feature, we need to remedy this situation for enterprises
      whose SSO Provider is configured to skip registration.
      
      This PR hides all of the registration fields except TOS for this scenario
      and disables the autoSubmit functionality that typically happens when skipping
      registration.
      Brittney Exline committed
  6. 17 Jul, 2017 2 commits
  7. 14 Jul, 2017 1 commit
  8. 12 Jul, 2017 1 commit
  9. 11 Jul, 2017 1 commit
  10. 23 Jun, 2017 1 commit
  11. 18 Jun, 2017 1 commit
  12. 01 Jun, 2017 1 commit
  13. 30 May, 2017 1 commit
  14. 12 May, 2017 1 commit
    • Updates combined Register, Login, and Password Reset views as per new design · 71ba54a9
      * Reorders form fields, and updates labels, placeholders, and tip text
      * Increases clickable area for links and labels.
      * Removes "*" markers from required fields, and instead adds
        "(optional)" labels to visible optional fields.
      * Updates font colors and sizes, and removes box shadows
      * Adds custom drop-down styles
      * Improves responsive design scaling for small screens
      * Make Terms of Service and Honor Code open in new window to avoid losing form
        field values.
      Jillian Vogel committed
  15. 27 Apr, 2017 1 commit
  16. 26 Apr, 2017 1 commit
  17. 25 Apr, 2017 1 commit
  18. 24 Apr, 2017 1 commit
  19. 08 Mar, 2017 1 commit
  20. 13 Feb, 2017 1 commit
  21. 08 Feb, 2017 1 commit
  22. 12 Dec, 2016 1 commit
  23. 22 Sep, 2016 1 commit
  24. 14 Sep, 2016 1 commit
  25. 28 Jul, 2016 1 commit
  26. 27 Jul, 2016 1 commit
  27. 17 Jun, 2016 1 commit
  28. 15 Jun, 2016 3 commits
  29. 14 Jun, 2016 1 commit
  30. 20 May, 2016 1 commit
  31. 05 May, 2016 2 commits
  32. 24 Mar, 2016 1 commit
  33. 05 Jan, 2016 1 commit
  34. 03 Dec, 2015 1 commit
    • Fix missing translator comments · 67c1cdf5
      Turns out if the string literal starts on the next line after the
      translation function, then the translator comment is lost.  So, either
      close up short strings, or add a dummy empty string on the first line to
      concatenate with the real string.
      
      Ugh.
      Ned Batchelder committed