gitea/models/activities
Lunny Xiao 76b7f95a27
Optimize user dashboard loading (#33686)
Fix #33582
Fix #31698

When a user login, the dashboard should load all feed belongs to him
with no any conditions. The complicated conditions should be applied
only for another user view this user's profile.
2025-02-24 11:29:32 -08:00
..
action.go Optimize user dashboard loading (#33686) 2025-02-24 11:29:32 -08:00
action_list.go Optimize user dashboard loading (#33686) 2025-02-24 11:29:32 -08:00
action_test.go Move GetFeeds to service layer (#32526) 2024-11-29 17:53:49 +00:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
notification.go Perf: add extra index to notification table (#32395) 2024-11-13 18:17:54 +00:00
notification_list.go Refactor more filterslice (#30370) 2024-04-10 04:18:41 +00:00
notification_test.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
repo_activity.go Fix bug on activities (#33008) 2024-12-28 04:04:07 +00:00
statistic.go Rename project board -> column to make the UI less confusing (#30170) 2024-05-27 08:59:54 +00:00
user_heatmap.go Move GetFeeds to service layer (#32526) 2024-11-29 17:53:49 +00:00
user_heatmap_test.go Refactor tests (#33021) 2024-12-29 01:05:56 +00:00