BigW Consortium Gitlab

  1. 25 Aug, 2016 1 commit
    • Handle unavailable system info · 085e1f89
      Sean McGivern authored
      For Linux with the grsecurity patches applied, paths in `/proc` may not
      be readable, so handle those cases and show a message rather than
      blowing up.
  2. 09 Aug, 2016 1 commit
  3. 03 Aug, 2016 1 commit
  4. 18 Jul, 2016 1 commit
  5. 07 Jul, 2016 1 commit
  6. 06 Jul, 2016 1 commit
  7. 05 Jul, 2016 3 commits
  8. 01 Jul, 2016 1 commit
  9. 29 Jun, 2016 2 commits
  10. 28 Jun, 2016 3 commits
  11. 17 Jun, 2016 1 commit
  12. 16 Jun, 2016 2 commits
  13. 15 Jun, 2016 1 commit
  14. 07 Jun, 2016 1 commit
  15. 06 Jun, 2016 1 commit
    • 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.
  16. 03 Jun, 2016 4 commits
  17. 24 May, 2016 1 commit
  18. 16 May, 2016 1 commit
  19. 12 May, 2016 2 commits
  20. 10 May, 2016 1 commit
  21. 13 Apr, 2016 2 commits
  22. 06 Apr, 2016 1 commit
  23. 04 Apr, 2016 1 commit
  24. 05 Feb, 2016 1 commit
  25. 04 Jan, 2016 1 commit
  26. 23 Dec, 2015 1 commit
  27. 14 Dec, 2015 2 commits
  28. 02 Dec, 2015 1 commit