index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move notification interface to services layer (#26915)
Lunny Xiao
2023-09-05
3
-636
/
+0
*
Move feed notification service layer (#26908)
Lunny Xiao
2023-09-05
3
-511
/
+0
*
Move ui notification to service layer (#26907)
Lunny Xiao
2023-09-05
2
-257
/
+0
*
Move indexer notification to service layer (#26906)
Lunny Xiao
2023-09-05
2
-125
/
+0
*
Move mail notification logic to service layer (#26905)
Lunny Xiao
2023-09-05
2
-207
/
+0
*
Use Go 1.21 and update dependencies (#26878)
wxiaoguang
2023-09-03
2
-19
/
+2
*
Refactor `og:description` to limit the max length (#26876)
wxiaoguang
2023-09-03
1
-0
/
+5
*
restrict certificate type for builtin SSH server (#26789)
Earl Warren
2023-09-01
1
-0
/
+6
*
Avoid double-unescaping of form value (#26853)
wxiaoguang
2023-09-01
2
-22
/
+4
*
Move web/api context related testing function into a separate package (#26859)
wxiaoguang
2023-09-01
1
-5
/
+4
*
Render code blocks in repo description (#26830)
silverwind
2023-08-31
1
-3
/
+2
*
Check blocklist for emails when adding them to account (#26812)
techknowlogick
2023-08-30
1
-0
/
+25
*
Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804)
KN4CK3R
2023-08-30
2
-17
/
+12
*
Fix some slice append usages (#26778)
Chongyi Zheng
2023-08-29
1
-1
/
+1
*
Remove redundant nil check in `WalkGitLog` (#26773)
Eng Zer Jun
2023-08-29
1
-17
/
+15
*
Add fix incorrect can_create_org_repo for org owner team (#26683)
yp05327
2023-08-29
1
-0
/
+61
*
Reduce some allocations in type conversion (#26772)
Chongyi Zheng
2023-08-28
1
-1
/
+1
*
refactor(API): refactor secret creation and update functionality (#26751)
Bo-Yi Wu
2023-08-28
1
-14
/
+2
*
Fix bug for ctx usage (#26762)
Lunny Xiao
2023-08-28
1
-4
/
+4
*
Expanded minimum RSA Keylength to 3072 (#26604)
mainboarder
2023-08-28
2
-2
/
+2
*
Use docs.gitea.com instead of docs.gitea.io (#26739)
Lunny Xiao
2023-08-27
3
-8
/
+8
*
Move `modules/mirror` to `services` (#26737)
Chongyi Zheng
2023-08-27
3
-118
/
+0
*
Make web context initialize correctly for different cases (#26726)
wxiaoguang
2023-08-25
3
-29
/
+34
*
add Upload URL to release API (#26663)
Earl Warren
2023-08-24
1
-0
/
+1
*
Add merge files files to GetCommitFileStatus (#20515)
Laurent Cahour
2023-08-24
22
-1
/
+38
*
chore(actions): support cron schedule task (#26655)
Lunny Xiao
2023-08-24
1
-4
/
+19
*
feat(API): update and delete secret for managing organization secrets (#26660)
Bo-Yi Wu
2023-08-24
1
-0
/
+9
*
Fix counting and filtering on the dashboard page for issues (#26657)
Jason Song
2023-08-23
2
-3
/
+51
*
feat: implement organization secret creation API (#26566)
Bo-Yi Wu
2023-08-22
1
-1
/
+13
*
Update minimum password length requirements (#25946)
techknowlogick
2023-08-21
1
-1
/
+1
*
Use correct minio error (#26634)
delvh
2023-08-21
1
-2
/
+2
*
Remove avatarHTML from template helpers (#26598)
wxiaoguang
2023-08-21
1
-1
/
+0
*
Add `branch_filter` to hooks API endpoints (#26599)
Yarden Shoham
2023-08-21
1
-0
/
+1
*
Add link to job details and tooltip to commit status in repo list in dashboar...
yp05327
2023-08-21
1
-0
/
+4
*
Update tool dependencies (#26607)
silverwind
2023-08-21
1
-1
/
+1
*
Fix NPM packages name validation (#26595)
TimberBro
2023-08-20
2
-1
/
+19
*
Support rebuilding issue indexer manually (#26546)
Jason Song
2023-08-17
1
-7
/
+15
*
Sync repo's IsEmpty status correctly (#26517)
wxiaoguang
2023-08-17
1
-1
/
+1
*
Explain SearchOptions and fix ToSearchOptions (#26542)
Jason Song
2023-08-16
3
-22
/
+35
*
Add missing triggers to update issue indexer (#26539)
Jason Song
2023-08-16
1
-39
/
+13
*
Fix project filter bugs (#26490)
CaiCandong
2023-08-15
1
-0
/
+4
*
Fix display problems of members and teams unit (#26363)
yp05327
2023-08-15
1
-0
/
+14
*
Add API route to list org secrets (#26485)
Bo-Yi Wu
2023-08-15
1
-0
/
+15
*
Detect ogg mime-type as audio or video (#26494)
wxiaoguang
2023-08-15
2
-1
/
+25
*
Handle base64 decoding correctly to avoid panic (#26483)
wxiaoguang
2023-08-14
5
-17
/
+39
*
Allow to archive labels (#26478)
puni9869
2023-08-14
1
-0
/
+6
*
Fix storage path logic especially for relative paths (#26441)
Lunny Xiao
2023-08-13
2
-93
/
+294
*
Close stdout correctly for "git blame" (#26470)
wxiaoguang
2023-08-13
1
-5
/
+12
*
Remove last newline from config file (#26468)
wxiaoguang
2023-08-12
2
-0
/
+21
*
Adjust minio new sequence, now it will check whether bucket exist first and t...
Lunny Xiao
2023-08-12
1
-6
/
+10
[next]