An error occurred fetching the project authors.
  1. 14 Jun, 2016 1 commit
    • Rémy Coutable's avatar
      UI and copywriting improvements · 515205d3
      Rémy Coutable authored
      + Move 'Edit Project/Group' out of membership-related partial
      + Show the access request buttons only to logged-in users
      + Put the request access buttons out of in a more visible button
      + Improve the copy in the #remove_member_message helper
      Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
      515205d3
  2. 12 Jun, 2016 1 commit
  3. 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
  4. 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
  5. 01 Jun, 2016 1 commit
  6. 31 May, 2016 1 commit
  7. 20 May, 2016 1 commit
  8. 19 May, 2016 1 commit
  9. 13 May, 2016 2 commits
  10. 12 May, 2016 1 commit
  11. 11 May, 2016 1 commit
  12. 09 May, 2016 3 commits
  13. 06 May, 2016 1 commit
  14. 29 Apr, 2016 1 commit
  15. 19 Apr, 2016 1 commit
  16. 18 Apr, 2016 2 commits
  17. 12 Apr, 2016 1 commit
  18. 08 Apr, 2016 1 commit
  19. 06 Apr, 2016 2 commits
  20. 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
  21. 31 Mar, 2016 1 commit
  22. 30 Mar, 2016 1 commit
  23. 24 Mar, 2016 1 commit
  24. 18 Mar, 2016 1 commit
  25. 15 Mar, 2016 1 commit
  26. 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
  27. 13 Mar, 2016 1 commit
  28. 10 Mar, 2016 1 commit
  29. 09 Mar, 2016 1 commit
  30. 05 Mar, 2016 1 commit
  31. 04 Mar, 2016 1 commit
  32. 03 Mar, 2016 1 commit
  33. 19 Feb, 2016 3 commits