summaryrefslogtreecommitdiffstats
path: root/models/asymkey/gpg_key.go
Commit message (Expand)AuthorAgeFilesLines
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-151-32/+23
* Fix comment permissions (#28213)Lunny Xiao2023-11-251-9/+3
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-2/+2
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-9/+9
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-5/+5
* Fix key signature error page (#22229)Gusted2022-12-301-3/+8
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-1/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Increase Content field size of gpg_key and public_key to MEDIUMTEXT (#20896)zeripath2022-08-221-1/+1
* Pad GPG Key ID with preceding zeroes (#20878)zeripath2022-08-211-0/+9
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-4/+4
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-0/+269