gitea/modules/setting
Jason Song 487ac9bf6c
Support GITEA_I_AM_BEING_UNSAFE_RUNNING_AS_ROOT env ()
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>
..
config Customizable "Open with" applications for repository clone ()
actions.go add skip ci functionality ()
actions_test.go
admin.go Allow options to disable user ssh keys configuration from the interface on app.ini ()
api.go
asset_dynamic.go
asset_static.go
attachment.go Update allowed attachment types ()
attachment_test.go
cache.go Always enable caches ()
camo.go
config.go Customizable "Open with" applications for repository clone ()
config_env.go Fix `environment-to-ini` inherited key bug ()
config_env_test.go Fix `environment-to-ini` inherited key bug ()
config_provider.go Remove unnecessary parameter ()
config_provider_test.go Fix INI parsing for value with trailing slash ()
cors.go Refactor CORS handler ()
cron.go
cron_test.go
database.go Add slow SQL query warning ()
database_sqlite.go
database_test.go Fix incorrect PostgreSQL connection string for Unix sockets ()
federation.go
git.go
git_test.go
highlight.go
i18n.go
incoming_email.go
indexer.go Disallow duplicate storage paths ()
indexer_test.go
lfs.go Use general token signing secret ()
lfs_test.go
log.go Clarify the logger's MODE config option ()
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 ()
oauth2_test.go Use general token signing secret ()
other.go
packages.go
packages_test.go
path.go Disallow duplicate storage paths ()
path_test.go
picture.go
project.go
proxy.go
queue.go Increase queue length ()
repository.go Disallow duplicate storage paths ()
repository_archive.go
repository_archive_test.go
security.go Warn that `DISABLE_QUERY_AUTH_TOKEN` is false only if it's explicitly defined ()
server.go Disallow duplicate storage paths ()
service.go Add reverseproxy auth for API back with default disabled ()
service_test.go
session.go Fix incorrect cookie path for AppSubURL ()
setting.go Support GITEA_I_AM_BEING_UNSAFE_RUNNING_AS_ROOT env ()
setting_test.go
ssh.go Expanded minimum RSA Keylength to 3072 ()
storage.go Disallow duplicate storage paths ()
storage_test.go Support storage base path as prefix ()
task.go
time.go
ui.go Add global setting how timestamps should be rendered ()
webhook.go