0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-25 11:44:52 +01:00
gitea/modules/setting
zeripath 6b1266b6b3
Provide self-registering storage system (#12978)
* Provide self-registering storage system

Signed-off-by: Andrew Thornton <art27@cantab.net>

* More simplification

Signed-off-by: Andrew Thornton <art27@cantab.net>

* Remove old strings from setting

Signed-off-by: Andrew Thornton <art27@cantab.net>

* oops attachments not attachment

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2020-10-12 23:58:34 -04:00
..
attachment.go Provide self-registering storage system (#12978) 2020-10-12 23:58:34 -04:00
cache.go
cors.go
cron.go
cron_test.go
database.go
database_sqlite.go Move database settings from models to setting (#7806) 2019-08-24 11:24:45 +02:00
database_test.go
git.go fix a small nit (#13074) 2020-10-08 11:50:17 -04:00
indexer.go
indexer_test.go Restrict repository indexing by glob match (#7767) 2019-09-11 20:26:28 +03:00
lfs.go Provide self-registering storage system (#12978) 2020-10-12 23:58:34 -04:00
log.go
mailer.go
markup.go
migrations.go
project.go
queue.go
repository.go Update golangci-lint to version 1.31.0 (#13102) 2020-10-11 21:27:20 +01:00
service.go
session.go
setting.go Provide self-registering storage system (#12978) 2020-10-12 23:58:34 -04:00
storage.go Provide self-registering storage system (#12978) 2020-10-12 23:58:34 -04:00
task.go
webhook.go