summaryrefslogtreecommitdiff
path: root/app/models/key.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-3/+9
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-1/+1
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-1/+1
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-1/+4
* 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-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-131-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-121-13/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-2/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-081-6/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-171-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-111-1/+8
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Resolved EE differences in app/views/profiles/keysce-fe-fix-ee-diff-profile-key-viewsPaul Slaughter2019-05-311-0/+5
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Use a method for the has_many :keys in Projectuser-model-merge-conflictsYorick Peterse2018-11-011-0/+4
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+8
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* Revert "Merge branch 'rd-43185-revert-sanitize-extra-blank-spaces-used-when-u...Rubén Dávila2018-02-151-4/+3
* Revert "Merge branch 'rd-40552-gitlab-should-check-if-keys-are-valid-before-s...rd-43185-revert-sanitize-extra-blank-spaces-used-when-uploading-a-ssh-keyRubén Dávila2018-02-121-3/+4
* Merge branch 'rd-40552-gitlab-should-check-if-keys-are-valid-before-saving' i...Douwe Maan2018-02-021-4/+3
|\
| * Sanitize extra blank spaces used when uploading a SSH keyRubén Dávila2018-02-011-4/+3
* | use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-3/+2
|/
* Consistently schedule Sidekiq jobsdm-application-workerDouwe Maan2017-12-051-0/+1
* Cache the number of user SSH keyscache-user-keys-countYorick Peterse2017-11-161-0/+8
* Ensure key fingerprints are generated correctly when modifiedNick Thomas2017-10-031-0/+1
* Stop using Sidekiq for updating Key#last_used_atremove-use-key-workerYorick Peterse2017-09-201-6/+1
* created services for keyshaseeb2017-09-151-5/+0
* Address review commentsNick Thomas2017-08-301-1/+0
* Rework the permissions model for SSH key restrictionsNick Thomas2017-08-301-25/+12
* Add settings for minimum key strength and allowed key typeNick Thomas2017-08-301-1/+44
* fix #35133 strip new lines from ssh keyshaseeb2017-08-031-2/+1
* Don’t schedule workers from inside transactionsDouwe Maan2017-06-021-5/+4
* Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-101-1/+1
* Record used SSH keys only once per dayrecord-used-ssh-keys-once-per-dayAdam Niedzielski2017-01-201-1/+6
* Record and show last used date of SSH KeysVincent Wong2017-01-091-0/+4
* Merge CSSFilipa Lacerda2016-12-121-4/+12
|\
| * Use :maximum instead of :within for length validators with a 0..N range25209-improve-length-validatorsRémy Coutable2016-12-061-4/+12
* | Don't notify user for deploy keys, feedback:Lin Jen-Shin2016-11-181-4/+4
|/
* Use setter for key instead AR callbackSemyon Pupkov2016-11-161-3/+4
* Add simple identifier to public SSH keysKeith Pope2016-08-021-2/+3
* Remove Duplicated keys add UNIQUE index to fingerprint18697-uniqueness-key-validationPaco Guzman2016-06-201-1/+1
* Add leading comment space copissue_15557Felipe Artur2016-05-311-1/+1
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-15/+0
* Annotate the modelsZeger-Jan van de Weg2016-05-061-3/+3
* Ensure "new SSH key" email do not ends up as dead Sidekiq jobsfix/ensure-no-new_ssh_key_email-dead-jobsRémy Coutable2016-03-151-1/+2
* Only publish ssh key-type and keyZeger-Jan van de Weg2015-08-041-0/+5
* Add error message for SSH key linebreaksNikita Verkhovin2015-07-121-0/+1
* Re-annotate modelsStan Hu2015-05-031-0/+1