An error occurred fetching the project authors.
  1. 27 Sep, 2017 1 commit
  2. 02 Aug, 2017 1 commit
  3. 27 Jul, 2017 2 commits
  4. 29 Jun, 2017 1 commit
  5. 21 Jun, 2017 1 commit
  6. 19 Jun, 2017 1 commit
  7. 14 Jun, 2017 1 commit
  8. 05 Jun, 2017 2 commits
  9. 01 Jun, 2017 1 commit
  10. 22 May, 2017 1 commit
  11. 21 Apr, 2017 1 commit
  12. 09 Apr, 2017 1 commit
  13. 23 Feb, 2017 2 commits
  14. 06 Feb, 2017 1 commit
  15. 02 Jan, 2017 2 commits
  16. 29 Dec, 2016 1 commit
  17. 02 Dec, 2016 1 commit
  18. 09 Aug, 2016 1 commit
  19. 05 Jul, 2016 1 commit
  20. 07 Jun, 2016 1 commit
  21. 06 Jun, 2016 1 commit
    • Timothy Andrew's avatar
      Add a `U2fRegistrations` table/model. · 791cc913
      Timothy Andrew authored
      - 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
  22. 03 Jun, 2016 2 commits
  23. 24 May, 2016 1 commit
  24. 16 May, 2016 1 commit
  25. 02 Dec, 2015 1 commit
  26. 30 Nov, 2015 2 commits
  27. 29 Oct, 2015 1 commit
  28. 24 Sep, 2015 3 commits
  29. 19 Jun, 2015 2 commits
  30. 12 Feb, 2015 2 commits