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
*
Merge pull request '[gitea] week 2024-34 cherry pick (gitea/main -> forgejo)'...
Earl Warren
2024-08-20
2
-16
/
+17
|
\
|
*
Fix panic of ssh public key page after deletion of auth source (#31829)
Lunny Xiao
2024-08-18
2
-16
/
+17
*
|
Fix linting issues
Gusted
2024-08-18
1
-2
/
+2
|
/
*
[CHORE] Remove SSH DSA tests
Gusted
2024-08-05
1
-3
/
+0
*
Add testifylint to lint checks (#4535)
TheFox0x7
2024-07-30
3
-24
/
+27
*
[CHORE] Use github.com/ProtonMail/go-crypto
Gusted
2024-07-15
5
-14
/
+80
*
Enable more `revive` linter rules (#30608)
silverwind
2024-04-28
1
-1
/
+0
*
Clean up log messages (#30313)
wxiaoguang
2024-04-15
1
-13
/
+4
*
Fix missing 0 prefix of GPG key id (#30245)
KN4CK3R
2024-04-07
3
-7
/
+23
*
Fix GPG subkey verify (#30193)
KN4CK3R
2024-04-07
1
-0
/
+4
*
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
[next]