gitea/modules/setting
Lauris BH 044cd4d016
Add reverse proxy configuration support for remote IP address ()
* Add reverse proxy configuration support for remote IP address validation

* Trust all IP addresses in containerized environments by default

* Use single option to specify networks and proxy IP addresses. By default trust all loopback IPs

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
..
attachment.go Provide self-registering storage system ()
cache.go Ensure memcache TTL cannot be over 30 days ()
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 When reinitialising DBConfig reset the database use flags ()
database_sqlite.go Move database settings from models to setting ()
database_test.go Move database settings from models to setting ()
git.go Add pager to the branches page ()
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 Migrate to use jsoniter instead of encoding/json ()
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 Added option to disable migrations ()
service.go Add ui.explore settings to control view of explore pages (2) ()
session.go Add SameSite setting for cookies ()
setting.go Add reverse proxy configuration support for remote IP address ()
setting_test.go Migrate to use jsoniter instead of encoding/json ()
storage.go more test case for STORAGE_TYPE overrides (and fixes) ()
storage_test.go more test case for STORAGE_TYPE overrides (and fixes) ()
task.go Avoid setitng the CONN_STR in queues unless it is meant to be set ()
webhook.go Add Matrix webhook ()