Merge remote-tracking branch 'upstream/main' into feature-activitypub

This commit is contained in:
Anthony Wang 2022-06-12 14:25:41 -05:00
commit 191919e7fa
No known key found for this signature in database
GPG key ID: BC96B00AEC5F2D76
94 changed files with 717 additions and 556 deletions

View file

@ -20,6 +20,9 @@ const (
RepoCreatingPublic = "public"
)
// ItemsPerPage maximum items per page in forks, watchers and stars of a repo
const ItemsPerPage = 40
// Repository settings
var (
Repository = struct {