Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-05Invalidate GpgSignatures associated to GpgKeySubkeys when revoking the GpgKeyRubén Dávila
2017-10-05Add some basic specs and refactor model and validationsRubén Dávila
2017-10-05Merge branch 'master' into digitalmoksha/gitlab-ce-feature/verify_secondary_e...Douwe Maan
2017-09-29Make GPG validation case insensitive.Tim Bishop
2017-09-23fixes for rubocopBrett Walker
2017-09-23Make GPG signature verification work with non-primary email (#36959)Brett Walker
2017-09-15created services for keyshaseeb
2017-09-05use new #verification_statusAlexis Reigel
2017-09-05match the committer's email against the gpg keyAlexis Reigel
2017-08-03Don't include EmailHelpers manually, pick with rspecLin Jen-Shin
2017-07-27improve gpg key validationAlexis Reigel
2017-07-27simplify nil handlingAlexis Reigel
2017-07-27store gpg user name and email on the signatureAlexis Reigel
2017-07-27user may now revoke a gpg keyAlexis Reigel
2017-07-27validate presence of user on gpg_keyAlexis Reigel
2017-07-27use hash instead of 2d arrayAlexis Reigel
2017-07-27remove the :gpg rspec tagAlexis Reigel
2017-07-27gpg signature is only valid when key is verifiedAlexis Reigel
2017-07-27add primary keyid attribute to gpg keysAlexis Reigel
2017-07-27don't sync to keychain fileAlexis Reigel
2017-07-27remove gpg from keychain when user's email changesAlexis Reigel
2017-07-27notification email on add new gpg keyAlexis Reigel
2017-07-27gpg email verificationAlexis Reigel
2017-07-27move current keychain methods to namespaceAlexis Reigel
2017-07-27test with a gpg key with multiple emailsAlexis Reigel
2017-07-27use example gpg key instead of my ownAlexis Reigel
2017-07-27add second gpg key for specsAlexis Reigel
2017-07-27add / remove gpg keys to / from system keychainAlexis Reigel
2017-07-27only validate gpg_key#fingerprint "internally"Alexis Reigel
2017-07-27add emails method to GgpKeyAlexis Reigel
2017-07-27add gpg key modelAlexis Reigel