summaryrefslogtreecommitdiffstats
path: root/models/gpg_key.go
Commit message (Collapse)AuthorAgeFilesLines
* Switch to keybase go-crypto (for some elliptic curve key) + test (#1925)Antoine GIRARD2017-06-141-3/+3
| | | | | | | | | | | | * Switch to keybase go-crypto (for some elliptic curve key) + test * Use assert.NoError and add a little more context to failing test description * Use assert.(No)Error everywhere 🌈 and assert.Error in place of .Nil/.NotNil
* Rework SSH key management UI to add GPG (#1293)Antoine GIRARD2017-04-261-12/+21
| | | | | | | | | | | | | | | | | | | | | | | * Rework SSH key management UI to add GPG * Add more detail to gpg key display * Update CHANGELOG.md * Implement deletion UI * Implement adding gpg UI * Various fixes - Fix duplicate entry in locale - Re-generate hash before verification since they are consumed * Add missing translation * Split template * Catch not found/verified email error
* GPG commit validation (#1150)Antoine GIRARD2017-03-221-0/+186
| | | | | | | | | | | | * GPG commit validation * Add translation + some little fix * Move hash calc after retrieving of potential key + missing translation * Add some little test
* fix gpg wrong column typesLunny Xiao2017-03-201-2/+2
|
* Implement GPG api (#710)Antoine GIRARD2017-03-161-0/+276
* Implement GPG API * Better handle error * Apply review recommendation + simplify database operations * Remove useless comments