gitea/modules/setting
wxiaoguang 15e93a751c
Add a config option to block "expensive" pages for anonymous users (#34024) (#34071)
Backport #34024 since there are too many AI crawlers. The new code is
covered by tests and it does nothing if users don't set it.
2025-03-30 06:16:32 +00:00
..
config
actions_test.go
actions.go
admin.go
api.go
asset_dynamic.go
asset_static.go
attachment_test.go
attachment.go
cache.go
camo.go
config_env_test.go
config_env.go
config_provider_test.go
config_provider.go Add a config option to block "expensive" pages for anonymous users (#34024) (#34071) 2025-03-30 06:16:32 +00:00
config.go
cors.go Fix settings not being loaded at CLI (#26402) (#33048) 2024-12-30 07:39:59 +00:00
cron_test.go Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
cron.go
database_sqlite.go
database_test.go
database.go
federation.go
git_test.go
git.go
gloabl_lock.go
glob.go
global_lock_test.go
global.go
highlight.go
i18n.go Update i18n.go - Language Picker (#32933) (#32935) 2024-12-21 10:24:17 -05:00
incoming_email.go
indexer_test.go
indexer.go Fix bleve fuzziness search (#33078) (#33087) 2025-01-02 21:45:14 +00:00
lfs_test.go
lfs.go
log_test.go
log.go
mailer_test.go
mailer.go Fix settings not being loaded at CLI (#26402) (#33048) 2024-12-30 07:39:59 +00:00
markup.go Refactor markup render system (#32533) 2024-11-18 13:25:42 +08:00
metrics.go
migrations.go
mime_type_map.go
mirror.go
oauth2_test.go Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
oauth2.go
other.go
packages_test.go
packages.go Add Arch package registry (#32692) 2024-12-04 23:09:07 +00:00
path_test.go
path.go
picture.go
project.go
proxy.go
queue.go
repository_archive_test.go
repository_archive.go
repository.go Allow to fork repository into the same owner (#32819) 2024-12-14 09:39:05 +08:00
security.go
server.go Try to fix ACME path when renew (#33668) (#33693) 2025-02-23 12:58:10 +00:00
service_test.go Add a config option to block "expensive" pages for anonymous users (#34024) (#34071) 2025-03-30 06:16:32 +00:00
service.go Add a config option to block "expensive" pages for anonymous users (#34024) (#34071) 2025-03-30 06:16:32 +00:00
session.go Fix settings not being loaded at CLI (#26402) (#33048) 2024-12-30 07:39:59 +00:00
setting_test.go
setting.go
ssh.go
storage_test.go Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
storage.go Support optional/configurable IAMEndpoint for Minio Client (#32581) (#32581) 2024-11-22 20:12:06 +00:00
task.go
time.go Fix settings not being loaded at CLI (#26402) (#33048) 2024-12-30 07:39:59 +00:00
ui.go Fix recentupdate sorting bugs (#32505) 2024-11-15 04:36:22 +00:00
webhook.go