summaryrefslogtreecommitdiff
path: root/app/controllers/projects/pages_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-8-stable-eev15.8.0-rc42GitLab Bot2023-01-181-1/+9
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-2/+20
* 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-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-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-141-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-201-2/+8
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-091-2/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-171-1/+1
* Allow maintainers to remove pagesVladimir Shushlin2019-02-251-1/+2
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Whitelist existing destroy_all offensesblacklist-destroy-allYorick Peterse2018-08-161-1/+1
* Add HTTPS-only pagesRob Watson2018-03-221-0/+22
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
* Add a rubocop rule to check if a method 'redirect_to' is used without explici...31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-statusblackst0ne2017-06-071-2/+3
* Disable navigation to Pages config if Pages is disabledMark Fletcher2017-05-041-0/+1
* Fix pages abilitiesKamil Trzcinski2017-01-311-1/+2
* Split PagesController into PagesController and PagesDomainsControllerKamil Trzcinski2017-01-311-52/+2
* Fix rubocop complainsKamil Trzcinski2017-01-311-11/+10
* Fix the remove_pagesKamil Trzcinski2017-01-311-0/+5
* Implement extra domains and save pages configurationKamil Trzcinski2017-01-311-61/+33
* WIPKamil Trzcinski2017-01-311-1/+1
* Implement proper verification of certificate's public_key against the private...Kamil Trzcinski2017-01-311-2/+3
* Initial work on GitLab Pages updateKamil Trzcinski2017-01-311-0/+94