| Commit message (Expand) | Author | Age | Files | Lines |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 1 | -272/+0 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -4/+4 |
* | Move EmailAddress & UserRedirect into models/user/ (#17607) | Lunny Xiao | 2021-11-11 | 1 | -5/+6 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -3/+3 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -5/+5 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -11/+16 |
* | Add `AbsoluteListOptions` (#17028) | KN4CK3R | 2021-09-14 | 1 | -1/+1 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 1 | -0/+5 |
* | Add option to provide signature for a token to verify key ownership (#14054) | zeripath | 2021-07-13 | 1 | -699/+38 |
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 1 | -2/+2 |
* | Always store primary email address into email_address table and also the stat... | Lunny Xiao | 2021-06-08 | 1 | -1/+1 |
* | chore(models): rewrite code format. (#14754) | Bo-Yi Wu | 2021-03-14 | 1 | -36/+36 |
* | Fix gpg key deletion (#14561) | Anton Khimich | 2021-02-04 | 1 | -1/+5 |
* | Add configurable Trust Models (#11712) | zeripath | 2020-09-20 | 1 | -25/+64 |
* | Allow addition of gpg keyring with multiple keys (#12487) | zeripath | 2020-08-21 | 1 | -59/+67 |
* | Keys should not verify revoked email addresses (#12486) | zeripath | 2020-08-16 | 1 | -0/+3 |
* | UI: Update commit signature view (#12473) | techknowlogick | 2020-08-13 | 1 | -1/+1 |
* | Ensure Subkeys are verified (#12155) | zeripath | 2020-07-06 | 1 | -1/+41 |
* | Fix verification of subkeys of default gpg key (#11713) | zeripath | 2020-06-03 | 1 | -0/+15 |
* | Handle expected errors in AddGPGkey API (#11644) | 6543 | 2020-05-28 | 1 | -1/+1 |
* | Show Signer in commit lists and add basic trust (#10425) | zeripath | 2020-02-27 | 1 | -3/+40 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -4/+9 |
* | Ensure default gpg settings not nil and found commits have reference to repo ... | zeripath | 2019-10-20 | 1 | -0/+2 |
* | Upgrade xorm to v0.8.0 (#8536) | Lunny Xiao | 2019-10-17 | 1 | -1/+1 |
* | Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) | zeripath | 2019-10-16 | 1 | -67/+292 |
* | Display ui time with customize time location (#7792) | Lunny Xiao | 2019-08-15 | 1 | -14/+14 |
* | Fix wrong GPG expire date (#6643) | Antoine GIRARD | 2019-04-15 | 1 | -6/+11 |
* | add .gpg url (match github behaviour) (#6610) | Antoine GIRARD | 2019-04-14 | 1 | -18/+79 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 1 | -6/+6 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 1 | -1/+1 |
* | Fix null pointer dereference in ParseCommitWithSignature (#4962) | SagePtr | 2018-09-20 | 1 | -1/+1 |
* | Don't write to log NoCommitterAccount (#3621) | Morgan Bazalgette | 2018-03-04 | 1 | -1/+5 |
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -22/+14 |
* | GPG key email verification no longer case sensitive (#2661) (#2663) | Julian Scholle | 2017-10-06 | 1 | -1/+2 |
* | Replace deprecated Id method with ID (#2655) | Ethan Koenig | 2017-10-05 | 1 | -1/+1 |
* | Use AfterLoad instead of AfterSet on Structs (#2628) | Lunny Xiao | 2017-10-01 | 1 | -11/+9 |
* | Fix lint errors (#2547) | Ethan Koenig | 2017-09-19 | 1 | -5/+1 |
* | Only check at least one email gpg key (#2266) | Antoine GIRARD | 2017-09-05 | 1 | -9/+27 |
* | remove unnecessary blank lines and wrong error log | Lunny Xiao | 2017-06-28 | 1 | -3/+1 |
* | Refactor session close as xorm already does everything needed internally (#2020) | Lauris BH | 2017-06-21 | 1 | -2/+2 |
* | Fix GPG email checking to be case insensitive (#1988) | Lauris BH | 2017-06-17 | 1 | -2/+2 |
* | Switch to keybase go-crypto (for some elliptic curve key) + test (#1925) | Antoine GIRARD | 2017-06-14 | 1 | -3/+3 |
* | Rework SSH key management UI to add GPG (#1293) | Antoine GIRARD | 2017-04-26 | 1 | -12/+21 |
* | GPG commit validation (#1150) | Antoine GIRARD | 2017-03-22 | 1 | -0/+186 |
* | fix gpg wrong column types | Lunny Xiao | 2017-03-20 | 1 | -2/+2 |
* | Implement GPG api (#710) | Antoine GIRARD | 2017-03-16 | 1 | -0/+276 |