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 Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
collaboration.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
default_branch.go [ACTIONS] port scheduled actions from Gitea 2024-03-26 16:51:56 +01:00
deploy_key.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
git_hooks.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
lfs.go [PERFORMANCE] git check-attr on bare repo if supported 2024-03-28 10:52:51 +01:00
main_test.go make writing main test easier (#27270) 2023-09-28 01:38:53 +00:00
protected_branch.go [FEAT] Configure if protected branch rule should apply to admins 2024-04-01 19:31:43 +00:00
protected_tag.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
runners.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
secrets.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
setting.go Fix schedule tasks bugs (#28691) 2024-03-25 16:25:02 +01:00
settings_test.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
variables.go Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
webhook.go [REFACTOR] add Icon to webhook.Interface 2024-03-31 07:20:19 +00:00