index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
models
/
activities
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix linting issues
Gusted
2024-08-18
1
-2
/
+1
*
Add testifylint to lint checks (#4535)
TheFox0x7
2024-07-30
3
-62
/
+64
*
Fix web notification icon not updated once you read all notifications (#31447)
kiatt210
2024-06-29
1
-4
/
+5
*
Rename project board -> column to make the UI less confusing (#30170)
Lunny Xiao
2024-06-02
1
-2
/
+2
*
Teach activities.GetFeeds() how to avoid returning duplicates
Gergely Nagy
2024-05-09
1
-8
/
+13
*
Reduce unnecessary database queries on actions table (#30509)
Lunny Xiao
2024-04-21
1
-0
/
+6
*
simplify getPendingRepoIDs
oliverpool
2024-04-16
1
-4
/
+2
*
Refactor more filterslice (gitea#30370)
Lunny Xiao
2024-04-16
1
-7
/
+5
*
Add container.FilterSlice function (gitea#30339)
oliverpool
2024-04-16
1
-18
/
+12
*
[CHORE] Remove Microsoft SQL Server Support
Gusted
2024-04-05
1
-6
/
+2
*
[Port] gitea#29930: Move notifications to a standalone file
Lunny Xiao
2024-03-28
2
-466
/
+480
*
Performance improvements for pull request list page (#29900)
Lunny Xiao
2024-03-26
1
-0
/
+29
*
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
2
-74
/
+166
*
Avoid issue info panic (#29625)
wxiaoguang
2024-03-11
1
-3
/
+7
*
Rename Action.GetDisplayName to GetActDisplayName (#29540)
wxiaoguang
2024-03-06
1
-4
/
+4
*
[MODERATION] Refactor excluding watchers mechanism (squash)
Gusted
2024-02-05
1
-1
/
+18
*
[MODERATION] User blocking
Gusted
2024-02-05
2
-1
/
+10
*
Revert "Speed up loading the dashboard on mysql/mariadb (#28546)" (#29006)
Lunny Xiao
2024-02-01
1
-6
/
+3
*
Simplify how git repositories are opened (#28937)
Lunny Xiao
2024-01-27
1
-2
/
+3
*
Speed up loading the dashboard on mysql/mariadb (#28546)
Lunny Xiao
2024-01-14
1
-3
/
+6
*
Refactor timeutil package (#28623)
wxiaoguang
2023-12-28
1
-2
/
+2
*
Use db.Find instead of writing methods for every object (#28084)
Lunny Xiao
2023-11-24
3
-104
/
+130
*
Refactor Find Sources and fix bug when view a user who belongs to an unactive...
Lunny Xiao
2023-11-03
1
-1
/
+1
*
Upgrade to golangci-lint@v1.55.0 (#27756)
silverwind
2023-10-24
1
-2
/
+1
*
Penultimate round of `db.DefaultContext` refactor (#27414)
JakobDev
2023-10-11
1
-1
/
+1
*
Add Index to `action.user_id` (#27403)
JakobDev
2023-10-04
1
-1
/
+1
*
Even more `db.DefaultContext` refactor (#27352)
JakobDev
2023-10-03
2
-2
/
+2
*
More `db.DefaultContext` refactor (#27265)
JakobDev
2023-09-29
5
-67
/
+66
*
make writing main test easier (#27270)
Lunny Xiao
2023-09-28
1
-4
/
+1
*
Another round of `db.DefaultContext` refactor (#27103)
JakobDev
2023-09-25
2
-7
/
+9
*
Quote table `release` in sql queries (#27205)
KN4CK3R
2023-09-23
1
-5
/
+5
*
Reduce usage of `db.DefaultContext` (#27073)
JakobDev
2023-09-14
1
-4
/
+6
*
move repository deletion to service layer (#26948)
Lunny Xiao
2023-09-08
1
-0
/
+1
*
Refactor dashboard/feed.tmpl (#26956)
CaiCandong
2023-09-07
1
-0
/
+9
*
Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueInde...
wxiaoguang
2023-08-07
2
-8
/
+58
*
Fix bug with sqlite load read (#26305)
Lunny Xiao
2023-08-05
2
-5
/
+20
*
Add context parameter to some database functions (#26055)
Lunny Xiao
2023-07-22
2
-31
/
+31
*
Update tool dependencies, lock govulncheck and actionlint (#25655)
silverwind
2023-07-09
1
-5
/
+5
*
Use a separate admin page to show global stats, remove `actions` stat (#25062)
wxiaoguang
2023-06-03
1
-3
/
+2
*
Use the type RefName for all the needed places and fix pull mirror sync bugs ...
Lunny Xiao
2023-05-26
1
-12
/
+1
*
Fix commits pushed with deploy keys not shown in dashboard (#24521)
Zettat123
2023-05-10
1
-6
/
+21
*
Localize activity heatmap (except tooltip) (#24131)
Yarden Shoham
2023-04-17
1
-0
/
+9
*
Add activity feeds API (#23494)
Zettat123
2023-04-04
1
-0
/
+61
*
Improve indices for `action` table (#23532)
Zettat123
2023-03-24
1
-6
/
+4
*
Refactor `setting.Database.UseXXX` to methods (#23354)
Jason Song
2023-03-07
3
-6
/
+6
*
Add pagination for dashboard and user activity feeds (#22937)
Brecht Van Lommel
2023-02-24
3
-18
/
+28
*
Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)
yp05327
2023-02-18
1
-1
/
+1
*
Add context cache as a request level cache (#22294)
Lunny Xiao
2023-02-15
1
-3
/
+3
*
Use link in UI which returned a relative url but not html_url which contains ...
Lunny Xiao
2023-02-06
3
-6
/
+63
[next]