forgejo/modules/setting
Minecon724 5016926d01
Some checks are pending
/ release (push) Waiting to run
testing / backend-checks (push) Waiting to run
testing / frontend-checks (push) Waiting to run
testing / test-unit (push) Blocked by required conditions
testing / test-e2e (push) Blocked by required conditions
testing / test-remote-cacher (redis) (push) Blocked by required conditions
testing / test-remote-cacher (valkey) (push) Blocked by required conditions
testing / test-remote-cacher (garnet) (push) Blocked by required conditions
testing / test-remote-cacher (redict) (push) Blocked by required conditions
testing / test-mysql (push) Blocked by required conditions
testing / test-pgsql (push) Blocked by required conditions
testing / test-sqlite (push) Blocked by required conditions
testing / security-check (push) Blocked by required conditions
Just merg
2025-03-29 20:14:01 +01:00
..
config Just merg 2025-03-29 20:14:01 +01:00
actions.go fix: actions move to data.forgejo.org 2024-12-19 10:55:05 +01:00
actions_test.go fix: actions move to data.forgejo.org 2024-12-19 10:55:05 +01:00
admin.go Just merg 2025-03-29 20:14:01 +01:00
admin_test.go Just merg 2025-03-29 20:14:01 +01:00
api.go Just merg 2025-03-29 20:14:01 +01:00
asset_dynamic.go Use a general approach to access custom/static/builtin assets (#24022) 2023-04-12 18:16:45 +08:00
asset_static.go Use a general approach to access custom/static/builtin assets (#24022) 2023-04-12 18:16:45 +08:00
attachment.go feat: Make AVIF Images work with Forgejo 2024-11-13 19:09:40 +01:00
attachment_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
badges.go [GITEA] Add support for shields.io-based badges 2024-02-05 16:09:42 +01:00
cache.go Just merg 2025-03-29 20:14:01 +01:00
camo.go Just merg 2025-03-29 20:14:01 +01:00
config.go Just merg 2025-03-29 20:14:01 +01:00
config_env.go Just merg 2025-03-29 20:14:01 +01:00
config_env_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
config_provider.go Just merg 2025-03-29 20:14:01 +01:00
config_provider_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
cors.go Fix settings not being loaded at CLI (#26402) 2025-01-05 12:13:48 +00:00
cron.go Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
cron_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
database.go Limit database max connections by default 2024-04-23 00:47:50 +02:00
database_sqlite.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
database_test.go Fix incorrect PostgreSQL connection string for Unix sockets (#28865) 2024-01-20 16:04:47 +00:00
disposable_email_domain_data.go feat: add setting to block disposable emails 2024-11-20 23:17:37 -06:00
f3.go Just merg 2025-03-29 20:14:01 +01:00
federation.go Just merg 2025-03-29 20:14:01 +01:00
forgejo_storage_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
git.go Just merg 2025-03-29 20:14:01 +01:00
git_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
highlight.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
i18n.go i18n: make Danish available in UI (#7287) 2025-03-22 16:18:54 +00:00
incoming_email.go Just merg 2025-03-29 20:14:01 +01:00
incoming_email_test.go setting: Infer [email.incoming].PORT from .USE_TLS 2024-04-22 16:30:35 +02:00
indexer.go Just merg 2025-03-29 20:14:01 +01:00
indexer_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
lfs.go Just merg 2025-03-29 20:14:01 +01:00
lfs_test.go Use 8 as default value for git lfs concurrency (#32421) 2024-12-06 00:17:57 +01:00
log.go Just merg 2025-03-29 20:14:01 +01:00
log_test.go Just merg 2025-03-29 20:14:01 +01:00
mailer.go Just merg 2025-03-29 20:14:01 +01:00
mailer_test.go setting: Allow aliases for some email settings 2024-04-22 16:09:01 +02:00
markup.go Just merg 2025-03-29 20:14:01 +01:00
metrics.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
migrations.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
mime_type_map.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
mirror.go Just merg 2025-03-29 20:14:01 +01:00
oauth2.go Just merg 2025-03-29 20:14:01 +01:00
oauth2_test.go Just merg 2025-03-29 20:14:01 +01:00
other.go Just merg 2025-03-29 20:14:01 +01:00
packages.go Alt Linux Apt-Rpm repository support for Forgejo packages. (#6351) 2025-01-22 14:01:49 +00:00
packages_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
path.go Just merg 2025-03-29 20:14:01 +01:00
path_test.go [BRANDING] alias {FORGEJO,GITEA}_{CUSTOM,WORK_DIR} 2024-02-05 16:05:01 +01:00
picture.go Fix all possible setting error related storages and added some tests (#23911) 2023-06-14 11:42:38 +08:00
project.go Refactor the setting to make unit test easier (#22405) 2023-02-20 00:12:01 +08:00
proxy.go Just merg 2025-03-29 20:14:01 +01:00
queue.go Just merg 2025-03-29 20:14:01 +01:00
quota.go feat: Trivial default quota configuration 2024-08-26 13:25:34 +02:00
repository.go Just merg 2025-03-29 20:14:01 +01:00
repository_archive.go Fix all possible setting error related storages and added some tests (#23911) 2023-06-14 11:42:38 +08:00
repository_archive_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00
security.go Just merg 2025-03-29 20:14:01 +01:00
server.go Just merg 2025-03-29 20:14:01 +01:00
server_test.go Just merg 2025-03-29 20:14:01 +01:00
service.go Just merg 2025-03-29 20:14:01 +01:00
service_test.go Just merg 2025-03-29 20:14:01 +01:00
session.go Just merg 2025-03-29 20:14:01 +01:00
setting.go Just merg 2025-03-29 20:14:01 +01:00
setting_test.go Just merg 2025-03-29 20:14:01 +01:00
ssh.go Just merg 2025-03-29 20:14:01 +01:00
storage.go Enable unparam linter (#31277) 2024-06-16 13:42:58 +02:00
storage_test.go test: fix test linting 2024-11-11 12:44:36 +01:00
task.go handle deprecated settings (#22992) 2023-02-20 16:18:26 -06:00
time.go Just merg 2025-03-29 20:14:01 +01:00
ui.go Just merg 2025-03-29 20:14:01 +01:00
webhook.go Just merg 2025-03-29 20:14:01 +01:00