1. 12 2月, 2016 1 次提交
  2. 02 2月, 2016 1 次提交
  3. 01 2月, 2016 1 次提交
  4. 29 1月, 2016 1 次提交
  5. 12 11月, 2015 1 次提交
  6. 08 10月, 2015 1 次提交
  7. 24 4月, 2015 1 次提交
  8. 31 3月, 2015 1 次提交
  9. 19 1月, 2015 1 次提交
  10. 30 12月, 2014 1 次提交
  11. 30 10月, 2014 1 次提交
  12. 21 9月, 2014 1 次提交
  13. 05 9月, 2014 1 次提交
  14. 04 9月, 2014 1 次提交
  15. 03 9月, 2014 1 次提交
  16. 14 8月, 2014 1 次提交
  17. 29 7月, 2014 1 次提交
  18. 02 7月, 2014 4 次提交
  19. 27 5月, 2014 1 次提交
  20. 26 5月, 2014 1 次提交
  21. 23 5月, 2014 1 次提交
  22. 31 3月, 2014 2 次提交
  23. 18 2月, 2014 2 次提交
  24. 04 2月, 2014 1 次提交
  25. 20 1月, 2014 1 次提交
  26. 15 1月, 2014 1 次提交
  27. 03 1月, 2014 1 次提交
    • J
      Add support for various archive formats. · 7cc25205
      Jason Hollingsworth 提交于
      Used mime-types gem instead of hardcoding content types.
      Allow multiple extensions in archive route (.tar.gz, .tar.bz2).
      Change content disposition from infile(?) to attachment for api.
      Fixed api would return “archive” instead of {project}-{hash}.{ext}
      7cc25205
  28. 26 12月, 2013 1 次提交
  29. 11 12月, 2013 1 次提交
  30. 10 10月, 2013 2 次提交
  31. 01 10月, 2013 1 次提交
  32. 29 9月, 2013 1 次提交
  33. 28 8月, 2013 1 次提交
    • A
      Standardize commit diff api url, change blob api url, add get single commit · 59f428dc
      Alex Van't Hof 提交于
      Use "/commits/:sha/diff" as opposed to "/commit/:sha", keeping in line
      with existing api urls (e.g. "/projects/:id", etc.)
      
      Fix 500 error resulting from a diff api call with an invalid commit hash
      
      Move "/commits/:sha/blob" to "/blobs/:sha", leaving the old path for
      backwards compatibility.
      
      Add ability to get a single commit via "/commits/:sha"
      59f428dc
  34. 26 8月, 2013 1 次提交