summaryrefslogtreecommitdiff
path: root/app/controllers/projects
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'share-project-ce' into 'master' Dmitriy Zaporozhets2016-03-142-0/+24
|\
| * Render project members from shared groupDmitriy Zaporozhets2016-03-121-0/+1
| * Add functionality to setup share of project with group via project settingsDmitriy Zaporozhets2016-03-111-0/+23
* | ContinueToParams -> ContinueParamsZeger-Jan van de Weg2016-03-132-2/+2
* | Check redirect path in the continue_paramsZeger-Jan van de Weg2016-03-132-21/+4
|/
* Merge branch 'cache-raw-2' into 'master' Douwe Maan2016-03-072-0/+5
|\
| * Refactor caching codeJacob Vosmaer2016-03-072-4/+5
| * Tell clients/proxies to cache raw blob requestsJacob Vosmaer2016-03-032-0/+4
* | Updates from last code review.issue_13621_2Rubén Dávila2016-03-061-4/+0
* | Invalidate cache for builds badgeGrzegorz Bizon2016-03-041-0/+13
* | Use Gitlab::Git::DiffCollectionsJacob Vosmaer2016-03-033-12/+13
|/
* Merge branch 'refactor-projects-list' into 'master' Dmitriy Zaporozhets2016-03-031-0/+11
|\
| * Refactor projects listDmitriy Zaporozhets2016-03-031-0/+11
* | Merge branch 'issue_13648' into 'master' Douwe Maan2016-03-031-8/+1
|\ \ | |/ |/|
| * Add specs to ForksController#index.issue_13648Rubén Dávila2016-03-021-6/+1
| * Reuse query from ProjectsFinder to get projects accessible to current user.Rubén Dávila2016-03-011-3/+1
* | Make the tags delete button remote in the tags listfix/13781-delete-tag-without-ajaxRémy Coutable2016-03-011-1/+6
|/
* Merge branch 'safe-content-type' into 'master' Douwe Maan2016-03-012-12/+5
|\
| * Explain why we mangle blob content typessafe-content-typeJacob Vosmaer2016-02-242-12/+5
* | Logged in user should be able to read internal forks.Rubén Dávila2016-02-271-1/+1
* | Improve implementation to check read access to forks and add pagination.Rubén Dávila2016-02-261-6/+16
|/
* Correctly checks if tree view is on screenPhil Hughes2016-02-231-1/+1
* Fixes issue with file view rows not clickable on project main viewfiles-view-row-clickPhil Hughes2016-02-231-3/+3
* Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-201-1/+1
* Create or mark task pending as soon the action happensDouglas Barbosa Alexandre2016-02-201-0/+2
* Merge branch 'visibletrap/gitlab-ce-label'Douwe Maan2016-02-193-1/+4
|\
| * Label description and Label rowTap2016-02-173-1/+4
* | Merge branch 'rs-blob' into 'master' Douwe Maan2016-02-201-1/+1
|\ \
| * | Add a `Blob` model that wraps `Gitlab::Git::Blob`rs-blobRobert Speicher2016-02-181-1/+1
* | | Merge branch 'issue_3276' into 'master' Jacob Schatz2016-02-191-0/+1
|\ \ \
| * | | Add labels tab to milestone detail view.Rubén Dávila2016-02-021-0/+1
* | | | More updates from the last code review.Rubén Dávila2016-02-191-1/+2
* | | | Fix build and add specsRubén Dávila2016-02-191-8/+0
* | | | Some updates after last code review.Rubén Dávila2016-02-191-0/+8
* | | | Remove code introduced when endpoint was in MR controller.Rubén Dávila2016-02-191-2/+1
* | | | Update copy and URLs used when reverting MRs.Rubén Dávila2016-02-191-3/+23
* | | | Check that target_branch is present.Rubén Dávila2016-02-191-1/+1
* | | | Reuser revert commit modal in MR detail page.Rubén Dávila2016-02-191-21/+0
* | | | Make MRs with revert commit work.Rubén Dávila2016-02-191-2/+5
* | | | Add RevertService class with basic logic to revert commitRubén Dávila2016-02-191-0/+13
* | | | Add button to revert commit on Commit detail page.Rubén Dávila2016-02-191-0/+7
* | | | Some updates from last code review.Rubén Dávila2016-02-191-11/+11
* | | | Add some specs plus some refactor.Rubén Dávila2016-02-191-2/+4
* | | | Explain why MR can't be reverted.Rubén Dávila2016-02-191-8/+8
* | | | Use adequate description for new MR.Rubén Dávila2016-02-191-1/+2
* | | | Check target branch exists before creating revert MR.Rubén Dávila2016-02-191-0/+5
* | | | Some refactor to the revert commit creation.Rubén Dávila2016-02-191-2/+2
* | | | Save merge commit id when MR is mergedRubén Dávila2016-02-191-1/+1
* | | | Create reverse branch and generate MR with new branch. #3409Rubén Dávila2016-02-191-2/+12
* | | | Add new endpoint and button to revert merge. #3409Rubén Dávila2016-02-191-0/+4