1. 17 8月, 2015 1 次提交
  2. 14 8月, 2015 2 次提交
  3. 13 8月, 2015 1 次提交
  4. 11 8月, 2015 7 次提交
  5. 07 8月, 2015 3 次提交
  6. 06 8月, 2015 2 次提交
  7. 05 8月, 2015 1 次提交
  8. 04 8月, 2015 2 次提交
  9. 03 8月, 2015 1 次提交
  10. 30 7月, 2015 4 次提交
  11. 29 7月, 2015 2 次提交
  12. 28 7月, 2015 2 次提交
  13. 25 7月, 2015 2 次提交
  14. 24 7月, 2015 1 次提交
  15. 22 7月, 2015 1 次提交
  16. 20 7月, 2015 3 次提交
    • D
      Fix access to disabled features for unauthenticated users · 4a0e4c85
      Daniel Gerhardt 提交于
      Unauthenticated users had access to disabled features of public
      projects. The code has been slightly refactored so that feature checks
      are done in a separate method and can also be applied for public access.
      4a0e4c85
    • S
      Remove repository graph log to fix slow cache updates after push event · e1811316
      Stan Hu 提交于
      Recalculating graph_log took minutes on a large repository since each
      of the 6000 commits would need to calculate the diff. Since graph_log
      does not appear to be used, remove it from the list of things to update.
      For the Linux kernel repository, this reduced the ProjectCacheWorker time
      from 8+ minutes to 16 seconds.
      
      Closes #2016
      e1811316
    • D
      Fix label read access for unauthenticated users · 69417d36
      Daniel Gerhardt 提交于
      The label page was added to navigation for unauthorized users because
      the previously used milestone read permission was still checked. This
      has been fixed and read access to labels is now granted (again) for
      public projects.
      
      This regression has been introduced in
      07efb17e (7.12).
      
      See also 9bcd3639.
      
      Refs !836, !842.
      69417d36
  17. 17 7月, 2015 3 次提交
  18. 16 7月, 2015 2 次提交