0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-21 00:43:35 +01:00
gitea/modules/setting
wxiaoguang 6106a61eff
Remove sub-path from container registry realm (#31293)
Container registry requires that the "/v2" must be in the root, so the
sub-path in AppURL should be removed
2024-06-09 16:29:29 +08:00
..
config
actions.go
actions_test.go
admin.go
api.go
asset_dynamic.go
asset_static.go
attachment.go
attachment_test.go
cache.go
camo.go
config.go
config_env.go
config_env_test.go
config_provider.go Initial support for colorblindness-friendly themes (#30625) 2024-04-24 00:18:41 +08:00
config_provider_test.go
cors.go
cron.go
cron_test.go
database.go
database_sqlite.go
database_test.go
federation.go
git.go
git_test.go
glob.go Improve grep search (#30843) 2024-05-03 09:13:48 +00:00
highlight.go
i18n.go
incoming_email.go Resolve lint for unused parameter and unnecessary type arguments (#30750) 2024-04-29 08:47:56 +00:00
indexer.go Improve grep search (#30843) 2024-05-03 09:13:48 +00:00
indexer_test.go
lfs.go
lfs_test.go
log.go
log_test.go
mailer.go Add option for mailer to override mail headers (#27860) 2024-06-03 20:42:52 +02:00
mailer_test.go
markup.go
metrics.go
migrations.go
mime_type_map.go
mirror.go
oauth2.go Always load or generate oauth2 jwt secret (#30942) 2024-05-14 14:21:38 +00:00
oauth2_test.go Always load or generate oauth2 jwt secret (#30942) 2024-05-14 14:21:38 +00:00
other.go Add [other].SHOW_FOOTER_POWERED_BY setting to hide Powered by (#30253) 2024-04-03 16:01:50 +00:00
packages.go Remove sub-path from container registry realm (#31293) 2024-06-09 16:29:29 +08:00
packages_test.go
path.go
path_test.go
picture.go
project.go
proxy.go
queue.go
repository.go Refactor startup deprecation messages (#30305) 2024-04-07 01:11:25 +00:00
repository_archive.go
repository_archive_test.go
security.go
server.go Refactor startup deprecation messages (#30305) 2024-04-07 01:11:25 +00:00
service.go
service_test.go
session.go Refactor startup deprecation messages (#30305) 2024-04-07 01:11:25 +00:00
setting.go Initial support for colorblindness-friendly themes (#30625) 2024-04-24 00:18:41 +08:00
setting_test.go
ssh.go
storage.go Azure blob storage support (#30995) 2024-05-30 07:33:50 +00:00
storage_test.go Azure blob storage support (#30995) 2024-05-30 07:33:50 +00:00
task.go
time.go Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00
ui.go Add MAX_ROWS option for CSV rendering (#30268) 2024-06-06 16:06:59 +08:00
webhook.go