mirror of https://github.com/go-gitea/gitea.git
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.
29637b03b2
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.
|
2 years ago | |
---|---|---|
.. | ||
action.go | 2 years ago | |
action_list.go | 2 years ago | |
action_test.go | 2 years ago | |
main_test.go | 2 years ago | |
notification.go | 2 years ago | |
notification_test.go | 2 years ago | |
repo_activity.go | 2 years ago | |
statistic.go | 2 years ago | |
user_heatmap.go | 2 years ago | |
user_heatmap_test.go | 2 years ago |