summaryrefslogtreecommitdiffstats
path: root/modules/system
Commit message (Collapse)AuthorAgeFilesLines
* Fix dashboard ignored system setting cache (#21621) (#21759)Lunny Xiao2022-11-102-80/+0
| | | | | | | | backport #21621 This is a performance regression from #18058 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Andrew Thornton <art27@cantab.net>
* Sync git hooks when config file path changed (#21619) (#21626)Jason Song2022-10-301-1/+2
| | | | | | | | | | | Backport #21619 . A patch to #17335. Just like AppPath, Gitea writes its own CustomConf into git hook scripts too. If Gitea's CustomConf changes, then the git push may fail. Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: zeripath <art27@cantab.net>
* Add system setting table with cache and also add cache supports for user ↵Lunny Xiao2022-10-176-0/+223
setting (#18058)