summaryrefslogtreecommitdiffstats
path: root/models/gpg_key_test.go
Commit message (Expand)AuthorAgeFilesLines
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-393/+0
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-2/+1
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-1/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-2/+3
* Add option to provide signature for a token to verify key ownership (#14054)zeripath2021-07-131-1/+1
* Fix individual tests (addition to #15802) (#15818)KN4CK3R2021-05-121-6/+17
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-5/+5
* Allow addition of gpg keyring with multiple keys (#12487)zeripath2020-08-211-4/+6
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-3/+3
* Fix wrong GPG expire date (#6643)Antoine GIRARD2019-04-151-0/+151
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-2/+4
* Fix tests code to prevent some runtime errors (#2381)Morlinest2017-08-281-2/+3
* Fix GPG email checking to be case insensitive (#1988)Lauris BH2017-06-171-0/+39
* Switch to keybase go-crypto (for some elliptic curve key) + test (#1925)Antoine GIRARD2017-06-141-10/+31
* feat: add check misspelling (#1877)Bo-Yi Wu2017-06-051-1/+1
* GPG commit validation (#1150)Antoine GIRARD2017-03-221-0/+116
* Implement GPG api (#710)Antoine GIRARD2017-03-161-0/+48