forked from kevadesu/forgejo
Merge remote-tracking branch 'upstream/main' into feature-activitypub
This commit is contained in:
commit
191919e7fa
94 changed files with 717 additions and 556 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue