An error occurred fetching the project authors.
  1. 16 Jun, 2016 2 commits
  2. 15 Jun, 2016 1 commit
  3. 10 Jun, 2016 1 commit
    • Jacob Vosmaer's avatar
      Improve Gitlab::Auth method names · 0e896ffe
      Jacob Vosmaer authored
      Auth.find was a very generic name for a very specific method.
      Auth.find_in_gitlab_or_ldap was inaccurate in GitLab EE where it also
      looks in Kerberos.
      0e896ffe
  4. 03 Jun, 2016 1 commit
  5. 02 Jun, 2016 1 commit
  6. 02 May, 2016 1 commit
  7. 29 Apr, 2016 1 commit
  8. 06 Apr, 2016 1 commit
  9. 11 Dec, 2015 3 commits
  10. 16 Nov, 2015 1 commit
  11. 29 Oct, 2015 1 commit
  12. 22 Oct, 2015 1 commit
  13. 08 Oct, 2015 1 commit
  14. 02 Sep, 2015 2 commits
  15. 31 Aug, 2015 1 commit
  16. 28 Jul, 2015 4 commits
  17. 22 May, 2015 1 commit
  18. 24 Mar, 2015 2 commits
  19. 02 Mar, 2015 1 commit
  20. 23 Feb, 2015 1 commit
  21. 03 Feb, 2015 1 commit
  22. 28 Jan, 2015 1 commit
  23. 06 Jan, 2015 1 commit
    • Jacob Vosmaer's avatar
      White-list requests from 127.0.0.1 · af56c1dd
      Jacob Vosmaer authored
      On some misconfigured GitLab servers, if you look in production.log it looks
      like all requests come from 127.0.0.1. To avoid unwanted banning we
      white-list 127.0.0.1 with this commit.
      af56c1dd
  24. 18 Dec, 2014 1 commit
  25. 15 Dec, 2014 1 commit
  26. 18 Nov, 2014 1 commit
  27. 21 Oct, 2014 1 commit
  28. 21 Mar, 2014 2 commits
  29. 20 Mar, 2014 2 commits
  30. 16 Dec, 2013 1 commit
    • Thomas Guyot-Sionnest's avatar
      Fix HTTP push to public repos · 843548cc
      Thomas Guyot-Sionnest authored
      When doing an HTTP push, git (as of v1.7.9) first do an info/refs
      request, and only if this request requires authentication it asks the
      user for its password and authenticates further requests.
      
      The initial request normally clears without auth on public repos as it
      doesn't update any ref. This patch forces every git-receive-pack
      requests to provide authentication.
      843548cc