You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* upstream/main:
[skip ci] Updated translations via Crowdin
Fix dropdown direction behavior (go-gitea#23806)
Fix incorrect/Improve error handle in edit user page (go-gitea#23805)
Fix "Updating branch by merge" bug in "update_branch_by_merge.tmpl" (go-gitea#23790)
Fix incorrect visibility dropdown list in add/edit user page (go-gitea#23804)
Convert issue list checkboxes to native (go-gitea#23596)
Fix checks for `needs` in Actions (go-gitea#23789)
Diff improvements (go-gitea#23553)
[Patch] Fix closed PR also triggers Webhooks and actions (go-gitea#23782)
Improve backport-locales.go (go-gitea#23807)
[skip ci] Updated translations via Crowdin
Refactor commit status for Actions jobs (go-gitea#23786)
Add ONLY_SHOW_RELEVANT_REPOS back, fix explore page bug, make code more strict (go-gitea#23766)
Don't apply the group filter when listing LDAP group membership if it is empty (go-gitea#23745)
Copy file name to clipboardexpand all lines: docs/content/doc/administration/config-cheat-sheet.en-us.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -226,11 +226,13 @@ The following configuration set `Content-Type: application/vnd.android.package-a
226
226
Values can be emoji alias (:smile:) or a unicode emoji.
227
227
For custom reactions, add a tightly cropped square image to public/img/emoji/reaction_name.png
228
228
-`CUSTOM_EMOJIS`: **gitea, codeberg, gitlab, git, github, gogs**: Additional Emojis not defined in the utf8 standard.
229
-
By default we support Gitea (:gitea:), to add more copy them to public/img/emoji/emoji_name.png and
229
+
By default, we support Gitea (:gitea:), to add more copy them to public/img/emoji/emoji_name.png and
230
230
add it to this config.
231
231
-`DEFAULT_SHOW_FULL_NAME`: **false**: Whether the full name of the users should be shown where possible. If the full name isn't set, the username will be used.
232
232
-`SEARCH_REPO_DESCRIPTION`: **true**: Whether to search within description at repository search on explore page.
233
233
-`USE_SERVICE_WORKER`: **false**: Whether to enable a Service Worker to cache frontend assets.
234
+
-`ONLY_SHOW_RELEVANT_REPOS`: **false** Whether to only show relevant repos on the explore page when no keyword is specified and default sorting is used.
235
+
A repo is considered irrelevant if it's a fork or if it has no metadata (no description, no icon, no topic).
0 commit comments