gitea/modules/setting
Jason Song 487ac9bf6c
Support GITEA_I_AM_BEING_UNSAFE_RUNNING_AS_ROOT env (#29788)
It is convenient to skip by setting environment, since it's OK
to use root user in job containers.

It's not a bug, but I want to backport it to v1.21 since it doesn't
break anything.

---------

Co-authored-by: Giteabot <teabot@gitea.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-03-14 16:44:49 +08:00
..
config Customizable "Open with" applications for repository clone (#29320) 2024-02-24 13:12:17 +00:00
actions.go
actions_test.go
admin.go Allow options to disable user ssh keys configuration from the interface on app.ini (#29447) 2024-03-04 07:50:21 +00:00
api.go
asset_dynamic.go
asset_static.go
attachment.go Update allowed attachment types (#29688) 2024-03-09 12:41:32 +00:00
attachment_test.go
cache.go
camo.go
config.go Customizable "Open with" applications for repository clone (#29320) 2024-02-24 13:12:17 +00:00
config_env.go
config_env_test.go
config_provider.go Remove unnecessary parameter (#29092) 2024-02-08 12:31:38 +00:00
config_provider_test.go
cors.go Refactor CORS handler (#28587) 2023-12-25 20:13:18 +08:00
cron.go
cron_test.go
database.go Add slow SQL query warning (#27545) 2024-02-23 00:57:24 +00:00
database_sqlite.go
database_test.go Fix incorrect PostgreSQL connection string for Unix sockets (#28865) 2024-01-20 16:04:47 +00:00
federation.go
git.go
git_test.go
highlight.go
i18n.go
incoming_email.go
indexer.go Disallow duplicate storage paths (#26484) 2024-02-09 14:06:03 +00:00
indexer_test.go
lfs.go Use general token signing secret (#29205) 2024-02-18 17:39:04 +00:00
lfs_test.go
log.go
log_test.go
mailer.go
mailer_test.go
markup.go
metrics.go
migrations.go
mime_type_map.go
mirror.go
oauth2.go Use general token signing secret (#29205) 2024-02-18 17:39:04 +00:00
oauth2_test.go Use general token signing secret (#29205) 2024-02-18 17:39:04 +00:00
other.go
packages.go
packages_test.go
path.go Disallow duplicate storage paths (#26484) 2024-02-09 14:06:03 +00:00
path_test.go
picture.go
project.go
proxy.go
queue.go
repository.go Disallow duplicate storage paths (#26484) 2024-02-09 14:06:03 +00:00
repository_archive.go
repository_archive_test.go
security.go Warn that `DISABLE_QUERY_AUTH_TOKEN` is false only if it's explicitly defined (#28783) 2024-01-14 21:20:18 +01:00
server.go Disallow duplicate storage paths (#26484) 2024-02-09 14:06:03 +00:00
service.go
service_test.go
session.go Fix incorrect cookie path for AppSubURL (#29534) 2024-03-03 00:14:12 +00:00
setting.go Support GITEA_I_AM_BEING_UNSAFE_RUNNING_AS_ROOT env (#29788) 2024-03-14 16:44:49 +08:00
setting_test.go
ssh.go
storage.go Disallow duplicate storage paths (#26484) 2024-02-09 14:06:03 +00:00
storage_test.go
task.go
time.go
ui.go Add global setting how timestamps should be rendered (#28657) 2024-01-02 09:25:30 +08:00
webhook.go