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.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/auth/repo_form.go b/modules/auth/repo_form.go
index 3c5e4ee593..2629f4414f 100644
--- a/modules/auth/repo_form.go
+++ b/modules/auth/repo_form.go
@@ -87,6 +87,13 @@ type RepoSettingForm struct {
Branch string
Interval int
Private bool
+
+ // Advanced settings
+ EnableWiki bool
+ EnableIssues bool
+ EnableExternalTracker bool
+ TrackerURLFormat string
+ EnablePulls bool
}
func (f *RepoSettingForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors {