1. 03 6月, 2016 1 次提交
  2. 02 6月, 2016 1 次提交
  3. 02 5月, 2016 1 次提交
  4. 30 4月, 2016 1 次提交
  5. 06 4月, 2016 1 次提交
  6. 12 12月, 2015 3 次提交
  7. 16 11月, 2015 1 次提交
  8. 29 10月, 2015 1 次提交
  9. 23 10月, 2015 1 次提交
    • S
      Fix cloning Wiki repositories via HTTP · 64a270a6
      Stan Hu 提交于
      Cloning a project Wiki over HTTP would end up cloning the main repository
      since the .wiki extension was being stripped.
      
      Closes #3106
      64a270a6
  10. 08 10月, 2015 1 次提交
  11. 03 9月, 2015 1 次提交
  12. 02 9月, 2015 1 次提交
  13. 31 8月, 2015 1 次提交
  14. 29 7月, 2015 1 次提交
  15. 28 7月, 2015 3 次提交
  16. 23 5月, 2015 1 次提交
  17. 24 3月, 2015 2 次提交
  18. 03 3月, 2015 1 次提交
  19. 24 2月, 2015 1 次提交
  20. 03 2月, 2015 1 次提交
  21. 29 1月, 2015 1 次提交
  22. 06 1月, 2015 1 次提交
    • J
      White-list requests from 127.0.0.1 · af56c1dd
      Jacob Vosmaer 提交于
      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
  23. 18 12月, 2014 1 次提交
  24. 16 12月, 2014 1 次提交
  25. 18 11月, 2014 1 次提交
  26. 21 10月, 2014 1 次提交
  27. 22 3月, 2014 1 次提交
  28. 21 3月, 2014 1 次提交
  29. 20 3月, 2014 2 次提交
  30. 17 12月, 2013 1 次提交
    • T
      Fix HTTP push to public repos · 843548cc
      Thomas Guyot-Sionnest 提交于
      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
  31. 27 11月, 2013 1 次提交
  32. 22 11月, 2013 2 次提交
  33. 20 11月, 2013 1 次提交