aboutsummaryrefslogtreecommitdiffstats
path: root/models/asymkey/ssh_key.go
Commit message (Expand)AuthorAgeFilesLines
* Fix panic of ssh public key page after deletion of auth source (#31829)Lunny Xiao2024-08-151-16/+7
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-151-2/+2
* Refactor deletion (#28610)delvh2023-12-251-12/+2
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-36/+27
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-28/+28
* Improve utils of slices (#22379)Jason Song2023-01-111-4/+4
* 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-2/+2
* 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
* Fix order by parameter (#19849)Lunny Xiao2022-06-041-2/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-23/+13
* Refactor auth package (#17962)Lunny Xiao2022-01-021-16/+16
* Add support for ssh commit signing (#17743)Wim2021-12-191-0/+1
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-0/+465