An error occurred fetching the project authors.
  1. 16 Jun, 2016 2 commits
  2. 13 Jun, 2016 2 commits
  3. 10 Jun, 2016 1 commit
  4. 07 Jun, 2016 4 commits
  5. 06 Jun, 2016 3 commits
    • Connor Shea's avatar
      Add License Finder gem. · b51b1450
      Connor Shea authored
      In order to rehost all our gems in our own gem host, we need to have the legal rights to do so for every gem should they be taken down from RubyGems. License Finder automates checking of gems to ensure that we're in the clear legally.
      
      Approved the MIT License because it essentially allows us to do "whatever" with those gems.
      
      I am not a lawyer.
      
      https://github.com/pivotal/LicenseFinder
      b51b1450
    • Timothy Andrew's avatar
      Update the `browser` gem. · e5823f36
      Timothy Andrew authored
      - Need the `mobile?` detection (that the new version provides) for the
        U2F registration/ authentication flow
      e5823f36
    • 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
  6. 03 Jun, 2016 6 commits
  7. 01 Jun, 2016 1 commit
  8. 31 May, 2016 1 commit
  9. 30 May, 2016 2 commits
  10. 25 May, 2016 1 commit
  11. 23 May, 2016 2 commits
  12. 20 May, 2016 1 commit
  13. 16 May, 2016 1 commit
  14. 11 May, 2016 2 commits
  15. 10 May, 2016 2 commits
  16. 09 May, 2016 1 commit
  17. 03 May, 2016 1 commit
  18. 02 May, 2016 1 commit
  19. 01 May, 2016 2 commits
  20. 29 Apr, 2016 1 commit
  21. 28 Apr, 2016 1 commit
  22. 26 Apr, 2016 1 commit
  23. 24 Apr, 2016 1 commit