@@ -1258,71 +1258,91 @@ LEVEL = Info
12581258; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
12591259; ;
12601260; ; Number of repositories that are displayed on one explore page
1261+ ; ; Deprecated in v1.24
12611262; EXPLORE_PAGING_NUM = 20
12621263; ;
12631264; ; Number of issues that are displayed on one page
1265+ ; ; Deprecated in v1.24
12641266; ISSUE_PAGING_NUM = 20
12651267; ;
12661268; ; Number of maximum commits displayed in one activity feed
1269+ ; ; Deprecated in v1.24
12671270; FEED_MAX_COMMIT_NUM = 5
12681271; ;
12691272; ; Number of items that are displayed in home feed
1273+ ; ; Deprecated in v1.24
12701274; FEED_PAGING_NUM = 20
12711275; ;
12721276; ; Number of items that are displayed in a single subsitemap
1277+ ; ; Deprecated in v1.24
12731278; SITEMAP_PAGING_NUM = 20
12741279; ;
12751280; ; Number of maximum commits displayed in commit graph.
1281+ ; ; Deprecated in v1.24
12761282; GRAPH_MAX_COMMIT_NUM = 100
12771283; ;
12781284; ; Number of line of codes shown for a code comment
1285+ ; ; Deprecated in v1.24
12791286; CODE_COMMENT_LINES = 4
12801287; ;
12811288; ; Max size of files to be displayed (default is 8MiB)
1289+ ; ; Deprecated in v1.24
12821290; MAX_DISPLAY_FILE_SIZE = 8388608
12831291; ;
12841292; ; Detect ambiguous unicode characters in file contents and show warnings on the UI
1293+ ; ; Deprecated in v1.24
12851294; AMBIGUOUS_UNICODE_DETECTION = true
12861295; ;
12871296; ; Whether the email of the user should be shown in the Explore Users page
1297+ ; ; Deprecated in v1.24
12881298; SHOW_USER_EMAIL = true
12891299; ;
12901300; ; Set the default theme for the Gitea install
1301+ ; ; Deprecated in v1.24
12911302; DEFAULT_THEME = gitea-auto
12921303; ;
12931304; ; All available themes. Allow users select personalized themes regardless of the value of `DEFAULT_THEME`.
12941305; ; Leave it empty to allow users to select any theme from "{CustomPath}/public/assets/css/theme-*.css"
1306+ ; ; Deprecated in v1.24
12951307; THEMES =
12961308; ;
12971309; ; All available reactions users can choose on issues/prs and comments.
12981310; ; Values can be emoji alias (:smile:) or a unicode emoji.
12991311; ; For custom reactions, add a tightly cropped square image to public/assets/img/emoji/reaction_name.png
1312+ ; ; Deprecated in v1.24
13001313; REACTIONS = +1, -1, laugh, hooray, confused, heart, rocket, eyes
13011314; ;
13021315; ; Change the number of users that are displayed in reactions tooltip (triggered by mouse hover).
1316+ ; ; Deprecated in v1.24
13031317; REACTION_MAX_USER_NUM = 10
13041318; ;
13051319; ; Additional Emojis not defined in the utf8 standard
13061320; ; By default we support gitea (:gitea:), to add more copy them to public/assets/img/emoji/emoji_name.png and add it to this config.
13071321; ; Dont mistake it for Reactions.
1322+ ; ; Deprecated in v1.24
13081323; CUSTOM_EMOJIS = gitea, codeberg, gitlab, git, github, gogs
13091324; ;
13101325; ; Whether the full name of the users should be shown where possible. If the full name isn't set, the username will be used.
1326+ ; ; Deprecated in v1.24
13111327; DEFAULT_SHOW_FULL_NAME = false
13121328; ;
13131329; ; Whether to search within description at repository search on explore page.
1330+ ; ; Deprecated in v1.24
13141331; SEARCH_REPO_DESCRIPTION = true
13151332; ;
13161333; ; Whether to only show relevant repos on the explore page when no keyword is specified and default sorting is used.
13171334; ; A repo is considered irrelevant if it's a fork or if it has no metadata (no description, no icon, no topic).
1335+ ; ; Deprecated in v1.24
13181336; ONLY_SHOW_RELEVANT_REPOS = false
13191337; ;
13201338; ; Change the sort type of the explore pages.
13211339; ; Default is "recentupdate", but you also have "alphabetically", "reverselastlogin", "newest", "oldest".
1340+ ; ; Deprecated in v1.24
13221341; EXPLORE_PAGING_DEFAULT_SORT = recentupdate
13231342; ;
13241343; ; The tense all timestamps should be rendered in. Possible values are `absolute` time (i.e. 1970-01-01, 11:59) and `mixed`.
13251344; ; `mixed` means most timestamps are rendered in relative time (i.e. 2 days ago).
1345+ ; ; Deprecated in v1.24
13261346; PREFERRED_TIMESTAMP_TENSE = mixed
13271347
13281348; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
0 commit comments