aboutsummaryrefslogtreecommitdiffstats
path: root/models/asymkey
Commit message (Expand)AuthorAgeFilesLines
* bump to go 1.23 (#31855)techknowlogick2024-09-101-2/+2
* Remove "dsa-1024" testcases from Test_SSHParsePublicKey and Test_calcFingerpr...Saulius Gurklys2024-08-241-2/+0
* Fix panic of ssh public key page after deletion of auth source (#31829)Lunny Xiao2024-08-152-16/+17
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-1/+0
* Clean up log messages (#30313)wxiaoguang2024-04-071-13/+4
* Fix missing 0 prefix of GPG key id (#30245)KN4CK3R2024-04-023-7/+23
* Fix GPG subkey verify (#30193)KN4CK3R2024-03-311-0/+4
* Fix some pending problems (#29985)wxiaoguang2024-03-221-5/+4
* Fix missing error check of bufio.Scanner (#29882)coldWater2024-03-191-0/+4
* Move some asymkey functions to service layer (#28894)Lunny Xiao2024-03-043-234/+6
* Update tool dependencies (#29030)silverwind2024-02-021-1/+0
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-155-60/+83
* Refactor timeutil package (#28623)wxiaoguang2023-12-281-2/+3
* Refactor deletion (#28610)delvh2023-12-251-12/+2
* Retry SSH key verification with additional CRLF if it failed (#28392)nekrondev2023-12-141-4/+9
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-072-23/+15
* Fix comment permissions (#28213)Lunny Xiao2023-11-251-9/+3
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-243-58/+32
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-152-2/+2
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-146-24/+30
* Replace assert.Fail with assert.FailNow (#27578)Nanguan Lin2023-10-111-2/+2
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-113-31/+31
* Respect SSH.KeygenPath option when calculating ssh key fingerprints (#27536)Sebastian Grabowski2023-10-101-1/+1
* make writing main test easier (#27270)Lunny Xiao2023-09-281-2/+0
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-255-16/+17
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-145-20/+23
* Update tool dependencies, lock govulncheck and actionlint (#25655)silverwind2023-07-091-1/+1
* Less naked returns (#25713)65432023-07-071-4/+5
* Replace `interface{}` with `any` (#25686)silverwind2023-07-042-3/+3
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-6/+0
* Prefer native parser for SSH public key parsing (#23798)Leon Busch-George2023-04-112-2/+15
* Allow adding SSH keys even if SSH server is disabled (#24025)Dmitry Sharshakov2023-04-101-5/+0
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-1/+1
* Increase Content field size of gpg_key_import to MEDIUMTEXT (#22897)zeripath2023-02-161-1/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-5/+6
* Improve error report when user passes a private key (#22726)zeripath2023-02-022-0/+6
* Improve utils of slices (#22379)Jason Song2023-01-111-4/+4
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-313-8/+6
* Fix key signature error page (#22229)Gusted2022-12-301-3/+8
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* 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