mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	| @@ -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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user