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