summaryrefslogtreecommitdiff
path: root/app/controllers/projects/forks_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-2/+2
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-7/+1
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-3/+7
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-0/+2
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-0/+1
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-1/+1
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-1/+11
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-4/+12
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-0/+4
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-1/+7
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+2
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-2/+11
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+13
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-0/+1
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-201-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