gitea/models/activities
Giteabot 4c2441ba5d
Fix ghost user in feeds when pushing in an actions, it should be gitea-actions (#34703) (#34756)
Backport #34703 by @lunny

Fix #34688 

This PR will store the `publisher_id` of `release`(tag) table as
pusher's id. It could be a real userID or a system user id. If the user
is deleted, ghost will be replaced.

This PR will also correct the wrong user `Ghost` in the feeds and wrong
committer on tag list page if pushing a tag from an actions. Now the
behavior is the same as Github. Some codes are deleted because it tries
to get commit author as pusher which is not right.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2025-06-18 01:04:45 +00:00
..
action.go Fix ghost user in feeds when pushing in an actions, it should be gitea-actions (#34703) (#34756) 2025-06-18 01:04:45 +00:00
action_list.go Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
action_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04: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 Enable testifylint rules (#34075) 2025-03-31 01:53:48 -04: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 Fix some trivial problems (#34579) (#34585) 2025-06-02 17:31:35 +00:00
user_heatmap_test.go Refactor tests (#33021) 2024-12-29 01:05:56 +00:00