aboutsummaryrefslogtreecommitdiffstats
path: root/models/user_avatar.go
Commit message (Expand)AuthorAgeFilesLines
* In many cases user avatar link should be an absolute URL with http host (#17420)wxiaoguang2021-10-251-2/+7
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-061-43/+22
* Allow LDAP Sources to provide Avatars (#16851)zeripath2021-09-261-0/+9
* DBContext is just a Context (#17100)zeripath2021-09-231-3/+3
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-4/+5
* Send size to /avatars if requested (#15459)zeripath2021-04-171-1/+6
* Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#1...zeripath2021-02-191-1/+1
* Fix avatar bugs (#14217)Lunny Xiao2021-01-021-4/+3
* Direct avatar rendering (#13649)silverwind2020-12-031-6/+5
* Avatar autogeneration fixed (#13233)Paweł Bogusławski2020-10-231-3/+2
* Avatars and Repo avatars support storing in minio (#12516)Lunny Xiao2020-10-141-0/+169