1. 08 8月, 2017 1 次提交
  2. 01 8月, 2017 1 次提交
  3. 30 5月, 2017 1 次提交
  4. 26 5月, 2017 1 次提交
    • J
      Duplicate gitaly init variables in 'default' file · 39c6dd5b
      Jacob Vosmaer 提交于
      This is needed because these variables depend (directly or indirectly)
      on the 'app_root' variable which can be changed in the default file.
      If app_root has a non-standard value, the value of e.g. gitaly_dir
      generated in the init script becomes invalid.
      39c6dd5b
  5. 06 4月, 2017 1 次提交
  6. 21 3月, 2017 1 次提交
  7. 09 3月, 2017 1 次提交
  8. 03 3月, 2017 2 次提交
  9. 01 3月, 2017 1 次提交
  10. 07 2月, 2017 1 次提交
  11. 01 2月, 2017 13 次提交
  12. 28 1月, 2017 1 次提交
  13. 12 12月, 2016 1 次提交
  14. 08 8月, 2016 1 次提交
  15. 13 7月, 2016 1 次提交
    • J
      Defend against 'Host' header injection · 47b5b441
      Jacob Vosmaer 提交于
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/17877 .
      
      This change adds 'defense in depth' against 'Host' HTTP header
      injection. It affects normal users in the following way. Suppose your
      GitLab server has IP address 1.2.3.4 and hostname gitlab.example.com.
      Currently, if you enter 1.2.3.4 in your browser, you get redirected to
      1.2.3.4/users/sign_in. After this change, you get redirected from
      1.2.3.4 to gitlab.example.com/users/sign_in. This is because the
      address you typed in the address bar of your browser ('1.2.3.4'),
      which gets stored in the 'Host' header, is now being overwritten to
      'gitlab.example.com' in NGINX.
      
      In this change we also make NGINX clear the 'X-Forwarded-Host' header
      because Ruby on Rails also uses that header the same wayas the 'Host'
      header.
      
      We think that for most GitLab servers this is the right behavior, and
      if not then administrators can change this behavior themselves at the
      NGINX level.
      47b5b441
  16. 03 6月, 2016 2 次提交
  17. 23 5月, 2016 2 次提交
  18. 28 4月, 2016 1 次提交
  19. 23 4月, 2016 1 次提交
  20. 15 4月, 2016 1 次提交
  21. 11 3月, 2016 1 次提交
  22. 09 2月, 2016 1 次提交
  23. 08 2月, 2016 2 次提交
  24. 25 1月, 2016 1 次提交