summaryrefslogtreecommitdiff
path: root/app/controllers/profiles/keys_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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