An error occurred fetching the project authors.
  1. 06 Jun, 2016 2 commits
    • 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
  2. 03 Jun, 2016 1 commit
    • Connor Shea's avatar
      Replace colorize gem with rainbow. · 903946c7
      Connor Shea authored
      Colorize is a gem licensed under the GPLv2, so we can’t use it in GitLab without relicensing GitLab under the terms of the GPL. Rainbow is licensed under the MIT license and does the exact same thing as Colorize, so Rainbow was added in place of Colorize.
      
      The syntax is slightly different for Rainbow vs. Colorize, and was updated in accordance.
      
      The gem is still a dependency of Spinach, so it’s included in the development/test environments, but won’t be packaged with the actual product, and therefore doesn’t require we relicense the product.
      
      An attempt at relicensing Colorize was made, but didn’t succeed as the library owner never responded.
      
      Rainbow library: https://github.com/sickill/rainbow
      Relevant issue regarding licensing in GitLab's gems: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3775
      903946c7
  3. 01 Jun, 2016 1 commit
  4. 31 May, 2016 1 commit
  5. 30 May, 2016 2 commits
  6. 25 May, 2016 1 commit
  7. 23 May, 2016 2 commits
  8. 20 May, 2016 1 commit
  9. 16 May, 2016 1 commit
  10. 11 May, 2016 2 commits
  11. 10 May, 2016 2 commits
  12. 09 May, 2016 1 commit
  13. 05 May, 2016 2 commits
  14. 03 May, 2016 1 commit
  15. 02 May, 2016 1 commit
  16. 01 May, 2016 2 commits
  17. 29 Apr, 2016 3 commits
  18. 28 Apr, 2016 1 commit
  19. 26 Apr, 2016 1 commit
  20. 24 Apr, 2016 2 commits
  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. 19 Apr, 2016 1 commit
  23. 18 Apr, 2016 3 commits
  24. 12 Apr, 2016 1 commit
  25. 11 Apr, 2016 1 commit
  26. 10 Apr, 2016 2 commits
  27. 09 Apr, 2016 1 commit