0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-15 10:54:47 -05:00
forgejo/routers/web/repo/setting
Gusted 029bcd361a [FEAT] Configure if protected branch rule should apply to admins
- Currently protected branch rules do not apply to admins, however in
some cases (like in the case of Forgejo project) you might also want to
apply these rules to admins to avoid accidental merges.
- Add new option to configure this on a per-rule basis.
- Adds integration tests.
- Resolves #65
2024-04-01 19:31:43 +00:00
..
avatar.go
collaboration.go
default_branch.go [ACTIONS] port scheduled actions from Gitea 2024-03-26 16:51:56 +01:00
deploy_key.go
git_hooks.go
lfs.go [PERFORMANCE] git check-attr on bare repo if supported 2024-03-28 10:52:51 +01:00
main_test.go
protected_branch.go [FEAT] Configure if protected branch rule should apply to admins 2024-04-01 19:31:43 +00:00
protected_tag.go
runners.go
secrets.go
setting.go Fix schedule tasks bugs (#28691) 2024-03-25 16:25:02 +01:00
settings_test.go
variables.go
webhook.go [REFACTOR] add Icon to webhook.Interface 2024-03-31 07:20:19 +00:00