An error occurred fetching the project authors.
  1. 12 Jun, 2016 1 commit
  2. 08 Jun, 2016 1 commit
    • Sean McGivern's avatar
      Allow custom text on 'almost there' page · 40b6d906
      Sean McGivern authored
      Add a new application setting, after_sign_up_text. This is text to be
      rendered as Markdown and shown on the 'almost there' page after a user
      signs up, but before they've confirmed their account.
      
      Tweak the styles for that page so that centered lists look reasonable.
      40b6d906
  3. 06 Jun, 2016 1 commit
    • 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
  4. 01 Jun, 2016 1 commit
  5. 31 May, 2016 1 commit
  6. 20 May, 2016 1 commit
  7. 19 May, 2016 1 commit
  8. 13 May, 2016 2 commits
  9. 12 May, 2016 1 commit
  10. 11 May, 2016 1 commit
  11. 09 May, 2016 3 commits
  12. 06 May, 2016 1 commit
  13. 29 Apr, 2016 1 commit
  14. 19 Apr, 2016 1 commit
  15. 18 Apr, 2016 2 commits
  16. 12 Apr, 2016 1 commit
  17. 08 Apr, 2016 1 commit
  18. 06 Apr, 2016 2 commits
  19. 01 Apr, 2016 1 commit
    • Yorick Peterse's avatar
      Added & use Gitlab::Routing for URL helpers · 84b0ab77
      Yorick Peterse authored
      Rails' "url_helpers" method creates an anonymous Module (which a bunch
      of methods) on every call. By caching the output of this method in a
      dedicated method we can shave off about 10 seconds of loading time for
      an issue with around 200 comments.
      84b0ab77
  20. 31 Mar, 2016 1 commit
  21. 30 Mar, 2016 1 commit
  22. 24 Mar, 2016 1 commit
  23. 18 Mar, 2016 1 commit
  24. 15 Mar, 2016 1 commit
  25. 14 Mar, 2016 1 commit
    • Kamil Trzcinski's avatar
      Cleanup CiCommit and CiBuild · 06722589
      Kamil Trzcinski authored
      - Remove all view related methods from Ci::Build and CommitStatus
      - Remove unused Ci::Commit and Ci::Build methods
      - Use polymorphism to render different types of CommitStatus
      06722589
  26. 13 Mar, 2016 1 commit
  27. 10 Mar, 2016 1 commit
  28. 09 Mar, 2016 1 commit
  29. 05 Mar, 2016 1 commit
  30. 04 Mar, 2016 1 commit
  31. 03 Mar, 2016 1 commit
  32. 19 Feb, 2016 4 commits