summaryrefslogtreecommitdiffstats
path: root/modules/auth/repo_form.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/auth/repo_form.go')
-rw-r--r--modules/auth/repo_form.go17
1 files changed, 11 insertions, 6 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go
index 431ab7f13e..e3471fff5d 100644
--- a/modules/auth/repo_form.go
+++ b/modules/auth/repo_form.go
@@ -155,12 +155,17 @@ func (f *ProtectBranchForm) Validate(ctx *macaron.Context, errs binding.Errors)
// WebhookForm form for changing web hook
type WebhookForm struct {
- Events string
- Create bool
- Push bool
- PullRequest bool
- Repository bool
- Active bool
+ Events string
+ Create bool
+ Delete bool
+ Fork bool
+ Issues bool
+ IssueComment bool
+ Release bool
+ Push bool
+ PullRequest bool
+ Repository bool
+ Active bool
}
// PushOnly if the hook will be triggered when push