index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
routers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix missing error check of bufio.Scanner (#29882)
coldWater
2024-03-26
1
-0
/
+4
*
Only do counting when count_only=true for repo dashboard (#29884)
wxiaoguang
2024-03-26
1
-10
/
+15
*
Editor error message misleading due to re-used key. (#29859)
buckybytes
2024-03-26
1
-2
/
+2
*
Fix missing code in the user profile (#29865)
Nanguan Lin
2024-03-26
1
-0
/
+14
*
[BUG] Detect protected branch on branch rename
Gusted
2024-03-26
1
-1
/
+7
*
Merge pull request '[TESTS] fail when log.Error is called' (#2657) from olive...
Earl Warren
2024-03-24
6
-7
/
+10
|
\
|
*
drop log.Error in ReadRepoNotifications
oliverpool
2024-03-24
1
-2
/
+0
|
*
packages/maven: log.Warn on bad request
oliverpool
2024-03-24
1
-1
/
+4
|
*
activitypub: warn instead of error
oliverpool
2024-03-24
1
-1
/
+3
|
*
actions artifacts: warn instead of error on invalid request
oliverpool
2024-03-24
3
-3
/
+3
*
|
Merge pull request 'Allow users to hide all "Add more units..." hints' (#2533...
Earl Warren
2024-03-24
3
-0
/
+21
|
\
\
|
*
|
Allow users to hide all "Add more units..." hints
Gergely Nagy
2024-03-21
3
-0
/
+21
*
|
|
Merge pull request '[TESTS] webhook forms creation and edition' (#2755) from ...
Earl Warren
2024-03-24
1
-2
/
+3
|
\
\
\
|
*
|
|
[TESTS] webhook forms creation and edition
oliverpool
2024-03-23
1
-2
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge pull request '[PORT] Unify search boxes (gitea#29530)' (#2688) from sne...
Earl Warren
2024-03-24
4
-13
/
+10
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
simplify template
Shiny Nematoda
2024-03-20
1
-2
/
+2
|
*
|
Unify search boxes (#29530)
Denys Konovalov
2024-03-20
4
-11
/
+8
*
|
|
Customizable "Open with" applications for repository clone (#29320)
wxiaoguang
2024-03-23
3
-10
/
+87
|
|
/
|
/
|
*
|
Fix repo badges when the label or text contains dashes
Gergely Nagy
2024-03-20
1
-2
/
+2
|
/
*
Merge pull request '[BUG] Reflect Cargo index state in settings' (#2698) from...
Earl Warren
2024-03-20
1
-1
/
+14
|
\
|
*
[BUG] Reflect Cargo index state in settings
Gusted
2024-03-20
1
-1
/
+14
*
|
Fix PR creation via api between branches of same repo with head field namespa...
norohind
2024-03-20
1
-0
/
+2
*
|
Fix incorrect menu/link on webhook edit page (#29709)
yp05327
2024-03-20
1
-0
/
+1
*
|
Use relative links for commits, mentions, and issues in markdown (#29427)
KN4CK3R
2024-03-20
1
-2
/
+4
*
|
Refactor to use optional.Option for issue index search option (#29739)
6543
2024-03-20
3
-38
/
+38
*
|
Use Get but not Post to get actions artifacts (#29734)
Lunny Xiao
2024-03-20
1
-1
/
+1
*
|
Some performance optimization on dashboard and issues page (#29010)
Lunny Xiao
2024-03-20
1
-1
/
+5
*
|
remove repetitive words (#29695)
pengqiseven
2024-03-20
2
-2
/
+2
*
|
Add a warning for disallowed email domains (#29658)
Zettat123
2024-03-20
2
-0
/
+17
*
|
Use repo object format name instead of detecting from git repository (#29702)
Lunny Xiao
2024-03-20
2
-12
/
+2
|
/
*
Merge pull request '[PORT] Refactor code_indexer to use an SearchOptions stru...
Gusted
2024-03-19
3
-4
/
+33
|
\
|
*
Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724)
6543
2024-03-18
3
-4
/
+33
*
|
Merge pull request '[Port] Sync branches to DB immediately when handle git ho...
oliverpool
2024-03-19
1
-1
/
+63
|
\
\
|
*
|
Sync branches first (gitea#29714)
Jason Song
2024-03-18
1
-13
/
+13
|
*
|
use gitRepo.GetCommit directly
oliverpool
2024-03-18
1
-3
/
+1
|
*
|
Sync branches to DB immediately when handle git hook calling (gitea#29493)
Jason Song
2024-03-18
1
-1
/
+65
|
|
/
*
|
Fix #2512 /api/forgejo/v1/version auth check (#2582)
Ada
2024-03-19
3
-133
/
+158
*
|
routers: Minor code cleanup in UsernameSubRoute
Gergely Nagy
2024-03-18
1
-1
/
+0
|
/
*
fix #2501
Shiny Nematoda
2024-03-14
1
-1
/
+1
*
Makefile: check git diff exit-code (#2651)
oliverpool
2024-03-14
1
-0
/
+1
*
Patch in exact search for meilisearch (#29671)
6543
2024-03-11
3
-6
/
+6
*
Move get/set default branch from git package to gitrepo package to hide repop...
Lunny Xiao
2024-03-11
4
-5
/
+8
*
Make runs-on support variable expression (#29468)
sillyguodong
2024-03-11
1
-68
/
+12
*
Fix 500 when deleting account with incorrect password or unsupported login ty...
Lunny Xiao
2024-03-11
1
-2
/
+17
*
Cache repository default branch commit status to reduce query on commit statu...
Lunny Xiao
2024-03-11
2
-22
/
+10
*
Detect broken git hooks (#29494)
Jason Song
2024-03-11
1
-0
/
+27
*
Skip email domain check when admins edit user emails (#29609)
Zettat123
2024-03-11
2
-2
/
+2
*
Skip email domain check when admin users adds user manually (#29522)
Zettat123
2024-03-11
2
-2
/
+2
*
Make "/user/login" page redirect if the current user has signed in (#29583)
wxiaoguang
2024-03-11
3
-11
/
+64
*
Allow options to disable user ssh keys configuration from the interface on ap...
Lunny Xiao
2024-03-11
2
-0
/
+27
[next]