1. 05 6月, 2017 5 次提交
  2. 05 5月, 2017 1 次提交
  3. 14 4月, 2017 1 次提交
  4. 04 4月, 2017 1 次提交
  5. 26 1月, 2017 1 次提交
  6. 24 11月, 2016 1 次提交
  7. 09 11月, 2016 1 次提交
  8. 16 9月, 2016 1 次提交
  9. 13 9月, 2016 2 次提交
  10. 05 9月, 2016 1 次提交
  11. 09 8月, 2016 1 次提交
  12. 03 8月, 2016 1 次提交
    • J
      Stop 'git push' over HTTP early · b8f754dd
      Jacob Vosmaer 提交于
      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
  13. 22 7月, 2016 1 次提交
  14. 06 7月, 2016 7 次提交
  15. 01 7月, 2016 1 次提交
  16. 16 6月, 2016 2 次提交
  17. 10 6月, 2016 1 次提交
    • J
      Improve Gitlab::Auth method names · 0e896ffe
      Jacob Vosmaer 提交于
      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
  18. 09 6月, 2016 1 次提交
  19. 03 6月, 2016 4 次提交
  20. 30 4月, 2016 1 次提交
  21. 26 4月, 2016 1 次提交
  22. 22 4月, 2016 2 次提交
  23. 15 4月, 2016 1 次提交
  24. 07 4月, 2016 1 次提交