1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-26 22:41:19 +02:00
gitea/models/activities
wxiaoguang 068b59aa97
Make GetPossibleUserByID can handle deleted user (#37430)
Make sure deleted user won't cause 500 error, simplify the caller's code
2026-04-26 16:57:53 +00:00
..
action_list.go Remove dead code identified by deadcode tool (#37271) 2026-04-20 07:52:48 +00:00
action_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
action.go Make GetPossibleUserByID can handle deleted user (#37430) 2026-04-26 16:57:53 +00:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
notification_list.go Fix typos in code comments: doesnt, dont, wont (#36890) 2026-03-13 09:58:44 -07:00
notification_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
notification.go Fix incorrect pull request counter (#35819) 2025-11-03 20:52:13 +00:00
repo_activity.go Run gopls modernize on codebase (#34751) 2025-06-18 01:48:09 +00:00
statistic.go Refactor FindOrgOptions to use enum instead of bool, fix membership visibility (#34629) 2025-06-09 03:30:34 +00:00
user_heatmap_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
user_heatmap.go Add comment for the design of "user activity time" (#37195) 2026-04-13 20:01:29 +00:00