aboutsummaryrefslogtreecommitdiffstats
path: root/models/user/avatar.go
Commit message (Expand)AuthorAgeFilesLines
* 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