aboutsummaryrefslogtreecommitdiffstats
path: root/models/user/avatar.go
Commit message (Expand)AuthorAgeFilesLines
* Avoid warning for system setting when start up (#23054)Lunny Xiao2023-02-241-1/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-6/+6
* Fix get system setting bug when enabled redis cache (#22295)Lunny Xiao2023-01-021-3/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Adjust gitea doctor --run storages to check all storage types (#21785)zeripath2022-11-151-0/+7
* Fix dashboard ignored system setting cache (#21621)Lunny Xiao2022-11-101-4/+2
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-2/+2
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-1/+8
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-7/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-0/+113