src/main/java/com/gitblit/models/RepositoryModel.java
@@ -101,6 +101,7 @@ this.federationStrategy = FederationStrategy.FEDERATE_THIS; this.projectPath = StringUtils.getFirstPathElement(name); this.owners = new ArrayList<String>(); this.isBare = true; addOwner(owner); } @@ -185,6 +186,10 @@ return !accessRestriction.atLeast(AccessRestrictionType.VIEW); } public boolean isShowActivity() { return maxActivityCommits > -1; } public boolean isSparkleshared() { return !StringUtils.isEmpty(sparkleshareId); }