summaryrefslogtreecommitdiffstats
path: root/models/system/setting.go
Commit message (Expand)AuthorAgeFilesLines
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-071-4/+7
* Increase "version" when update the setting value to a same value as before (#...wxiaoguang2023-11-271-1/+1
* Fix system config cache expiration timing (#28072)wxiaoguang2023-11-161-8/+10
* Refactor system setting (#27000)wxiaoguang2023-10-051-256/+89
* Fix context cache bug & enable context cache for dashabord commits' authors (...Lunny Xiao2023-09-111-33/+29
* Avoid warning for system setting when start up (#23054)Lunny Xiao2023-02-241-20/+29
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-26/+33
* Set disable_gravatar/enable_federated_avatar when offline mode is true (#22479)Jason Song2023-01-171-0/+10
* Fix set system setting failure once it cached (#22333)Lunny Xiao2023-01-081-12/+15
* fix gravatar disable bug (#22336)Lunny Xiao2023-01-041-1/+1
* Fix get system setting bug when enabled redis cache (#22295)Lunny Xiao2023-01-021-7/+8
* Fix bug of DisableGravatar default value (#22296)Lunny Xiao2023-01-011-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-1/+1
* Fix dashboard ignored system setting cache (#21621)Lunny Xiao2022-11-101-6/+34
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-0/+261