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.
gitea/routers/api/v1/misc
Lunny Xiao e7cb8da2a8
Always enable caches (#28527)
Nowadays, cache will be used on almost everywhere of Gitea and it cannot
be disabled, otherwise some features will become unaviable.

Then I think we can just remove the option for cache enable. That means
cache cannot be disabled.
But of course, we can still use cache configuration to set how should
Gitea use the cache.
1 year ago
..
gitignore.go Add API for gitignore templates (#22783) 2 years ago
label_templates.go Add API for Label templates (#24602) 2 years ago
licenses.go Add API for License templates (#23009) 2 years ago
markup.go Decouple the different contexts from each other (#24786) 2 years ago
markup_test.go Move web/api context related testing function into a separate package (#26859) 1 year ago
nodeinfo.go Always enable caches (#28527) 1 year ago
signing.go
version.go