index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
models
/
issues
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore(performance): loadCommentsByType sets Issues
Lunny Xiao
6 days
1
-0
/
+3
*
Fix issue comment number (#30556)
Lunny Xiao
13 days
3
-5
/
+46
*
Merge pull request 'feat: Add summary card for repos and releases' (#6269) fr...
Otto
2025-01-01
1
-14
/
+0
|
\
|
*
Update
JakobDev
2024-12-18
1
-14
/
+0
*
|
Support org labels when adding labels by label names (#32988)
Zettat123
2024-12-28
1
-0
/
+11
|
/
*
Strict pagination check (#32548)
Lunny Xiao
2024-12-01
7
-8
/
+8
*
Add a "summary card" to issues & PRs for consumption by OpenGraph clients (#6...
Mathieu Fenniak
2024-11-29
1
-0
/
+19
*
Merge pull request '[gitea] week 2024-47 cherry pick (gitea/main -> forgejo)'...
Earl Warren
2024-11-21
2
-0
/
+5
|
\
|
*
Trim title before insert/update to database to match the size requirements of...
Lunny Xiao
2024-11-17
2
-0
/
+5
*
|
fix: use better code to group UID and stopwatches
Gusted
2024-11-16
3
-19
/
+55
|
/
*
chore(refactor): split ReloadLabels out of LoadLabels in issue model
Earl Warren
2024-11-07
2
-16
/
+124
*
fix: issue labels are not set after deleting one label
Earl Warren
2024-11-07
1
-0
/
+1
*
fix: labels are missing in the pull request payload removing a label
Earl Warren
2024-11-06
1
-0
/
+1
*
refactor: remove redundant err declarations (#32381)
Oleksandr Redko
2024-11-05
1
-2
/
+1
*
chore: fix some function names in comment (#32300)
wangjingcun
2024-10-27
2
-2
/
+2
*
feat: combine review requests comments
Gusted
2024-10-25
1
-35
/
+43
*
Allow filtering PRs by poster in the ListPullRequests API (#32209)
6543
2024-10-13
1
-0
/
+5
*
Merge pull request '[gitea] week 2024-41 cherry pick (gitea/main -> forgejo)'...
Earl Warren
2024-10-09
4
-7
/
+7
|
\
|
*
Fix the logic of finding the latest pull review commit ID (#32139)
Zettat123
2024-10-06
4
-7
/
+7
*
|
[Feat]Add link to show all Issues/PullRequests (#4125)
JakobDev
2024-10-09
2
-8
/
+16
|
/
*
Fix null requested_reviewer from API (#31773)
Edip Emre Bodur
2024-08-13
2
-1
/
+52
*
Add testifylint to lint checks (#4535)
TheFox0x7
2024-07-30
20
-437
/
+466
*
Merge pull request 'fix(UI): issue task list numbers, fix #4431' (#4452) from...
Earl Warren
2024-07-29
1
-2
/
+2
|
\
|
*
simplify regex for checkbox detection
Robert Wolff
2024-07-28
1
-2
/
+2
|
*
remove requirement on trailing character after check box
Robert Wolff
2024-07-28
1
-2
/
+2
|
*
fix counting of all / done issue tasks, fix #4431
Robert Wolff
2024-07-28
1
-2
/
+2
*
|
fix: never set Poster or Assignee to nil
Earl Warren
2024-07-29
4
-24
/
+141
|
/
*
[PORT] Added default sorting milestones by name (gitea#27084)
Bartlomiej Komendarczuk
2024-07-22
1
-1
/
+3
*
Optimization of labels handling in issue_search (#4228)
Chl
2024-06-28
4
-16
/
+80
*
Merge pull request '[gitea] week 2024-25 cherry pick (gitea/main -> forgejo)'...
Earl Warren
2024-06-18
2
-49
/
+29
|
\
|
*
Fix PullRequestList.GetIssueIDs's logic (#31352)
yp05327
2024-06-16
1
-6
/
+5
|
*
Enable `unparam` linter (#31277)
silverwind
2024-06-16
2
-43
/
+24
*
|
Run make fmt
JakobDev
2024-06-16
1
-1
/
+1
*
|
Fix bug in GetIssueStats
JakobDev
2024-06-13
2
-1
/
+35
|
/
*
Make gitea webhooks openproject compatible (gitea#28435)
André Rosenhammer
2024-06-05
1
-0
/
+15
*
Only update poster in issue/comment list if it has been loaded (#31216)
Max Wipfli
2024-06-02
2
-2
/
+6
*
Performance improvements for pull request list API (#30490)
Lunny Xiao
2024-06-02
7
-101
/
+180
*
Prevent simultaneous editing of comments and issues (#31053)
metiftikci
2024-06-02
3
-9
/
+28
*
Rename project board -> column to make the UI less confusing (#30170)
Lunny Xiao
2024-06-02
3
-29
/
+29
*
Fix automerge will not work because of some events haven't been triggered (#3...
Lunny Xiao
2024-05-26
1
-3
/
+3
*
Fix various problems around projects board view (#30696)
Lunny Xiao
2024-05-12
1
-45
/
+60
*
Add codespell support and fix a good number of typos with its help (#3270)
Yaroslav Halchenko
2024-05-09
3
-8
/
+8
*
Fix no edit history after editing issue's title and content (#30814)
yp05327
2024-05-05
1
-59
/
+0
*
Resolve lint for unused parameter and unnecessary type arguments (#30750)
Chongyi Zheng
2024-05-05
1
-6
/
+6
*
Enable more `revive` linter rules (#30608)
silverwind
2024-04-28
1
-2
/
+0
*
Partial revert of "Refactor more filterslice (gitea#30370)"
oliverpool
2024-04-16
1
-5
/
+6
*
Refactor more filterslice (gitea#30370)
Lunny Xiao
2024-04-16
1
-6
/
+5
*
Add container.FilterSlice function (gitea#30339)
oliverpool
2024-04-16
5
-91
/
+46
*
Do not update PRs based on events that happened before they existed
Earl Warren
2024-04-11
6
-2
/
+157
*
Use HasAttachmentSupport method
oliverpool
2024-04-08
1
-3
/
+1
[next]