index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
models
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace 10 more gt- classes with tw- (#29945)
silverwind
2024-03-26
1
-1
/
+1
*
Fix some pending problems (#29985)
wxiaoguang
2024-03-26
2
-10
/
+8
*
Refactor StringsToInt64s (#29967)
wxiaoguang
2024-03-26
2
-8
/
+3
*
Performance improvements for pull request list page (#29900)
Lunny Xiao
2024-03-26
5
-19
/
+45
*
Fix missing error check of bufio.Scanner (#29882)
coldWater
2024-03-26
2
-0
/
+8
*
Fix user id column case (#29863)
Nanguan Lin
2024-03-26
1
-2
/
+2
*
Rename CommitGPGSignature to ObjectSignature
Gergely Nagy
2024-03-26
1
-4
/
+4
*
Add a migration to remove SSH signatures from release notes
Gergely Nagy
2024-03-26
5
-0
/
+123
*
Merge pull request '[TESTS] fail when log.Error is called' (#2657) from olive...
Earl Warren
2024-03-24
11
-35
/
+441
|
\
|
*
fix action fixtures
oliverpool
2024-03-24
2
-1
/
+2
|
*
migration v1_11/v111.go: Unknown columns in 'field list'
oliverpool
2024-03-24
1
-12
/
+13
|
*
old migrations: warning instead of error
oliverpool
2024-03-24
2
-2
/
+2
|
*
fix commit_status
oliverpool
2024-03-24
2
-13
/
+16
|
*
fix webhook fixtures
oliverpool
2024-03-24
2
-7
/
+27
|
*
fix action_run fixtures
oliverpool
2024-03-24
1
-0
/
+377
|
*
fail test when log.Error is called
oliverpool
2024-03-24
1
-0
/
+4
*
|
Merge pull request 'Allow users to hide all "Add more units..." hints' (#2533...
Earl Warren
2024-03-24
3
-0
/
+20
|
\
\
|
*
|
Allow users to hide all "Add more units..." hints
Gergely Nagy
2024-03-21
3
-0
/
+20
|
|
/
*
/
[TESTS] webhook forms creation and edition
oliverpool
2024-03-23
1
-0
/
+7
|
/
*
Add more stats tables (#29730)
Lunny Xiao
2024-03-20
1
-1
/
+6
*
Some performance optimization on dashboard and issues page (#29010)
Lunny Xiao
2024-03-20
5
-74
/
+214
*
remove repetitive words (#29695)
pengqiseven
2024-03-20
2
-2
/
+2
*
Add a warning for disallowed email domains (#29658)
Zettat123
2024-03-20
1
-8
/
+8
*
Merge pull request '[PORT] Refactor code_indexer to use an SearchOptions stru...
Gusted
2024-03-19
1
-1
/
+1
|
\
|
*
Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724)
6543
2024-03-18
1
-1
/
+1
*
|
Sync branches to DB immediately when handle git hook calling (gitea#29493)
Jason Song
2024-03-18
1
-0
/
+5
|
/
*
Merge pull request '[Windows] prevent ? in testdata path' (#2668) from oliver...
Gusted
2024-03-15
1
-1
/
+2
|
\
|
*
[Windows] prevent ? in testdata path
oliverpool
2024-03-15
1
-1
/
+2
*
|
[BUG] Use correct headcommitid
Gusted
2024-03-14
1
-1
/
+1
|
/
*
add test for webhook migration
oliverpool
2024-03-11
4
-0
/
+114
*
Move get/set default branch from git package to gitrepo package to hide repop...
Lunny Xiao
2024-03-11
1
-6
/
+1
*
Make runs-on support variable expression (#29468)
sillyguodong
2024-03-11
2
-0
/
+72
*
Partially enable MSSQL case-sensitive collation support (#29238)
wxiaoguang
2024-03-11
2
-3
/
+2
*
Store webhook event in database (#29145)
oliverpool
2024-03-11
5
-41
/
+97
*
Make wiki default branch name changable (#29603) (database migration ony)
wxiaoguang
2024-03-11
2
-0
/
+20
*
Add user blocking (#29028) (database migration ony)
KN4CK3R
2024-03-11
2
-0
/
+28
*
Fix bug hidden on CI and make ci failed if tests failure (#29254)
Lunny Xiao
2024-03-11
17
-47
/
+148
*
Add admin API route for managing user's badges (#23106) (database migration ony)
techknowlogick
2024-03-11
2
-0
/
+48
*
Avoid issue info panic (#29625)
wxiaoguang
2024-03-11
1
-3
/
+7
*
Skip email domain check when admins edit user emails (#29609)
Zettat123
2024-03-11
1
-1
/
+1
*
Skip email domain check when admin users adds user manually (#29522)
Zettat123
2024-03-11
2
-30
/
+65
*
Merge pull request '[BUG] Disable CODEOWNERS for forked repositories' (#2537)...
Gusted
2024-03-06
1
-0
/
+8
|
\
|
*
[BUG] Disable CODEOWNERS for forked repositories
Gusted
2024-03-01
1
-0
/
+8
*
|
Fix incorrect relative/absolute URL usages (#29531)
wxiaoguang
2024-03-06
1
-3
/
+13
*
|
remove util.OptionalBool and related functions (#29513)
6543
2024-03-06
21
-105
/
+107
*
|
Rename Action.GetDisplayName to GetActDisplayName (#29540)
wxiaoguang
2024-03-06
1
-4
/
+4
*
|
Actions Artifacts v4 backend (#28965)
ChristopherHX
2024-03-06
3
-0
/
+53
*
|
Refactor some Str2html code (#29397)
wxiaoguang
2024-03-06
5
-7
/
+12
*
|
migrate some more "OptionalBool" to "Option[bool]" (#29479)
6543
2024-03-06
6
-110
/
+102
*
|
Let ctx.FormOptionalBool() return optional.Option[bool] (#29461)
6543
2024-03-06
1
-10
/
+11
[next]