summaryrefslogtreecommitdiffstats
path: root/models/avatar.go
Commit message (Expand)AuthorAgeFilesLines
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-061-148/+0
* DBContext is just a Context (#17100)zeripath2021-09-231-4/+5
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-14/+15
* Double the avatar size factor (#15941)silverwind2021-05-211-1/+1
* add `/assets` as root dir of public files (#15219)a10121127962021-04-281-1/+1
* Send size to /avatars if requested (#15459)zeripath2021-04-171-2/+5
* Query the DB for the hash before inserting in to email_hash (#15457)zeripath2021-04-151-0/+5
* Fix frontpage avatars (#13853)silverwind2020-12-091-0/+6
* Direct avatar rendering (#13649)silverwind2020-12-031-2/+75
* Open transaction when adding Avatar email-hash pairs to the DB (#12577)zeripath2020-08-241-1/+12
* make avatar lookup occur at image request (#10540)zeripath2020-03-271-0/+48