From 8196430f47842fba4f227b105cd96d4b981d077d Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 24 Mar 2017 16:25:40 -0400 Subject: repo: allow private repository to have public wiki or issues Relates to #649 and #2157 --- modules/form/repo.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/form') diff --git a/modules/form/repo.go b/modules/form/repo.go index 53486989..4c01d3f8 100644 --- a/modules/form/repo.go +++ b/modules/form/repo.go @@ -92,9 +92,11 @@ type RepoSetting struct { // Advanced settings EnableWiki bool + AllowPublicWiki bool EnableExternalWiki bool ExternalWikiURL string EnableIssues bool + AllowPublicIssues bool EnableExternalTracker bool ExternalTrackerURL string TrackerURLFormat string -- cgit v1.2.3