diff --git a/src/main/scala/gitbucket/core/service/RepositoryService.scala b/src/main/scala/gitbucket/core/service/RepositoryService.scala index c04dd6c..18ad5b9 100644 --- a/src/main/scala/gitbucket/core/service/RepositoryService.scala +++ b/src/main/scala/gitbucket/core/service/RepositoryService.scala @@ -425,7 +425,7 @@ * @param repositoryUserName the repository owner (if None then returns all repositories which are visible for logged in user) * @param withoutPhysicalInfo if true then the result does not include physical repository information such as commit count, * branches and tags - * @param limit if true then result will include only repositories associated with the login account. + * @param limit if true then result will include only repositories owned by the login account. otherwise, result will be all visible repositories. * @return the repository information which is sorted in descending order of lastActivityDate. */ def getVisibleRepositories( diff --git a/src/main/twirl/gitbucket/core/admin/settings_system.scala.html b/src/main/twirl/gitbucket/core/admin/settings_system.scala.html index 486b7ea..56db7cc 100644 --- a/src/main/twirl/gitbucket/core/admin/settings_system.scala.html +++ b/src/main/twirl/gitbucket/core/admin/settings_system.scala.html @@ -269,15 +269,15 @@
- +