1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-20 12:04:36 +01:00
gitea/modules/setting
Lunny Xiao 80a6b0f5bc
Avatars and Repo avatars support storing in minio (#12516)
* 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
2020-10-14 21:07:51 +08:00
..
attachment.go
cache.go
cors.go
cron_test.go
cron.go
database_sqlite.go
database_test.go
database.go Avatars and Repo avatars support storing in minio (#12516) 2020-10-14 21:07:51 +08:00
git.go
indexer_test.go
indexer.go
lfs.go
log.go
mailer.go
markup.go
migrations.go
picture.go Avatars and Repo avatars support storing in minio (#12516) 2020-10-14 21:07:51 +08:00
project.go
queue.go
repository.go
service.go
session.go
setting.go Avatars and Repo avatars support storing in minio (#12516) 2020-10-14 21:07:51 +08:00
storage.go
task.go
webhook.go