aboutsummaryrefslogtreecommitdiff
path: root/models/avatars
AgeCommit message (Expand)Author
2023-02-24Avoid warning for system setting when start up (#23054)Lunny Xiao
2023-02-15Add context cache as a request level cache (#22294)Lunny Xiao
2023-02-13Move helpers to be prefixed with `gt-` (#22879)zeripath
2023-01-02Fix get system setting bug when enabled redis cache (#22295)Lunny Xiao
2022-11-27Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn
2022-11-23Fix vertical align of committer avatar rendered by email address (#21884)Xinyu Zhou
2022-11-12Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao
2022-11-10Fix dashboard ignored system setting cache (#21621)Lunny Xiao
2022-10-17Add system setting table with cache and also add cache supports for user sett...Lunny Xiao
2022-01-20format with gofumpt (#18184)6543
2022-01-05slight optimization for default avatar (#18187)Lunny Xiao
2021-12-16Make AvatarRenderedSizeFactor configurable and set it to 3 (#17951)silverwind
2021-11-16Multiple Escaping Improvements (#17551)zeripath
2021-10-06Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang