You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wxiaoguang 9f8d59858a
Refactor system setting (#27000)
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.
9 months ago
..
setting Refactor system setting (#27000) 9 months ago
avatar.go Set `X-Gitea-Debug` header once (#23361) 1 year ago
code.go Show the repo count in code tab on both user profile and org page. (#27048) 10 months ago
home.go Another round of `db.DefaultContext` refactor (#27103) 9 months ago
home_test.go Move web/api context related testing function into a separate package (#26859) 10 months ago
main_test.go make writing main test easier (#27270) 9 months ago
notification.go Use more `IssueList` instead of `[]*Issue` (#26369) 11 months ago
package.go Another round of `db.DefaultContext` refactor (#27103) 9 months ago
profile.go Introduce fixes and more rigorous tests for 'Show on a map' feature (#26803) 9 months ago
search.go Reduce usage of `db.DefaultContext` (#27073) 10 months ago
stop_watch.go Next round of `db.DefaultContext` refactor (#27089) 10 months ago
task.go Next round of `db.DefaultContext` refactor (#27089) 10 months ago