1. 01 Oct, 2014 2 commits
    • Bernhard Kaindl's avatar
      API: Initial support for forking a project via the API · f030ee84
      Bernhard Kaindl authored
      This change adds POST /projects/fork/:id to the API for forking
      a project into the namespace of the authenticated user, like the
      "create fork" link in the GUI does. It also calls the same code.
      
      Failure and permission checks (except for conflict) are already
      implemented and handled in ForkService and the API, so the added
      code is simple and does not alter anything.
      f030ee84
    • Dmitriy Zaporozhets's avatar
      Merge branch 'readme_tab' into 'master' · 88d3e97e
      Dmitriy Zaporozhets authored
      Add Readme tab to project show page
      
      Fixes #1533
      
      See merge request !1140
      88d3e97e
  2. 30 Sep, 2014 38 commits