aboutsummaryrefslogtreecommitdiffstats
path: root/models/system
Commit message (Expand)AuthorAgeFilesLines
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-072-11/+11
* Increase "version" when update the setting value to a same value as before (#...wxiaoguang2023-11-272-1/+13
* Fix system config cache expiration timing (#28072)wxiaoguang2023-11-161-8/+10
* Replace more db.DefaultContext (#27628)Lunny Xiao2023-10-151-4/+4
* Refactor system setting (#27000)wxiaoguang2023-10-053-300/+103
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-032-3/+3
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-252-17/+17
* Fix context cache bug & enable context cache for dashabord commits' authors (...Lunny Xiao2023-09-111-33/+29
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-1/+3
* 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