summaryrefslogtreecommitdiff
path: root/app/controllers/projects/deploy_keys_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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/security/gitlab@13-0-stable-eeGitLab Bot2020-05-261-2/+6
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-05-041-8/+11
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-021-7/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-171-2/+12
* Externalize strings in projects controllersMartin Wortschack2019-03-271-1/+1
* Make Projects::DeployKeysController EE-readyRémy Coutable2018-12-191-1/+1
* Fix enabling project deploy key for adminssh-fix-issue-53783-ceStan Hu2018-11-161-6/+5
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* ensure all project repository settings panels remain open after form submissionMike Greiling2018-08-081-6/+6
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'securit...Douwe Maan2018-01-161-3/+6
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* created services for keyshaseeb2017-09-151-1/+1
* Fix edit button for deploy keys available from other projectsAlexander Randa2017-06-201-2/+2
* Implement ability to update deploy keysAlexander Randa2017-06-021-2/+27
* Re-wrote to match our docs - still not 100% sure but closer than it wasPhil Hughes2017-04-281-2/+9
* Project deploy keys json end pointJarka Kadlecova2017-03-241-2/+7
* Return 404 if deploy key cannot be found in Projects::DeployKeysController#di...Adam Niedzielski2017-03-231-1/+3
* Renamed the redirect_request concern to repository_settings_redirectJose Ivan Vargas2017-03-061-1/+1
* Added tests for the repository_controller and repository_helperJose Ivan Vargas2017-03-061-6/+7
* Fixed tests, changed dispatcher routing to the 'repository:show'Jose Ivan Vargas2017-03-061-18/+4
* Created the gear settings entry and created a way to initialize both sections...Jose Ivan Vargas2017-03-061-5/+4
* Set current user as deploy key userAli Ibrahim2016-09-031-1/+1
* Allow to add deploy keys with write-accessAli Ibrahim2016-08-171-1/+1
* Namespace EnableDeployKeyService under ProjectsZ.J. van de Weg2016-08-081-1/+1
* Create service for enabling deploy keysZ.J. van de Weg2016-08-051-14/+6
* Project deploy keys updated UIPhil Hughes2016-04-251-13/+18
* Redirect to a default path if HTTP_REFERER is not setStan Hu2015-10-201-1/+1
* Remove show actions from Admin and Project DeployKeysRobert Speicher2015-06-031-4/+0
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-1/+1
* Clean up code.Douwe Maan2015-04-031-5/+10
* Allow admin to create public deploy keys that are accessible to any project.Douwe Maan2015-04-031-13/+5
* Satisfy Rubocop.Douwe Maan2015-03-171-2/+1
* Delete deploy key when last connection to a project is destroyed.Douwe Maan2015-03-171-2/+3
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-3/+6
* Use @project on controllers, don't call methodCiro Santilli2014-10-191-1/+1
* Make app works with strong paramsDmitriy Zaporozhets2014-06-261-1/+5
* fix most of warningsskv2013-12-151-1/+1
* Move projects controllers/views in Projects moduleDmitriy Zaporozhets2013-06-231-0/+61