gitea/modules/setting
Lunny Xiao 80a6b0f5bc
Avatars and Repo avatars support storing in minio ()
* Avatar support minio

* Support repo avatar minio storage

* Add missing migration

* Fix bug

* Fix test

* Add test for minio store type on avatars and repo avatars; Add documents

* Fix bug

* Fix bug

* Add back missed avatar link method

* refactor codes

* Simplify the codes

* Code improvements

* Fix lint

* Fix test mysql

* Fix test mysql

* Fix test mysql

* Fix settings

* Fix test

* fix test

* Fix bug
..
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 fix a small nit ()
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 Provide self-registering storage system ()
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 retry for migration http/https requests ()
picture.go Avatars and Repo avatars support storing in minio ()
project.go Kanban board ()
queue.go Avoid setitng the CONN_STR in queues unless it is meant to be set ()
repository.go Update golangci-lint to version 1.31.0 ()
service.go hCaptcha Support ()
session.go Movde dependents on macaron from modules/setting ()
setting.go Avatars and Repo avatars support storing in minio ()
storage.go Provide self-registering storage system ()
task.go Avoid setitng the CONN_STR in queues unless it is meant to be set ()
webhook.go Add Matrix webhook ()