index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
models
/
asymkey
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
models/asymkey: Implement Tag verification
Gergely Nagy
2024-03-30
5
-500
/
+567
*
Fix some pending problems (#29985)
wxiaoguang
2024-03-26
2
-10
/
+8
*
Fix missing error check of bufio.Scanner (#29882)
coldWater
2024-03-26
2
-0
/
+8
*
Rename CommitGPGSignature to ObjectSignature
Gergely Nagy
2024-03-26
1
-4
/
+4
*
[GITEA] Add noreply email address as verified for SSH signed Git commits
Gusted
2024-02-05
3
-0
/
+153
*
[GITEA] Make atomic ssh keys replacement robust
Gusted
2024-02-05
2
-2
/
+12
*
Update tool dependencies (#29030)
silverwind
2024-02-03
1
-1
/
+0
*
Move more functions to db.Find (#28419)
Lunny Xiao
2024-01-15
5
-60
/
+83
*
Refactor timeutil package (#28623)
wxiaoguang
2023-12-28
1
-2
/
+3
*
Refactor deletion (#28610)
delvh
2023-12-25
1
-12
/
+2
*
Retry SSH key verification with additional CRLF if it failed (#28392)
nekrondev
2023-12-14
1
-4
/
+9
*
Remove GetByBean method because sometimes it's danger when query condition pa...
Lunny Xiao
2023-12-07
2
-23
/
+15
*
Fix comment permissions (#28213)
Lunny Xiao
2023-11-25
1
-9
/
+3
*
Use db.Find instead of writing methods for every object (#28084)
Lunny Xiao
2023-11-24
3
-58
/
+32
*
Replace more db.DefaultContext (#27628)
Lunny Xiao
2023-10-15
2
-2
/
+2
*
Final round of `db.DefaultContext` refactor (#27587)
JakobDev
2023-10-14
6
-24
/
+30
*
Replace assert.Fail with assert.FailNow (#27578)
Nanguan Lin
2023-10-11
1
-2
/
+2
*
Penultimate round of `db.DefaultContext` refactor (#27414)
JakobDev
2023-10-11
3
-31
/
+31
*
Respect SSH.KeygenPath option when calculating ssh key fingerprints (#27536)
Sebastian Grabowski
2023-10-10
1
-1
/
+1
*
make writing main test easier (#27270)
Lunny Xiao
2023-09-28
1
-2
/
+0
*
Another round of `db.DefaultContext` refactor (#27103)
JakobDev
2023-09-25
5
-16
/
+17
*
Reduce usage of `db.DefaultContext` (#27073)
JakobDev
2023-09-14
5
-20
/
+23
*
Update tool dependencies, lock govulncheck and actionlint (#25655)
silverwind
2023-07-09
1
-1
/
+1
*
Less naked returns (#25713)
6543
2023-07-07
1
-4
/
+5
*
Replace `interface{}` with `any` (#25686)
silverwind
2023-07-04
2
-3
/
+3
*
Merge setting.InitXXX into one function with options (#24389)
Lunny Xiao
2023-05-04
1
-6
/
+0
*
Prefer native parser for SSH public key parsing (#23798)
Leon Busch-George
2023-04-11
2
-2
/
+15
*
Allow adding SSH keys even if SSH server is disabled (#24025)
Dmitry Sharshakov
2023-04-10
1
-5
/
+0
*
Refactor the setting to make unit test easier (#22405)
Lunny Xiao
2023-02-19
1
-1
/
+1
*
Increase Content field size of gpg_key_import to MEDIUMTEXT (#22897)
zeripath
2023-02-16
1
-1
/
+1
*
Add context cache as a request level cache (#22294)
Lunny Xiao
2023-02-15
1
-5
/
+6
*
Improve error report when user passes a private key (#22726)
zeripath
2023-02-02
2
-0
/
+6
*
Improve utils of slices (#22379)
Jason Song
2023-01-11
1
-4
/
+4
*
Use ErrInvalidArgument in packages (#22268)
KN4CK3R
2022-12-31
3
-8
/
+6
*
Fix key signature error page (#22229)
Gusted
2022-12-30
1
-3
/
+8
*
refactor some functions to support ctx as first parameter (#21878)
Lunny Xiao
2022-12-03
1
-1
/
+1
*
Implement FSFE REUSE for golang files (#21840)
flynnnnnnnnnn
2022-11-27
19
-38
/
+19
*
Allow detect whether it's in a database transaction for a context.Context (#2...
Lunny Xiao
2022-11-12
7
-8
/
+8
*
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-24
6
-16
/
+16
*
Make every not exist error unwrappable to a fs.ErrNotExist (#20891)
zeripath
2022-10-18
1
-1
/
+53
*
Increase Content field size of gpg_key and public_key to MEDIUMTEXT (#20896)
zeripath
2022-08-22
2
-2
/
+2
*
Pad GPG Key ID with preceding zeroes (#20878)
zeripath
2022-08-21
1
-0
/
+9
*
Refactor AssertExistsAndLoadBean to use generics (#20797)
Lunny Xiao
2022-08-16
1
-1
/
+1
*
Add more linters to improve code readability (#19989)
Wim
2022-06-20
2
-4
/
+4
*
Move some repository related code into sub package (#19711)
Lunny Xiao
2022-06-06
1
-0
/
+7
*
Fix order by parameter (#19849)
Lunny Xiao
2022-06-04
3
-4
/
+5
*
Move almost all functions' parameter db.Engine to context.Context (#19748)
Lunny Xiao
2022-05-20
8
-88
/
+52
*
Use a struct as test options (#19393)
Lunny Xiao
2022-04-14
1
-8
/
+11
*
Fix the bug: deploy key with write access can not push (#19010)
wxiaoguang
2022-03-22
1
-7
/
+1
*
Collaborator trust model should trust collaborators (#18539)
zeripath
2022-02-02
1
-5
/
+5
[next]