BigW Consortium Gitlab

  1. 16 Jun, 2016 2 commits
  2. 10 Jun, 2016 1 commit
  3. 06 Jun, 2016 1 commit
    • Implement U2F registration. · 128549f1
      Timothy Andrew authored
      - Move the `TwoFactorAuthsController`'s `new` action to `show`, since
        the page is not used to create a single "two factor auth" anymore. We
        can have a single 2FA authenticator app, along with any number of U2F
        devices, in any combination, so the page will be accessed after the
        first "two factor auth" is created.
      - Add the `u2f` javascript library, which provides an API to the
        browser's U2F implementation.
      - Add tests for the JS components
  4. 05 Jun, 2016 1 commit
  5. 03 Jun, 2016 2 commits
  6. 11 May, 2016 1 commit
  7. 21 Apr, 2016 1 commit
  8. 18 Apr, 2016 2 commits
  9. 07 Apr, 2016 1 commit
  10. 23 Mar, 2016 1 commit
  11. 15 Mar, 2016 1 commit
  12. 29 Feb, 2016 2 commits
  13. 09 Feb, 2016 1 commit
  14. 01 Feb, 2016 1 commit
    • Allow manual resize of js-autosize textareas · 933834c4
      Robert Speicher authored
      First, the autosize library was being too controlling and removed the
      `resize` property from any elements to which it was attached, removing
      the drag handle.
      
      Second, we detect when the user manually resizes an autosize textarea,
      and then remove the autosize behavior from it and increase its
      max-height.
      
      This should allow for the best of both worlds.
      
      Closes #12832
  15. 20 Jan, 2016 5 commits
  16. 14 Jan, 2016 1 commit
  17. 13 Jan, 2016 1 commit
  18. 07 Jan, 2016 2 commits
  19. 04 Jan, 2016 2 commits
  20. 01 Jan, 2016 2 commits
  21. 23 Oct, 2015 1 commit
  22. 14 Jul, 2015 1 commit
  23. 06 Jul, 2015 1 commit
  24. 28 May, 2015 1 commit
  25. 06 May, 2015 1 commit
  26. 18 Apr, 2015 1 commit
  27. 07 Apr, 2015 1 commit
  28. 09 Feb, 2015 1 commit
  29. 15 Jan, 2015 1 commit
    • Remove password strength indicator · b79ada97
      Jacob Vosmaer authored
      We were having the following issues:
      - the indicator would sometimes stay red even if the password that was
        entered was long enough;
      - the indicator had a middle yellow signal: what does that mean?
      - the red/green backgrounds were not color-blind-friendly.