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.
gitea/routers/web/repo/setting
Tim de2ad2e1b1
Make admins adhere to branch protection rules (#32248)
This introduces a new flag `BlockAdminMergeOverride` on the branch
protection rules that prevents admins/repo owners from bypassing branch
protection rules and merging without approvals or failing status checks.

Fixes #17131

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
4 months ago
..
avatar.go Move context from modules to services (#29440) 1 year ago
collaboration.go Add user blocking (#29028) 12 months ago
default_branch.go Move context from modules to services (#29440) 1 year ago
deploy_key.go Move context from modules to services (#29440) 1 year ago
git_hooks.go Refactor names (#31405) 8 months ago
lfs.go Show lock owner instead of repo owner on LFS setting page (#31788) 7 months ago
main_test.go make writing main test easier (#27270) 1 year ago
protected_branch.go Make admins adhere to branch protection rules (#32248) 4 months ago
protected_tag.go Refactor names (#31405) 8 months ago
runners.go Move admin routers from /admin to /-/admin (#32189) 5 months ago
secrets.go Allow disabling authentication related user features (#31535) 8 months ago
setting.go Don't return 500 if mirror url contains special chars (#31859) 6 months ago
settings_test.go Move context from modules to services (#29440) 1 year ago
variables.go Move admin routers from /admin to /-/admin (#32189) 5 months ago
webhook.go Move admin routers from /admin to /-/admin (#32189) 5 months ago