You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* giteaofficial/main:
Allow to display embed images/pdfs when SERVE_DIRECT was enabled on MinIO storage (go-gitea#35882)
Add proper page title for project pages (go-gitea#35773)
Use correct form field for allowed force push users in branch protection API (go-gitea#35894)
Fix team member access check (go-gitea#35899)
Add ability for local makefile with personal customizations that wouldnt affect remote repo (go-gitea#35836)
Add toolchain directive to go.mod (go-gitea#35901)
Display source code downloads last for release attachments (go-gitea#35897)
Fix conda null depend issue (go-gitea#35900)
Fix avatar upload error handling (go-gitea#35887)
Move `gitea-vet` to use `go tool` (go-gitea#35878)
Contribution heatmap improvements (go-gitea#35876)
Update to go 1.25.4 (go-gitea#35877)
// GetTeamsWithAccessToAnyRepoUnit returns all teams in an organization that have given access level to the repository special unit.
54
54
// This function is only used for finding some teams that can be used as branch protection allowlist or reviewers, it isn't really used for access control.
55
55
// FIXME: TEAM-UNIT-PERMISSION this logic is not complete, search the fixme keyword to see more details
0 commit comments