aboutsummaryrefslogtreecommitdiffstats
path: root/models/asymkey
Commit message (Expand)AuthorAgeFilesLines
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2719-38/+19
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-127-8/+8
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-246-16/+16
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-1/+53
* Increase Content field size of gpg_key and public_key to MEDIUMTEXT (#20896)zeripath2022-08-222-2/+2
* Pad GPG Key ID with preceding zeroes (#20878)zeripath2022-08-211-0/+9
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-1/+1
* Add more linters to improve code readability (#19989)Wim2022-06-202-4/+4
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-0/+7
* Fix order by parameter (#19849)Lunny Xiao2022-06-043-4/+5
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-208-88/+52
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-8/+11
* Fix the bug: deploy key with write access can not push (#19010)wxiaoguang2022-03-221-7/+1
* Collaborator trust model should trust collaborators (#18539)zeripath2022-02-021-5/+5
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* Remove `ioutil` (#18222)Gusted2022-01-101-3/+3
* Refactor auth package (#17962)Lunny Xiao2022-01-022-18/+18
* Migration 204 use Sync2 (#18044)65432021-12-201-0/+1
* Add support for ssh commit signing (#17743)Wim2021-12-196-17/+480
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-1017-0/+3719