You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/setting
wxiaoguang e57e1144c5
Add ONLY_SHOW_RELEVANT_REPOS back, fix explore page bug, make code more strict (#23766)
Follow #21962

After I eat my own dogfood, I would say that
ONLY_SHOW_RELEVANT_REPOS=false is necessary for many private/enterprise
instances, because many private repositories do not have
"description/topic", users just want to search by their names.

This PR also adds `PageIsExploreRepositories` check, to make code more
strict, because the `search` template is shared for different purpose.

And during the test, I found a bug that the "Search" button didn't
respect the "relevant" parameter, so this PR fixes the bug by the way
together.

I think this PR needs to be backported.
2 years ago
..
actions.go
admin.go
api.go
attachment.go Add `.patch` to `attachment.ALLOWED_TYPES` (#23580) 2 years ago
cache.go
camo.go
config_provider.go handle deprecated settings (#22992) 2 years ago
cors.go
cron.go
cron_test.go
database.go Move pidfile creation from setting to web cmd package (#23285) 2 years ago
database_sqlite.go
database_test.go
federation.go
git.go Support reflogs (#22451) 2 years ago
highlight.go
i18n.go
incoming_email.go
indexer.go Add meilisearch support (#23136) 2 years ago
indexer_test.go
lfs.go handle deprecated settings (#22992) 2 years ago
log.go Parse external request id from request headers, and print it in access log (#22906) 2 years ago
mailer.go handle deprecated settings (#22992) 2 years ago
mailer_test.go
markup.go
metrics.go
migrations.go
mime_type_map.go
mirror.go handle deprecated settings (#22992) 2 years ago
oauth2.go
other.go
packages.go Add Swift package registry (#22404) 2 years ago
packages_test.go
picture.go
project.go
proxy.go
queue.go
repository.go Editor preview support for external renderers (#23333) 2 years ago
security.go
server.go handle deprecated settings (#22992) 2 years ago
service.go
session.go
setting.go Move pidfile creation from setting to web cmd package (#23285) 2 years ago
setting_test.go
ssh.go
storage.go Make minio package support legacy MD5 checksum (#23768) 2 years ago
storage_test.go
task.go handle deprecated settings (#22992) 2 years ago
time.go
ui.go Add ONLY_SHOW_RELEVANT_REPOS back, fix explore page bug, make code more strict (#23766) 2 years ago
webhook.go