BigW Consortium Gitlab

  1. 08 Sep, 2016 1 commit
  2. 19 Aug, 2016 1 commit
  3. 17 Aug, 2016 8 commits
  4. 01 Aug, 2016 1 commit
  5. 24 Jul, 2016 4 commits
  6. 20 Jul, 2016 1 commit
  7. 19 Jul, 2016 1 commit
  8. 16 Jun, 2016 2 commits
  9. 10 Jun, 2016 1 commit
  10. 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
  11. 05 Jun, 2016 1 commit
  12. 03 Jun, 2016 2 commits
  13. 13 May, 2016 1 commit
  14. 11 May, 2016 1 commit
  15. 21 Apr, 2016 1 commit
  16. 18 Apr, 2016 2 commits
  17. 07 Apr, 2016 1 commit
  18. 25 Mar, 2016 1 commit
  19. 23 Mar, 2016 2 commits
  20. 15 Mar, 2016 1 commit
  21. 29 Feb, 2016 2 commits
  22. 09 Feb, 2016 1 commit
  23. 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
  24. 20 Jan, 2016 2 commits