summaryrefslogtreecommitdiff
path: root/app/controllers/profiles/keys_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove content disposition attachment displaying all ssh keysFrancisco Javier López2018-12-181-1/+0
* Fix deprecation: render :text is deprecated because it does not actually rend...Jasper Maes2018-11-291-2/+2
* Set content disposition attachment to several endpointsFrancisco Javier López2018-11-231-1/+2
* Make getting a user by the username case insensitiveWilliam George2018-10-181-1/+1
* Enable more frozen string in app/controllers/gfyoung2018-09-231-0/+2
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Introduce a new Keys::DestroyService serviceRémy Coutable2018-05-161-1/+1
* uypdated keys controller logicJames Lopez2017-10-311-8/+2
* refactor keys controllerJames Lopez2017-09-281-1/+7
* created services for keyshaseeb2017-09-151-2/+2
* Removes default scope from sortable23079-remove-default-scope-in-sortableTiago Botelho2017-09-071-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-1/+1
* Remove remnants of git annexPawel Chojnacki2017-03-031-5/+0
* No more and/orDouwe Maan2017-02-211-2/+2
* Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage'Dmitriy Zaporozhets2016-05-181-1/+1
|\
| * Change deprecated usage of rendering without response bodyMehmet Emin İNAÇ2016-03-161-1/+1
* | Make /profile/keys/new redirects to /profile/keys for back-compatRémy Coutable2016-04-151-0/+5
|/
* Don't abuse the flash store for displaying SSH Key form errorsRobert Speicher2016-03-031-2/+3
* Remove `Profile::KeysController#new` actionRobert Speicher2016-03-031-4/+0
* Fixed failing ssh key testsPhil Hughes2016-03-031-1/+1
* SSH keys settingsPhil Hughes2016-03-031-2/+3
* Add a page title to every page.Douwe Maan2015-04-301-2/+1
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-1/+1
* Explicitly define ordering in models using default_scopeDmitriy Zaporozhets2015-02-051-1/+1
* Key strong paramsDmitriy Zaporozhets2014-06-261-1/+6
* Fix `/:username.keys` response content typeDmitry Medvinsky2014-03-201-1/+1
* Split the user ssh keys by newline, not the characters "\n"Johannes Schleifenbaum2014-02-111-1/+1
* code refactor as per standardsGitLab2014-02-111-4/+7
* sync with upstream for ease to mergeGitLab2014-02-061-1/+1
|\
| * merge with upstream masterGitLab2014-02-061-1/+1
| |\
| | * fix most of warningsskv2013-12-151-1/+1
| * | getting user keys publically through http without any authentication, the git...devaroop2013-10-021-0/+18
| |/
* | adding tests for the ssh keys featureGitLab2014-02-061-1/+1
* | getting user keys publically through http without any authentication, the git...devaroop2013-10-031-0/+18
|/
* Better design for SSH keys pageDmitriy Zaporozhets2013-06-241-1/+1
* Move Profile related controllers under Profiles:: moduleDmitriy Zaporozhets2013-06-241-0/+35