BigW Consortium Gitlab

  1. 04 Jul, 2016 3 commits
  2. 03 Jul, 2016 1 commit
  3. 01 Jul, 2016 4 commits
  4. 30 Jun, 2016 2 commits
  5. 29 Jun, 2016 5 commits
  6. 27 Jun, 2016 1 commit
  7. 24 Jun, 2016 1 commit
  8. 23 Jun, 2016 1 commit
  9. 22 Jun, 2016 1 commit
    • Replace Haml with Hamlit. · 80f576bb
      connorshea authored
      Hamlit is a library that's faster than Haml while implementing most of its features: https://github.com/k0kubun/hamlit
      
      Not sure if this breaks anything, but as far as I can tell most things work the same. No obvious regressions that I've been able to find.
  10. 21 Jun, 2016 1 commit
  11. 20 Jun, 2016 1 commit
  12. 17 Jun, 2016 2 commits
  13. 16 Jun, 2016 3 commits
  14. 13 Jun, 2016 2 commits
  15. 10 Jun, 2016 1 commit
  16. 07 Jun, 2016 4 commits
  17. 06 Jun, 2016 3 commits
    • 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
    • Update the `browser` gem. · e5823f36
      Timothy Andrew authored
      - Need the `mobile?` detection (that the new version provides) for the
        U2F registration/ authentication flow
    • 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.
  18. 03 Jun, 2016 4 commits