BigW Consortium Gitlab

  1. 23 Jun, 2016 1 commit
  2. 20 Jun, 2016 1 commit
  3. 16 Jun, 2016 2 commits
  4. 15 Jun, 2016 3 commits
  5. 09 Jun, 2016 2 commits
  6. 07 Jun, 2016 1 commit
  7. 06 Jun, 2016 4 commits
    • Updated MR notes. · 8dc1fa0d
      Fatih Acet authored
    • Added tests for award emoji feature. · c1e2b02e
      Fatih Acet authored
    • Implement authentication (login) using a U2F device. · 86b07caa
      Timothy Andrew authored
      - Move the `authenticate_with_two_factor` method from
        `ApplicationController` to the `AuthenticatesWithTwoFactor` module,
        where it should be.
    • 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
  8. 05 Jun, 2016 1 commit
  9. 03 Jun, 2016 2 commits
  10. 02 Jun, 2016 2 commits
  11. 20 May, 2016 1 commit
  12. 11 May, 2016 1 commit
  13. 08 May, 2016 1 commit
  14. 04 May, 2016 2 commits
  15. 14 Apr, 2016 1 commit
  16. 12 Apr, 2016 2 commits
  17. 05 Apr, 2016 1 commit
  18. 04 Apr, 2016 1 commit
  19. 02 Mar, 2016 1 commit
  20. 05 Feb, 2016 2 commits
  21. 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
  22. 30 Jan, 2016 1 commit
  23. 12 Jan, 2016 1 commit
  24. 09 Jan, 2016 1 commit
    • Refactor ZenMode · 89ca4f04
      Robert Speicher authored
      - No longer depends on the "hidden checkbox".
      - No longer depends on manually storing/restoring the scroll position.
        Instead, we take advantage of jquery.scrollTo.
      - Event-based.
      - Simplifies the state-based styling.
  25. 07 Jan, 2016 1 commit
  26. 06 Jan, 2016 1 commit
  27. 24 Dec, 2015 2 commits