index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request '[TESTS] fail when log.Error is called' (#2657) from olive...
Earl Warren
2024-03-24
5
-4
/
+27
|
\
|
*
packages: skip error logging on duplicate
oliverpool
2024-03-24
1
-2
/
+6
|
*
fix commit_status
oliverpool
2024-03-24
2
-2
/
+2
|
*
fix webhook fixtures
oliverpool
2024-03-24
1
-0
/
+11
|
*
fix TestBranchActions error log
oliverpool
2024-03-24
1
-0
/
+8
*
|
Merge pull request 'Allow users to hide all "Add more units..." hints' (#2533...
Earl Warren
2024-03-24
3
-9
/
+21
|
\
\
|
*
|
Allow users to hide all "Add more units..." hints
Gergely Nagy
2024-03-21
3
-9
/
+21
*
|
|
Merge pull request '[PORT] Unify search boxes (gitea#29530)' (#2688) from sne...
Earl Warren
2024-03-24
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Unify search boxes (#29530)
Denys Konovalov
2024-03-20
1
-1
/
+1
|
|
/
*
/
Customizable "Open with" applications for repository clone (#29320)
wxiaoguang
2024-03-23
1
-0
/
+1
|
/
*
Merge pull request '[BUG] Reflect Cargo index state in settings' (#2698) from...
Earl Warren
2024-03-20
1
-2
/
+2
|
\
|
*
[BUG] Reflect Cargo index state in settings
Gusted
2024-03-20
1
-2
/
+2
*
|
Merge pull request '[PORT] add skip ci support for pull request title (#29774...
Earl Warren
2024-03-20
1
-3
/
+7
|
\
\
|
*
|
add skip ci support for pull request title (#29774)
Denys Konovalov
2024-03-20
1
-3
/
+7
|
|
/
*
|
Use relative links for commits, mentions, and issues in markdown (#29427)
KN4CK3R
2024-03-20
2
-2
/
+27
*
|
Add a warning for disallowed email domains (#29658)
Zettat123
2024-03-20
1
-6
/
+2
*
|
Use repo object format name instead of detecting from git repository (#29702)
Lunny Xiao
2024-03-20
3
-9
/
+3
|
/
*
[BUG] Restore deleted branches
oliverpool
2024-03-18
1
-1
/
+1
*
use gitRepo.GetCommit directly
oliverpool
2024-03-18
1
-1
/
+1
*
Sync branches to DB immediately when handle git hook calling (gitea#29493)
Jason Song
2024-03-18
2
-44
/
+82
*
[Windows] prevent ? in testdata path
oliverpool
2024-03-15
31
-334
/
+334
*
[BUG] Packagist webhook: support all events
oliverpool
2024-03-13
3
-270
/
+61
*
add test for webhook default method
oliverpool
2024-03-11
1
-4
/
+13
*
Fix broken webhooks (#29690)
Lunny Xiao
2024-03-11
1
-1
/
+6
*
Replace more gt- with tw- (#29678)
silverwind
2024-03-11
1
-1
/
+1
*
Fix commit_status problem when testing (#29672)
charles
2024-03-11
1
-1
/
+1
*
Move get/set default branch from git package to gitrepo package to hide repop...
Lunny Xiao
2024-03-11
9
-29
/
+21
*
Make runs-on support variable expression (#29468)
sillyguodong
2024-03-11
1
-1
/
+12
*
Fixing the issue when status check per rule matches multiple actions (#29631)
charles
2024-03-11
2
-7
/
+76
*
Store webhook event in database (#29145)
oliverpool
2024-03-11
22
-1503
/
+1613
*
Use strict protocol check when redirect (#29642)
wxiaoguang
2024-03-11
1
-0
/
+47
*
Cache repository default branch commit status to reduce query on commit statu...
Lunny Xiao
2024-03-11
2
-48
/
+135
*
Add ac claim for old docker/build-push-action@v3 / current buildx gha cache (...
ChristopherHX
2024-03-11
2
-0
/
+34
*
Skip email domain check when admins edit user emails (#29609)
Zettat123
2024-03-11
2
-6
/
+21
*
Make "/user/login" page redirect if the current user has signed in (#29583)
wxiaoguang
2024-03-11
1
-1
/
+2
*
[PORT] Fix wrong line number in code search result (gitea#29260) (#2619)
Shiny Nematoda
2024-03-10
2
-20
/
+43
*
implement fix
oliverpool
2024-03-07
1
-1
/
+1
*
Add an trailing slash to dashboard links (#29555)
wxiaoguang
2024-03-06
1
-2
/
+4
*
Partial cherry-pick: a4859dcfea Improve user experience for outdated comments...
Earl Warren
2024-03-06
1
-1
/
+12
*
Fix workflow trigger event IssueChangeXXX bug (#29559)
yp05327
2024-03-06
1
-2
/
+14
*
Add option to set language in admin user view (#28449)
6543
2024-03-06
1
-0
/
+1
*
Fix incorrect relative/absolute URL usages (#29531)
wxiaoguang
2024-03-06
1
-1
/
+1
*
Add support for API blob upload of release attachments (#29507)
KN4CK3R
2024-03-06
1
-3
/
+3
*
remove util.OptionalBool and related functions (#29513)
6543
2024-03-06
11
-30
/
+29
*
Make PR form use toast to show error message (#29545)
wxiaoguang
2024-03-06
1
-4
/
+5
*
Fix incorrect diff expander for deletion of last lines in a file (#29501)
silverwind
2024-03-06
1
-1
/
+1
*
Rename Str2html to SanitizeHTML and clarify its behavior (followup)
Earl Warren
2024-03-06
1
-7
/
+7
*
Fix workflow trigger event bugs (#29467)
Zettat123
2024-03-06
1
-1
/
+7
*
Move generate from module to service (#29465)
Lunny Xiao
2024-03-06
5
-5
/
+542
*
The job should always run when `if` is `always()` (#29464)
Zettat123
2024-03-06
2
-1
/
+76
[next]