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 | |
---|---|---|
.. | ||
actions | 2 years ago | |
activities | 2 years ago | |
admin | ||
asymkey | 2 years ago | |
auth | 2 years ago | |
avatars | 2 years ago | |
db | 2 years ago | |
dbfs | 2 years ago | |
fixtures | 2 years ago | |
git | 2 years ago | |
issues | 2 years ago | |
migrations | 2 years ago | |
organization | 2 years ago | |
packages | 2 years ago | |
perm | 2 years ago | |
project | 2 years ago | |
pull | ||
repo | 2 years ago | |
secret | ||
system | 2 years ago | |
unit | 2 years ago | |
unittest | 2 years ago | |
user | 2 years ago | |
webhook | 2 years ago | |
error.go | ||
fixture_generation.go | ||
fixture_test.go | ||
main_test.go | 2 years ago | |
migrate.go | ||
migrate_test.go | ||
org.go | ||
org_team.go | 2 years ago | |
org_team_test.go | ||
org_test.go | ||
repo.go | 2 years ago | |
repo_collaboration.go | ||
repo_collaboration_test.go | 2 years ago | |
repo_test.go | ||
repo_transfer.go | 2 years ago | |
repo_transfer_test.go |