summaryrefslogtreecommitdiff
path: root/lib/gitlab/gpg.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-1/+1
* 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-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-4/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-231-2/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-221-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-171-1/+1
* Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot2019-12-161-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-131-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-111-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-251-4/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-031-3/+46
* Remove rails4 specific codeJasper Maes2018-12-161-7/+1
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
* Permit concurrent loads in gpg keychain mutexJasper Maes2018-07-291-2/+10
* Reject GPG keys that have e-mail or names with non-valid UTF-8 encodingsStan Hu2018-06-051-1/+5
* Address feedback from last code reviewRubén Dávila2017-10-051-6/+5
* Refactor the extraction and generation of GPG subkeysRubén Dávila2017-10-051-6/+1
* Process and create subkeys when a new GPG key is createdRubén Dávila2017-10-051-0/+21
* Fix: GPG tmp dir removal race conditionAlexis Reigel2017-09-131-4/+10
* downcase gpg key's emailsAlexis Reigel2017-09-051-1/+1
* reset original directory in ensureAlexis Reigel2017-08-141-8/+4
* use mutex for keychain interactionAlexis Reigel2017-08-141-8/+26
* store gpg return directory locallyAlexis Reigel2017-08-111-5/+9
* store gpg user name and email on the signatureAlexis Reigel2017-07-271-2/+4
* extract common methodAlexis Reigel2017-07-271-13/+9
* verify gpg commit using tmp keyring and db queryAlexis Reigel2017-07-271-0/+8
* add primary keyid attribute to gpg keysAlexis Reigel2017-07-271-0/+12
* don't sync to keychain fileAlexis Reigel2017-07-271-18/+0
* remove gpg from keychain when user's email changesAlexis Reigel2017-07-271-1/+3
* move current keychain methods to namespaceAlexis Reigel2017-07-271-8/+8
* email handling for gpg keysAlexis Reigel2017-07-271-0/+20
* add / remove gpg keys to / from system keychainAlexis Reigel2017-07-271-0/+8
* extract gpg functionality to lib classAlexis Reigel2017-07-271-0/+32