1. 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
  2. 01 6月, 2016 1 次提交
  3. 31 5月, 2016 1 次提交
  4. 21 5月, 2016 1 次提交
  5. 20 5月, 2016 1 次提交
  6. 14 5月, 2016 2 次提交
  7. 13 5月, 2016 1 次提交
  8. 12 5月, 2016 1 次提交
  9. 10 5月, 2016 1 次提交
  10. 09 5月, 2016 2 次提交
  11. 06 5月, 2016 1 次提交
  12. 29 4月, 2016 1 次提交
  13. 19 4月, 2016 1 次提交
  14. 18 4月, 2016 2 次提交
  15. 12 4月, 2016 1 次提交
  16. 08 4月, 2016 1 次提交
  17. 06 4月, 2016 2 次提交
  18. 01 4月, 2016 2 次提交
  19. 30 3月, 2016 1 次提交
  20. 25 3月, 2016 1 次提交
  21. 19 3月, 2016 1 次提交
  22. 16 3月, 2016 1 次提交
  23. 14 3月, 2016 1 次提交
    • K
      Cleanup CiCommit and CiBuild · 06722589
      Kamil Trzcinski 提交于
      - Remove all view related methods from Ci::Build and CommitStatus
      - Remove unused Ci::Commit and Ci::Build methods
      - Use polymorphism to render different types of CommitStatus
      06722589
  24. 13 3月, 2016 1 次提交
  25. 10 3月, 2016 2 次提交
  26. 06 3月, 2016 1 次提交
  27. 04 3月, 2016 2 次提交
  28. 20 2月, 2016 2 次提交
  29. 19 2月, 2016 4 次提交