gitea/models/activities
Giteabot 81126daf53
Optimize user dashboard loading () ()
Backport  by @lunny

Fix 
Fix 

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.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2025-02-24 20:34:03 -08:00
..
action.go Optimize user dashboard loading () () 2025-02-24 20:34:03 -08:00
action_list.go Optimize user dashboard loading () () 2025-02-24 20:34:03 -08:00
action_test.go Move GetFeeds to service layer () 2024-11-29 17:53:49 +00:00
main_test.go make writing main test easier () 2023-09-28 01:38:53 +00:00
notification.go Perf: add extra index to notification table () 2024-11-13 18:17:54 +00:00
notification_list.go Refactor more filterslice () 2024-04-10 04:18:41 +00:00
notification_test.go Use db.Find instead of writing methods for every object () 2023-11-24 03:49:41 +00:00
repo_activity.go Fix bug on activities () () 2024-12-28 05:04:07 +00:00
statistic.go Rename project board -> column to make the UI less confusing () 2024-05-27 08:59:54 +00:00
user_heatmap.go Move GetFeeds to service layer () 2024-11-29 17:53:49 +00:00
user_heatmap_test.go Enable tenv and testifylint rules () 2024-12-15 10:41:29 +00:00