summaryrefslogtreecommitdiffstats
path: root/models/gpg_key.go
Commit message (Expand)AuthorAgeFilesLines
* Add configurable Trust Models (#11712)zeripath2020-09-201-25/+64
* Allow addition of gpg keyring with multiple keys (#12487)zeripath2020-08-211-59/+67
* Keys should not verify revoked email addresses (#12486)zeripath2020-08-161-0/+3
* UI: Update commit signature view (#12473)techknowlogick2020-08-131-1/+1
* Ensure Subkeys are verified (#12155)zeripath2020-07-061-1/+41
* Fix verification of subkeys of default gpg key (#11713)zeripath2020-06-031-0/+15
* Handle expected errors in AddGPGkey API (#11644)65432020-05-281-1/+1
* Show Signer in commit lists and add basic trust (#10425)zeripath2020-02-271-3/+40
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-4/+9
* Ensure default gpg settings not nil and found commits have reference to repo ...zeripath2019-10-201-0/+2
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)zeripath2019-10-161-67/+292
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-14/+14
* Fix wrong GPG expire date (#6643)Antoine GIRARD2019-04-151-6/+11
* add .gpg url (match github behaviour) (#6610)Antoine GIRARD2019-04-141-18/+79
* Better logging (#6038) (#6095)zeripath2019-04-021-6/+6
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* 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