You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/models/activities
Zettat123 29637b03b2
Fix commits pushed with deploy keys not shown in dashboard (#24521)
Fix #21324

In the current logic, if the `Actor` user is not an admin user, all
activities from private organizations won't be shown even if the `Actor`
user is a member of the organization.

As mentioned in the issue, when using deploy key to make a commit and
push, the activity's `act_user_id` will be the id of the organization so
the activity won't be shown to non-admin users because the visibility of
the organization is private.

55a5717760/models/activities/action.go (L490-L503)

This PR improves this logic so the activities of private organizations
can be shown.
1 year ago
..
action.go Fix commits pushed with deploy keys not shown in dashboard (#24521) 1 year ago
action_list.go refactor some functions to support ctx as first parameter (#21878) 2 years ago
action_test.go Refactor `setting.Database.UseXXX` to methods (#23354) 1 year ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
notification.go Use link in UI which returned a relative url but not html_url which contains an absolute url (#21986) 1 year ago
notification_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo_activity.go Add context cache as a request level cache (#22294) 1 year ago
statistic.go Implement FSFE REUSE for golang files (#21840) 2 years ago
user_heatmap.go Localize activity heatmap (except tooltip) (#24131) 1 year ago
user_heatmap_test.go Add pagination for dashboard and user activity feeds (#22937) 1 year ago