summaryrefslogtreecommitdiff
path: root/app/controllers/projects/forks_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-2/+2
* ProjectsFinder should handle more optionsJacopo2017-04-061-1/+1
* Add authentication for for create action. Add more tests for for new and crea...Cagdas Gerede2016-11-151-2/+1
* Add a new line after the guard statement to be compatible with the style guide.Cagdas Gerede2016-11-121-0/+1
* Replaces conditional with guard statement.Cagdas Gerede2016-11-121-0/+1
* Temporary changeCagdas Gerede2016-11-121-1/+0
* Replace conditional with a guard statement.Cagdas Gerede2016-11-121-6/+3
* Fixing the issue of visiting a project fork url giving 500 error when not sig...Cagdas Gerede2016-11-101-2/+6
* Use the configured Kaminari "per page" defaultrs-use-kaminari-defaultRobert Speicher2016-03-191-1/+1
* ContinueToParams -> ContinueParamsZeger-Jan van de Weg2016-03-131-1/+1
* Check redirect path in the continue_paramsZeger-Jan van de Weg2016-03-131-11/+2
* Merge branch 'refactor-projects-list' into 'master' Dmitriy Zaporozhets2016-03-031-0/+11
|\
| * Refactor projects listDmitriy Zaporozhets2016-03-031-0/+11
* | 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
|/
* 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
* Mention project name in fork noticeAchilleas Pipinellis2016-02-191-1/+1
* Some CSS and sorting fixes.Rubén Dávila2016-01-201-2/+2
* Add ability to sort forks. #2406Rubén Dávila2016-01-201-0/+2
* Add fork button and implement ability to distinguish between public and prote...Rubén Dávila2016-01-201-1/+4
* Use Project creator's avatar in fork listing. #2406Rubén Dávila2016-01-201-1/+2
* Setup new fork link in sidebar and routes. #2406Rubén Dávila2016-01-201-0/+3
* Add tests for new functionalityDouwe Maan2015-12-211-1/+5
* Fix specs and behavior for LFS filesDouwe Maan2015-12-181-4/+7
* Automatically fork a project when not allowed to edit a file.Douwe Maan2015-12-181-5/+14
* Import forked repositories asynchronously to prevent large repositories from ...Stan Hu2015-09-111-4/+8
* Add a page title to every page.Douwe Maan2015-04-301-1/+0
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-2/+2
* Merge branch 'master' into rails-4.1.9Vinnie Okada2015-02-211-1/+1
|\
| * Move 'require_non_empty_project' filter to front so 'assign_ref_vars' doesn't...Douwe Maan2015-02-201-1/+1
* | Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-2/+5
|/
* Select namespace where to fork projectDmitriy Zaporozhets2014-11-131-0/+22