1. 01 9月, 2020 1 次提交
  2. 26 8月, 2020 1 次提交
  3. 17 7月, 2020 1 次提交
  4. 14 7月, 2020 1 次提交
  5. 09 7月, 2020 1 次提交
  6. 07 7月, 2020 1 次提交
  7. 27 6月, 2020 1 次提交
  8. 20 6月, 2020 1 次提交
  9. 11 6月, 2020 1 次提交
  10. 09 6月, 2020 1 次提交
  11. 04 6月, 2020 1 次提交
  12. 03 6月, 2020 1 次提交
  13. 21 5月, 2020 1 次提交
  14. 14 5月, 2020 1 次提交
  15. 15 4月, 2020 1 次提交
  16. 01 4月, 2020 1 次提交
  17. 12 3月, 2020 1 次提交
  18. 31 1月, 2020 1 次提交
  19. 27 1月, 2020 1 次提交
  20. 07 1月, 2020 1 次提交
  21. 19 12月, 2019 1 次提交
  22. 18 12月, 2019 1 次提交
  23. 12 12月, 2019 1 次提交
  24. 06 12月, 2019 1 次提交
  25. 22 11月, 2019 1 次提交
  26. 14 11月, 2019 1 次提交
  27. 08 11月, 2019 2 次提交
  28. 23 10月, 2019 1 次提交
  29. 10 10月, 2019 1 次提交
    • K
      Avoid #authenticate_user! in #route_not_found · 83950327
      Kerri Miller 提交于
      This method, #route_not_found, is executed as the final fallback for
      unrecognized routes (as the name might imply.) We want to avoid
      `#authenticate_user!` when calling `#route_not_found`;
      `#authenticate_user!` can, depending on the request format, return a 401
      instead of redirecting to a login page. This opens a subtle security
      exploit where anonymous users will receive a 401 response when
      attempting to access a private repo, while a recognized user will
      receive a 404, exposing the existence of the private, hidden repo.
      83950327
  30. 02 10月, 2019 1 次提交
  31. 21 8月, 2019 1 次提交
  32. 16 7月, 2019 1 次提交
  33. 03 7月, 2019 1 次提交
    • S
      Make Housekeeping button do a full garbage collection · d48ee860
      Stan Hu 提交于
      Previously the Housekeeping button and API would use the counter of last
      pushes to determine whether to do a full garbage collection, or whether
      to do one of the less comprehensive tasks: a full repack, incremental
      pack, or ref pack. This was confusing behavior, since a project owner
      might have to click the button dozens of times before a full GC would be
      initiated.
      
      This commit forces a full GC each time this is initiated. Note that the
      `ExclusiveLease` in `HousekeepingService` prevents users from clicking
      on the button more than once a day.
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63349
      d48ee860
  34. 03 6月, 2019 1 次提交
  35. 15 4月, 2019 1 次提交
  36. 09 4月, 2019 1 次提交
  37. 05 4月, 2019 3 次提交