1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-01 04:31:30 +02:00
gitea/modules/setting
胡玮文 addd4248da
Fix storage config implementation (#14091)
The design is very flexible, but not implemented correctly.
This commit fixes several issues:
* Costom storage type stated in https://docs.gitea.io/en-us/config-cheat-sheet/#storage-storage
  not working
* [storage.attachments], [storage.minio] section not respected

Signed-off-by: 胡玮文 <huww98@outlook.com>
2020-12-21 18:59:18 +01:00
..
attachment.go
cache.go
cors.go
cron_test.go
cron.go
database_sqlite.go
database_test.go
database.go When reinitialising DBConfig reset the database use flags (#13796) 2020-12-02 19:39:48 -05:00
git.go
indexer_test.go
indexer.go
lfs.go
log.go
mailer.go
markup.go
migrations.go Add Allow-/Block-List for Migrate & Mirrors (#13610) 2020-11-28 19:37:58 -05:00
picture.go
project.go
queue.go
repository.go Added option to disable migrations (#13114) 2020-12-21 15:39:41 +01:00
service.go Manually approve new registration (#13083) 2020-12-19 20:31:06 -05:00
session.go
setting.go Set RUN_MODE prod by default (#13765) 2020-11-30 14:52:04 -05:00
storage_test.go Fix storage config implementation (#14091) 2020-12-21 18:59:18 +01:00
storage.go Fix storage config implementation (#14091) 2020-12-21 18:59:18 +01:00
task.go
webhook.go