summaryrefslogtreecommitdiff
path: root/app/controllers/admin/hooks_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-05-161-1/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-05-011-6/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-09-191-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-08-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-06-221-41/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-11-021-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-10-281-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-10-271-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-10-071-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-10-051-0/+2
* Externalize strings in admin controllersMartin Wortschack2019-03-211-2/+2
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-0/+2
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-2/+2
* Fixed pagination of web hook logsYorick Peterse2018-07-031-2/+1
* Rails5 fix Admin::HooksControllerJasper Maes2018-06-201-1/+1
* reference triggers.values for permitted parametersAlexis Reigel2018-01-171-5/+2
* add missing permitted paramAlexis Reigel2018-01-171-0/+1
* Wrong data type when testing webhooksAlexander Randa2017-07-201-13/+2
* 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-1/+1
* Implement web hooks loggingAlexander Randa2017-05-251-10/+22
* Make the new repository_update_events configurable in System Hooks UIGabriel Mazetto2017-05-121-0/+1
* Implement ability to update hooksAlexander Randa2017-04-281-4/+22
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Added UI to define secret_token for webhook and systemhookfeature/backport-safewebhooksGabriel Mazetto2016-05-021-1/+7
* Add push events to permit params in system hooksdz/system-hooks-uiDmitriy Zaporozhets2016-04-191-1/+1
* Redirect to a default path if HTTP_REFERER is not setStan Hu2015-10-201-1/+1
* Enable SSL verification for Webhooksenable_ssl_verification_web_hookValery Sizov2015-08-261-1/+1
* Added X-GitLab-Event header for web hooksbugagazavr2015-05-081-1/+1
* Revert "Added X-GitLab-Event header for web hooks"Valery Sizov2015-04-271-1/+1
* Added X-GitLab-Event header for web hooksbugagazavr2015-04-251-1/+1
* Project hook, milestone, snippet strong paramsDmitriy Zaporozhets2014-06-261-1/+5
* Added the correct hierarchy of controllers for the administrative partAndrey Kumanyaev2013-01-241-1/+1
* Add an AdminController base class for Admin controllersRobert Speicher2012-09-161-6/+2
* System Hooks: rspecValeriy Sizov2012-07-191-3/+9
* System Hook: implementedValeriy Sizov2012-07-191-6/+5
* System Hooks: CRUD has doneValeriy Sizov2012-07-191-0/+39