1
0
Fork 0
forgejo/models/organization
yp05327 bbf83f5d4b
Improve permission check of packages (#23879)
At first, we have one unified team unit permission which is called
`Team.Authorize` in DB.
But since https://github.com/go-gitea/gitea/pull/17811, we allowed
different units to have different permission.

The old code is only designed for the old version. So after #17811, if
org users have write permission of other units, but have no permission
of packages, they can also get write permission of packages.

Co-authored-by: delvh <dev.lh@web.de>
2023-04-06 22:18:29 +08:00
..
main_test.go
mini_org.go
org.go Fix owner team access mode value in team_unit table (#23675) 2023-04-03 10:36:35 -04:00
org_repo.go
org_test.go Improve permission check of packages (#23879) 2023-04-06 22:18:29 +08:00
org_user.go
org_user_test.go
team.go
team_invite.go
team_invite_test.go
team_list.go
team_repo.go
team_test.go
team_unit.go
team_user.go