BigW Consortium Gitlab

  1. 14 Jun, 2016 1 commit
  2. 13 Jun, 2016 2 commits
  3. 07 Jun, 2016 4 commits
  4. 06 Jun, 2016 4 commits
    • Add gems and licenses that were previously missing. Approve a number of licenses… · ddca2806
      Connor Shea authored
      Add gems and licenses that were previously missing. Approve a number of licenses after a bunch of research today.
    • 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.
  5. 03 Jun, 2016 5 commits
  6. 01 Jun, 2016 1 commit
  7. 31 May, 2016 1 commit
  8. 30 May, 2016 2 commits
  9. 25 May, 2016 1 commit
  10. 23 May, 2016 2 commits
  11. 20 May, 2016 1 commit
  12. 16 May, 2016 1 commit
  13. 11 May, 2016 2 commits
  14. 10 May, 2016 2 commits
  15. 09 May, 2016 1 commit
    • Remove the annotate gem and delete old annotations · f1479b56
      Jeroen van Baarsen authored
      In 8278b763 the default behaviour of annotation
      has changes, which was causing a lot of noise in diffs. We decided in #17382
      that it is better to get rid of the whole annotate gem, and instead let people
      look at schema.rb for the columns in a table.
      
      Fixes: #17382
  16. 05 May, 2016 2 commits
  17. 03 May, 2016 1 commit
  18. 02 May, 2016 1 commit
  19. 01 May, 2016 2 commits
  20. 29 Apr, 2016 3 commits
  21. 28 Apr, 2016 1 commit