gitea/modules/setting
silverwind bc455ed257
Set RUN_MODE prod by default ()
I think it's a bad default to have "dev" as the default run mode which
enables debugging and now also disables HTTP caching. It's better to
just default to a value suitable for general deployments.

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
..
attachment.go Provide self-registering storage system ()
cache.go Mark Cache with ini tag ()
cors.go Movde dependents on macaron from modules/setting ()
cron.go Allow extended config on cron settings ()
cron_test.go Allow extended config on cron settings ()
database.go Avatars and Repo avatars support storing in minio ()
database_sqlite.go Move database settings from models to setting ()
database_test.go Move database settings from models to setting ()
git.go Fixed git args duplication ()
indexer.go Avoid setting the CONN_STR in issue indexer queue unless it is meant to be set ()
indexer_test.go Restrict repository indexing by glob match ()
lfs.go Handle and propagate errors when checking if paths are Dirs, Files or Exist ()
log.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line ()
mailer.go Sendmail should create a process on the gitea system and have a default timeout ()
markup.go Fix sanitizer config - multiple rules ()
migrations.go Add Allow-/Block-List for Migrate & Mirrors ()
picture.go Avatars and Repo avatars support storing in minio ()
project.go Kanban board ()
queue.go Slightly simplify the queue settings code to help reduce the risk of problems ()
repository.go missing quotes in default value slice ()
service.go hCaptcha Support ()
session.go Movde dependents on macaron from modules/setting ()
setting.go Set RUN_MODE prod by default ()
storage.go Storage configuration support `[storage]` ()
task.go Avoid setitng the CONN_STR in queues unless it is meant to be set ()
webhook.go Add Matrix webhook ()