An error occurred fetching the project authors.
  1. 02 Jan, 2014 1 commit
    • Jason Hollingsworth's avatar
      Add support for various archive formats. · 7cc25205
      Jason Hollingsworth authored
      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
  2. 26 Dec, 2013 1 commit
  3. 10 Oct, 2013 2 commits
  4. 01 Oct, 2013 1 commit
  5. 29 Sep, 2013 1 commit
  6. 28 Aug, 2013 1 commit
    • Alex Van't Hof's avatar
      Standardize commit diff api url, change blob api url, add get single commit · 59f428dc
      Alex Van't Hof authored
      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
  7. 25 Aug, 2013 1 commit
  8. 06 Jun, 2013 2 commits
  9. 27 May, 2013 1 commit
  10. 23 May, 2013 1 commit