An error occurred fetching the project authors.
  1. 06 Feb, 2017 1 commit
  2. 05 Feb, 2017 1 commit
  3. 26 Jan, 2017 1 commit
  4. 25 Jan, 2017 1 commit
  5. 16 Dec, 2016 2 commits
  6. 09 Dec, 2016 1 commit
  7. 30 Nov, 2016 1 commit
  8. 09 Nov, 2016 3 commits
  9. 17 Oct, 2016 1 commit
  10. 14 Oct, 2016 1 commit
  11. 11 Oct, 2016 1 commit
  12. 10 Oct, 2016 1 commit
  13. 28 Sep, 2016 1 commit
  14. 21 Sep, 2016 2 commits
    • Douwe Maan's avatar
      Merge branch 'repository-size-restrictions' into 'master' · a2c1856e
      Douwe Maan authored
      Enforce repository size limit across all projects and groups, includes LFS objects in that limit.
      
      Limit can be set globally, and overridden per group, and/or project.
      
      Backend functionality is there and comprehensive tests are included, but there is still some frontend work to be done and documentation to be added. I'm submitting early for review as we are close to the release.
      
      @DouweM @dbalexandre I'd appreciate it if you both could start with the review while I finish the documentation and the missing frontend parts.
      
      /cc @JobV @regisF 
      
      Fixes #559
      
      Replaces gitlab-org/gitlab-ce!6020
      
      ## Screenshots (see gitlab-org/gitlab-ce!6020 for more)
      
      ![Screen_Shot_2016-09-18_at_9.55.38_PM](/uploads/66eeaced1f27c7e2115feaa4775a6e99/Screen_Shot_2016-09-18_at_9.55.38_PM.png)
      
      ![Screen_Shot_2016-09-18_at_9.57.12_PM](/uploads/d811d6c184044df527bd2f81cff651ce/Screen_Shot_2016-09-18_at_9.57.12_PM.png)
      
      ![Screen_Shot_2016-09-18_at_9.58.03_PM](/uploads/a2c5b2695454dda639537304a1bcd99b/Screen_Shot_2016-09-18_at_9.58.03_PM.png)
      
      ![Screen_Shot_2016-09-19_at_1.44.19_PM](/uploads/4cc6cca7536787bde49c0b086086cbcb/Screen_Shot_2016-09-19_at_1.44.19_PM.png)
      
      See merge request !740
      a2c1856e
    • Rémy Coutable's avatar
      Merge branch 'post-merge-improve-of-ci-permissions' into 'master' · 2eb4d004
      Rémy Coutable authored
      Post-merge improve of CI permissions
      
      Improves code from !6409
      
      See merge request !6432
      2eb4d004
  15. 20 Sep, 2016 2 commits
  16. 16 Sep, 2016 2 commits
  17. 15 Sep, 2016 2 commits
  18. 05 Sep, 2016 1 commit
  19. 01 Sep, 2016 1 commit
  20. 18 Aug, 2016 1 commit
    • Robert Speicher's avatar
      Merge branch '2fa-check-git-http' into 'master' · 02640809
      Robert Speicher authored
      2FA checks for Git over HTTP
      
      ## What does this MR do?
      
      This MR allows the use of `PersonalAccessTokens` to access Git over HTTP and makes that the only allowed method if the user has 2FA enabled. If a user with 2FA enabled tries to access Git over HTTP using his username and password the request will be denied and the user will be presented with the following message:
      
      ```
      remote: HTTP Basic: Access denied
      remote: You have 2FA enabled, please use a personal access token for Git over HTTP.
      remote: You can generate one at http://localhost:3000/profile/personal_access_tokens
      fatal: Authentication failed for 'http://localhost:3000/documentcloud/underscore.git/'
      ```
      
      ## What are the relevant issue numbers?
      
      Fixes #13568 
      
      See merge request !5764
      02640809
  21. 17 Aug, 2016 1 commit
  22. 16 Aug, 2016 1 commit
  23. 06 Aug, 2016 1 commit
  24. 03 Aug, 2016 1 commit
    • Jacob Vosmaer's avatar
      Stop 'git push' over HTTP early · b8f754dd
      Jacob Vosmaer authored
      Before this change we always let users push Git data over HTTP before
      deciding whether to accept to push. This was different from pushing
      over SSH where we terminate a 'git push' early if we already know the
      user is not allowed to push.
      
      This change let Git over HTTP follow the same behavior as Git over
      SSH. We also distinguish between HTTP 404 and 403 responses when
      denying Git requests, depending on whether the user is allowed to know
      the project exists.
      b8f754dd
  25. 06 Jul, 2016 1 commit
  26. 01 Jul, 2016 2 commits
  27. 30 Jun, 2016 1 commit
  28. 29 Jun, 2016 3 commits
  29. 28 Jun, 2016 2 commits