forgejo/modules/repository
yp05327 26a0cd7143
Allow repo admins too to delete the repo (#23940)
Fixes https://github.com/go-gitea/gitea/issues/23934

We need to check `AccessModeAdmin` in `CanUserDelete` instead of
`AccessModeOwner`
2023-04-07 11:21:02 -04:00
..
collaborator.go
collaborator_test.go
commits.go
commits_test.go
create.go Add loading yaml label template files (#22976) 2023-03-02 01:44:23 +02:00
create_test.go
delete.go Allow repo admins too to delete the repo (#23940) 2023-04-07 11:21:02 -04:00
env.go
fork.go
generate.go
generate_test.go
hooks.go
init.go Reduce duplicate and useless code in options (#23369) 2023-03-08 17:31:27 +08:00
main_test.go
push.go Fix pull request update showing too many commits with multiple branches (#22856) 2023-03-09 12:14:22 -06:00
repo.go
temp.go