gitea/routers
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
..
api Fix container range bug (#34725) (#34732) 2025-06-16 06:48:04 +08:00
common Fix footnote jump behavior on the issue page. (#34621) (#34669) 2025-06-09 20:57:01 +00:00
install Enable addtional linters (#34085) 2025-04-01 10:14:01 +00:00
private Only git operations should update `last changed` of a repository (#34388) (#34427) 2025-05-11 23:23:12 +02:00
utils Refactor older tests to use testify (#33140) 2025-01-09 09:21:47 +08:00
web 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
init.go Prepare for support performance trace (#33286) 2025-01-15 20:05:18 +00:00