1. 20 6月, 2018 1 次提交
    • B
      [Rails5] Set request.format in commits_controller · 6da19415
      blackst0ne 提交于
      Since Rails 5.0 `request.format` is being set depending on the route extension.
      
      In commits pages we pass a ref as a URL parameter.
      If the ref is an extension-like, Rails converts it and sets to
      `request.format`.
      
      E.g. if the ref is `some_branch.atom`, Rails starts responding with
      `atom` format, but it should response with `html` because `.atom` is the
      part of ref name, not the format.
      
      This commit explicitly sets `request.format` to `:html` when needed.
      6da19415
  2. 19 6月, 2018 1 次提交
  3. 18 6月, 2018 1 次提交
    • I
      Render calendar feed inline when accessed from GitLab · 6954ebbe
      Imre Farkas 提交于
      With text/calendar as Content-Type, the browser always downloads the
      content as a file (even ignoring the Content-Disposition header). We
      want to display the content inline when accessed from GitLab, similarly
      to the RSS feed.
      6954ebbe
  4. 16 6月, 2018 2 次提交
  5. 15 6月, 2018 5 次提交
  6. 07 6月, 2018 1 次提交
  7. 06 6月, 2018 4 次提交
  8. 05 6月, 2018 1 次提交
  9. 04 6月, 2018 1 次提交
  10. 01 6月, 2018 2 次提交
  11. 31 5月, 2018 3 次提交
  12. 30 5月, 2018 2 次提交
  13. 29 5月, 2018 3 次提交
  14. 25 5月, 2018 5 次提交
  15. 24 5月, 2018 2 次提交
  16. 23 5月, 2018 4 次提交
  17. 22 5月, 2018 2 次提交