gitea/models/system
wxiaoguang 9f8d59858a
Refactor system setting ()
This PR reduces the complexity of the system setting system.

It only needs one line to introduce a new option, and the option can be
used anywhere out-of-box.

It is still high-performant (and more performant) because the config
values are cached in the config system.
..
appstate.go
main_test.go make writing main test easier ()
notice.go Even more `db.DefaultContext` refactor ()
notice_test.go Even more `db.DefaultContext` refactor ()
setting.go Refactor system setting ()
setting_test.go Refactor system setting ()