summaryrefslogtreecommitdiffstats
path: root/models/gpg_key.go
Commit message (Expand)AuthorAgeFilesLines
* Fix null pointer dereference in ParseCommitWithSignature (#4962)SagePtr2018-09-201-1/+1
* Don't write to log NoCommitterAccount (#3621)Morgan Bazalgette2018-03-041-1/+5
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-22/+14
* GPG key email verification no longer case sensitive (#2661) (#2663)Julian Scholle2017-10-061-1/+2
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-1/+1
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-11/+9
* Fix lint errors (#2547)Ethan Koenig2017-09-191-5/+1
* Only check at least one email gpg key (#2266)Antoine GIRARD2017-09-051-9/+27
* remove unnecessary blank lines and wrong error logLunny Xiao2017-06-281-3/+1
* Refactor session close as xorm already does everything needed internally (#2020)Lauris BH2017-06-211-2/+2
* Fix GPG email checking to be case insensitive (#1988)Lauris BH2017-06-171-2/+2
* Switch to keybase go-crypto (for some elliptic curve key) + test (#1925)Antoine GIRARD2017-06-141-3/+3
* Rework SSH key management UI to add GPG (#1293)Antoine GIRARD2017-04-261-12/+21
* GPG commit validation (#1150)Antoine GIRARD2017-03-221-0/+186
* fix gpg wrong column typesLunny Xiao2017-03-201-2/+2
* Implement GPG api (#710)Antoine GIRARD2017-03-161-0/+276