summaryrefslogtreecommitdiff
path: root/app/controllers/projects/forks_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-311-1/+11
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-05-111-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-03-251-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-03-231-1/+9
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-03-161-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-03-031-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-01-271-1/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-10-081-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-08-211-2/+11
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-07-171-1/+13
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-07-091-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-211-6/+13
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-031-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-201-6/+21
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-171-0/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Fix N+1s queriesDouglas Barbosa Alexandre2019-09-101-1/+7
* Make Rubocop happyDouglas Barbosa Alexandre2019-09-091-1/+1
* Remove N+1 queriesDouglas Barbosa Alexandre2019-09-091-1/+1
* Fix public/private/internal fork countsCamil Staps2019-09-061-9/+6
* Make checks for continue_params more robustMarkus Koller2019-06-251-11/+7
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
* Track and act upon the number of executed queriesquery-countsYorick Peterse2018-02-011-0/+5
* Employ ForkProjectsFinder in ForksControllerMark Fletcher2017-09-201-5/+3
* 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