1. 03 8月, 2016 1 次提交
  2. 27 7月, 2016 1 次提交
  3. 25 7月, 2016 1 次提交
  4. 20 7月, 2016 2 次提交
  5. 06 7月, 2016 2 次提交
  6. 21 6月, 2016 2 次提交
  7. 16 6月, 2016 2 次提交
  8. 10 6月, 2016 1 次提交
  9. 06 6月, 2016 2 次提交
    • T
      Implement U2F registration. · 128549f1
      Timothy Andrew 提交于
      - 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
      128549f1
    • P
      Upgraded jQuery to version 2 · 86df1139
      Phil Hughes 提交于
      Closes #12440
      86df1139
  10. 03 6月, 2016 2 次提交
  11. 21 5月, 2016 2 次提交
  12. 14 5月, 2016 1 次提交
  13. 11 5月, 2016 1 次提交
  14. 21 4月, 2016 1 次提交
  15. 19 4月, 2016 2 次提交
  16. 08 4月, 2016 1 次提交
  17. 25 3月, 2016 1 次提交
  18. 24 3月, 2016 2 次提交
  19. 15 3月, 2016 1 次提交
  20. 01 3月, 2016 1 次提交
  21. 29 2月, 2016 1 次提交
  22. 10 2月, 2016 1 次提交
  23. 02 2月, 2016 1 次提交
    • R
      Allow manual resize of js-autosize textareas · 933834c4
      Robert Speicher 提交于
      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
      933834c4
  24. 20 1月, 2016 5 次提交
  25. 14 1月, 2016 2 次提交
  26. 07 1月, 2016 1 次提交