An error occurred fetching the project authors.
  1. 07 Jun, 2016 3 commits
  2. 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
  3. 03 Jun, 2016 4 commits
  4. 01 Jun, 2016 1 commit
  5. 31 May, 2016 1 commit
  6. 30 May, 2016 2 commits
  7. 25 May, 2016 1 commit
  8. 23 May, 2016 2 commits
  9. 20 May, 2016 1 commit
  10. 16 May, 2016 1 commit
  11. 11 May, 2016 2 commits
  12. 10 May, 2016 2 commits
  13. 09 May, 2016 1 commit
  14. 03 May, 2016 1 commit
  15. 02 May, 2016 1 commit
  16. 01 May, 2016 2 commits
  17. 29 Apr, 2016 1 commit
  18. 28 Apr, 2016 1 commit
  19. 26 Apr, 2016 1 commit
  20. 24 Apr, 2016 1 commit
  21. 22 Apr, 2016 1 commit
    • Robert Speicher's avatar
      Add letter_opener_web gem · 702380f1
      Robert Speicher authored
      Sent emails in the development environment will no longer automatically
      be opened in the browser. If a sent email needs to be viewed, it can be
      found at the `/rails/letter_opener` route.
      702380f1
  22. 18 Apr, 2016 3 commits
  23. 12 Apr, 2016 1 commit
  24. 11 Apr, 2016 1 commit
  25. 10 Apr, 2016 1 commit
  26. 09 Apr, 2016 1 commit