aboutsummaryrefslogtreecommitdiffstats
path: root/custom/conf
diff options
context:
space:
mode:
authordelvh <leon@kske.dev>2023-02-04 14:26:38 +0100
committerGitHub <noreply@github.com>2023-02-04 21:26:38 +0800
commit4d20a4a1baeb9ed1bb5b3ed7c44b6046f6387303 (patch)
tree739c75ed66f8ba185af6f5657a1444c65eb64ab5 /custom/conf
parentea13b23349ef98249deeb9469f6b1444de42abf5 (diff)
downloadgitea-4d20a4a1baeb9ed1bb5b3ed7c44b6046f6387303.tar.gz
gitea-4d20a4a1baeb9ed1bb5b3ed7c44b6046f6387303.zip
Remove ONLY_SHOW_RELEVANT_REPOS setting (#21962)
Every user can already disable the filter manually, so the explicit setting is absolutely useless and only complicates the logic. Previously, there was also unexpected behavior when multiple query parameters were present. --------- Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'custom/conf')
-rw-r--r--custom/conf/app.example.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini
index b0260f21d1..5a1edf9fbb 100644
--- a/custom/conf/app.example.ini
+++ b/custom/conf/app.example.ini
@@ -1222,10 +1222,6 @@ ROUTER = console
;;
;; Whether to enable a Service Worker to cache frontend assets
;USE_SERVICE_WORKER = false
-;;
-;; Whether to only show relevant repos on the explore page when no keyword is specified and default sorting is used.
-;; A repo is considered irrelevant if it's a fork or if it has no metadata (no description, no icon, no topic).
-;ONLY_SHOW_RELEVANT_REPOS = false
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;