summaryrefslogtreecommitdiffstats
path: root/routers/web/user/avatar.go
Commit message (Expand)AuthorAgeFilesLines
* Return 404 when user is not found on avatar (#21476)Gusted2022-10-161-0/+4
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-4/+4
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-061-67/+17
* Add Cache-Control to avatar redirects (#16973)silverwind2021-09-061-3/+9
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-1/+1
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+98