gitea/models/perm/access
wxiaoguang 07c6087878
Fix team permission (#34128)
The `team.access_mode` should be either `none` or `admin/owner`.
For non-admin team, the real permissions are provided by `team_unit`.
2025-04-08 04:15:15 +00:00
..
access_test.go Clarify permission "HasAccess" behavior (#30585) 2024-04-20 03:15:04 +00:00
access.go Allow everyone to read or write a wiki by a repo unit setting (#30495) 2024-04-17 15:58:37 +00:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
repo_permission_test.go Add anonymous access support for private repositories (backend) (#33257) 2025-03-28 22:42:29 +08:00
repo_permission.go Fix team permission (#34128) 2025-04-08 04:15:15 +00:00