summaryrefslogtreecommitdiffstats
path: root/models/asymkey (follow)
Commit message (Expand)AuthorAgeFilesLines
* [GITEA] Add noreply email address as verified for SSH signed Git commitsGusted2024-02-053-0/+153
* [GITEA] Make atomic ssh keys replacement robustGusted2024-02-052-2/+12
* Update tool dependencies (#29030)silverwind2024-02-031-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-191-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
* 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