aboutsummaryrefslogtreecommitdiffstats
path: root/models/system
Commit message (Expand)AuthorAgeFilesLines
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Avoid warning for system setting when start up (#23054)Lunny Xiao2023-02-242-23/+32
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-152-32/+40
* 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-082-13/+20
* 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-277-14/+7
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-122-2/+2
* Fix dashboard ignored system setting cache (#21621)Lunny Xiao2022-11-102-6/+39
* 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-177-0/+666