Lunny Xiao
79be81b778
remove unnecessary blank lines and wrong error log
8 years ago
Lauris BH
625f482b25
Refactor session close as xorm already does everything needed internally ( #2020 )
8 years ago
Lauris BH
90f7beefc2
Fix GPG email checking to be case insensitive ( #1988 )
8 years ago
Antoine GIRARD
f45aa2dc82
Switch to keybase go-crypto (for some elliptic curve key) + test ( #1925 )
* 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
8 years ago
Antoine GIRARD
69dd710f89
Rework SSH key management UI to add GPG ( #1293 )
* 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
9 years ago
Antoine GIRARD
fe14d3b3fa
GPG commit validation ( #1150 )
* GPG commit validation
* Add translation
+ some little fix
* Move hash calc after retrieving of potential key + missing translation
* Add some little test
9 years ago
Lunny Xiao
58baf41539
fix gpg wrong column types
9 years ago
Antoine GIRARD
d110b2d4bd
Implement GPG api ( #710 )
* Implement GPG API
* Better handle error
* Apply review recommendation + simplify database operations
* Remove useless comments
9 years ago