1. 06 6月, 2017 1 次提交
  2. 01 6月, 2017 1 次提交
  3. 23 5月, 2017 1 次提交
  4. 22 4月, 2017 1 次提交
  5. 09 4月, 2017 1 次提交
  6. 23 2月, 2017 2 次提交
  7. 07 2月, 2017 1 次提交
  8. 02 1月, 2017 2 次提交
  9. 30 12月, 2016 1 次提交
  10. 02 12月, 2016 1 次提交
  11. 09 8月, 2016 1 次提交
  12. 05 7月, 2016 1 次提交
  13. 07 6月, 2016 1 次提交
  14. 06 6月, 2016 1 次提交
    • T
      Add a `U2fRegistrations` table/model. · 791cc913
      Timothy Andrew 提交于
      - To hold registrations from U2F devices, and to authenticate them.
      - Previously, `User#two_factor_enabled` was aliased to the
        `otp_required_for_login` column on `users`.
      - This commit changes things a bit:
          - `User#two_factor_enabled` is not a method anymore
          - `User#two_factor_enabled?` checks both the
            `otp_required_for_login` column, as well as `U2fRegistration`s
          - Change all instances of `User#two_factor_enabled` to
            `User#two_factor_enabled?`
      - Add the `u2f` gem, and implement registration/authentication at the
        model level.
      791cc913
  15. 03 6月, 2016 2 次提交
  16. 25 5月, 2016 1 次提交
  17. 16 5月, 2016 1 次提交
  18. 02 12月, 2015 1 次提交
  19. 01 12月, 2015 1 次提交
  20. 30 11月, 2015 1 次提交
  21. 29 10月, 2015 1 次提交
  22. 24 9月, 2015 3 次提交
  23. 20 6月, 2015 2 次提交
  24. 13 2月, 2015 2 次提交
  25. 06 2月, 2015 1 次提交
  26. 18 6月, 2014 1 次提交
  27. 14 4月, 2014 1 次提交
  28. 21 8月, 2013 1 次提交
  29. 22 6月, 2013 1 次提交
  30. 14 6月, 2013 1 次提交
  31. 16 5月, 2013 1 次提交
  32. 18 4月, 2013 1 次提交
  33. 01 3月, 2013 1 次提交