1. 07 7月, 2016 1 次提交
  2. 01 7月, 2016 5 次提交
  3. 30 6月, 2016 1 次提交
  4. 21 6月, 2016 2 次提交
  5. 18 6月, 2016 1 次提交
  6. 17 6月, 2016 1 次提交
  7. 16 6月, 2016 2 次提交
  8. 14 6月, 2016 2 次提交
  9. 12 6月, 2016 1 次提交
  10. 09 6月, 2016 2 次提交
  11. 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
  12. 03 6月, 2016 2 次提交
  13. 01 6月, 2016 1 次提交
  14. 31 5月, 2016 1 次提交
  15. 21 5月, 2016 1 次提交
  16. 20 5月, 2016 1 次提交
  17. 14 5月, 2016 2 次提交
  18. 13 5月, 2016 1 次提交
  19. 12 5月, 2016 1 次提交
  20. 10 5月, 2016 1 次提交
  21. 09 5月, 2016 2 次提交
  22. 06 5月, 2016 1 次提交
  23. 29 4月, 2016 1 次提交
  24. 19 4月, 2016 1 次提交
  25. 18 4月, 2016 2 次提交
  26. 12 4月, 2016 1 次提交
  27. 08 4月, 2016 1 次提交
  28. 06 4月, 2016 1 次提交