forgejo/modules/setting
chavacava 99d697263f chore(cleanup): replaces unnecessary calls to formatting functions by non-formatting equivalents (#7994)
This PR replaces unnecessary calls to formatting functions (`fmt.Printf`, `fmt.Errorf`, ...) by non-formatting equivalents.
Resolves #7967

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7994
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: chavacava <chavacava@noreply.codeberg.org>
Co-committed-by: chavacava <chavacava@noreply.codeberg.org>
2025-05-29 17:34:29 +02:00
..
config
actions.go
actions_test.go
admin.go
admin_test.go
api.go
asset_dynamic.go
asset_static.go
attachment.go
attachment_test.go
badges.go
cache.go
camo.go
config.go
config_env.go
config_env_test.go
config_provider.go chore(cleanup): replaces unnecessary calls to formatting functions by non-formatting equivalents (#7994) 2025-05-29 17:34:29 +02:00
config_provider_test.go
cors.go
cron.go
cron_test.go
database.go fix: add missing loadbalancing policies for EngineGroup connections (#7799) 2025-05-14 01:17:57 +00:00
database_sqlite.go
database_test.go
disposable_email_domain_data.go
f3.go
federation.go
forgejo_storage_test.go
git.go
git_test.go chore: QoL improvements to tests (#7917) 2025-05-21 15:45:56 +02:00
highlight.go
i18n.go fix(UI): i18n: improve naming (#7539) 2025-04-15 05:48:19 +00:00
incoming_email.go chore(cleanup): replaces unnecessary calls to formatting functions by non-formatting equivalents (#7994) 2025-05-29 17:34:29 +02:00
incoming_email_test.go
indexer.go
indexer_test.go
lfs.go
lfs_test.go
log.go
log_test.go
mailer.go feat: relax email requirements (#7829) 2025-05-22 12:20:25 +02:00
mailer_test.go feat: relax email requirements (#7829) 2025-05-22 12:20:25 +02:00
markup.go Set MERMAID_MAX_SOURCE_CHARACTERS to 50000 (#34152) 2025-04-14 15:47:37 +02:00
metrics.go
migrations.go
mime_type_map.go
mirror.go
moderation.go feat!: Abusive content reporting (#6977) 2025-05-18 08:05:16 +00:00
oauth2.go
oauth2_test.go
other.go
packages.go
packages_test.go
path.go
path_test.go
picture.go
project.go
proxy.go
queue.go
quota.go
repository.go feat: remove the legacy TEST_CONFLICTING_PATCHES_WITH_GIT_APPLY setting (#7745) 2025-05-01 16:35:23 +00:00
repository_archive.go
repository_archive_test.go
repository_test.go feat(sec): Add SSH signing support for instances (#6897) 2025-04-11 13:25:35 +00:00
security.go feat: remove API authentication methods that uses the URL query (#7924) 2025-05-23 22:47:43 +02:00
server.go
server_test.go
service.go
service_test.go
session.go
setting.go feat!: Abusive content reporting (#6977) 2025-05-18 08:05:16 +00:00
setting_test.go
ssh.go
storage.go
storage_test.go
task.go
time.go
ui.go
webhook.go