summaryrefslogtreecommitdiffstats
path: root/models/gpg_key.go
Commit message (Expand)AuthorAgeFilesLines
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-272/+0
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-4/+4
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-5/+6
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-3/+3
* DBContext is just a Context (#17100)zeripath2021-09-231-5/+5
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-11/+16
* Add `AbsoluteListOptions` (#17028)KN4CK3R2021-09-141-1/+1
* [API] generalize list header (#16551)65432021-08-121-0/+5
* Add option to provide signature for a token to verify key ownership (#14054)zeripath2021-07-131-699/+38
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-2/+2
* Always store primary email address into email_address table and also the stat...Lunny Xiao2021-06-081-1/+1
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-36/+36
* Fix gpg key deletion (#14561)Anton Khimich2021-02-041-1/+5
* 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