@@ -573,6 +573,9 @@ PATH =
573573; ;
574574; ; Respond to pushes to a non-default branch with a URL for creating a Pull Request (if the repository has them enabled)
575575; PULL_REQUEST_PUSH_MESSAGE = true
576+ ; ;
577+ ; ; (Go-Git only) Don't cache objects greater than this in memory. (Set to 0 to disable.)
578+ ; LARGE_OBJECT_THRESHOLD = 1048576
576579
577580; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
578581; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -651,9 +654,18 @@ PATH =
651654; DEFAULT_ALLOW_CREATE_ORGANIZATION = true
652655; ;
653656; ; Either "public", "limited" or "private", default is "public"
654- ; ; Limited is for signed user only
655- ; ; Private is only for member of the organization
656- ; ; Public is for everyone
657+ ; ; Limited is for users visible only to signed users
658+ ; ; Private is for users visible only to members of their organizations
659+ ; ; Public is for users visible for everyone
660+ ; DEFAULT_USER_VISIBILITY = public
661+ ; ;
662+ ; ; Set whitch visibibilty modes a user can have
663+ ; ALLOWED_USER_VISIBILITY_MODES = public,limited,private
664+ ; ;
665+ ; ; Either "public", "limited" or "private", default is "public"
666+ ; ; Limited is for organizations visible only to signed users
667+ ; ; Private is for organizations visible only to members of the organization
668+ ; ; Public is for organizations visible to everyone
657669; DEFAULT_ORG_VISIBILITY = public
658670; ;
659671; ; Default value for DefaultOrgMemberVisible
@@ -1020,11 +1032,16 @@ PATH =
10201032; ; All available themes. Allow users select personalized themes regardless of the value of `DEFAULT_THEME`.
10211033; THEMES = gitea,arc-green
10221034; ;
1023- ; ;All available reactions users can choose on issues/prs and comments.
1024- ; ;Values can be emoji alias (:smile:) or a unicode emoji.
1025- ; ;For custom reactions, add a tightly cropped square image to public/emoji/ img/reaction_name.png
1035+ ; ; All available reactions users can choose on issues/prs and comments.
1036+ ; ; Values can be emoji alias (:smile:) or a unicode emoji.
1037+ ; ; For custom reactions, add a tightly cropped square image to public/img/emoji /reaction_name.png
10261038; REACTIONS = +1, -1, laugh, hooray, confused, heart, rocket, eyes
10271039; ;
1040+ ; ; Additional Emojis not defined in the utf8 standard
1041+ ; ; By default we support gitea (:gitea:), to add more copy them to public/img/emoji/emoji_name.png and add it to this config.
1042+ ; ; Dont mistake it for Reactions.
1043+ ; CUSTOM_EMOJIS = gitea
1044+ ; ;
10281045; ; Whether the full name of the users should be shown where possible. If the full name isn't set, the username will be used.
10291046; DEFAULT_SHOW_FULL_NAME = false
10301047; ;
0 commit comments