aboutsummaryrefslogtreecommitdiffstats
path: root/models/system/setting_key.go
Commit message (Collapse)AuthorAgeFilesLines
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
| | | | | | | | | Change all license headers to comply with REUSE specification. Fix #16132 Co-authored-by: flynnnnnnnnnn <flynnnnnnnnnn@github> Co-authored-by: John Olheiser <john.olheiser@gmail.com>
* Fix dashboard ignored system setting cache (#21621)Lunny Xiao2022-11-101-0/+5
| | | | | | This is a performance regression from #18058 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Andrew Thornton <art27@cantab.net>
* Add system setting table with cache and also add cache supports for user ↵Lunny Xiao2022-10-171-0/+11
setting (#18058)