index
:
forgejo
forgejo
forgejo
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
avatar
/
avatar.go
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)
delvh
2022-10-24
1
-3
/
+3
*
Better builtin avatar generator (#17707)
wxiaoguang
2021-11-19
1
-17
/
+4
*
Add Image Diff for SVG files (#14867)
KN4CK3R
2021-06-05
1
-2
/
+3
*
Use single shared random string generation function (#15741)
silverwind
2021-05-10
1
-4
/
+6
*
Avatars and Repo avatars support storing in minio (#12516)
Lunny Xiao
2020-10-14
1
-4
/
+5
*
Fix Avatar Resize (resize algo NearestNeighbor -> Bilinear) (#12745)
6543
2020-09-06
1
-1
/
+1
*
Improve handling of non-square avatars (#7025)
Rob Watson
2019-05-25
1
-0
/
+50
*
golint fixed for modules/avatar
Lunny Xiao
2016-11-25
1
-3
/
+4
*
avatar: make custom and generated avatars equal (#3301)
Dennis Chen
2016-07-21
1
-2
/
+2
*
Make markdown as an independent module
Unknwon
2016-02-20
1
-2
/
+4
*
Remove cache avatar support and add its tests
Unknwon
2016-02-15
1
-306
/
+8
*
fix #1960
Unknwon
2015-11-16
1
-2
/
+2
*
save custom avatar as PNG
Unknwon
2015-11-13
1
-1
/
+3
*
drop go 1.2 support
Unknwon
2015-09-26
1
-1
/
+1
*
#1474 logic fix
Unknwon
2015-08-29
1
-1
/
+1
*
#1474 minor fix
Unknwon
2015-08-29
1
-3
/
+4
*
#1474 Edit New issue UpdateGravatarSource() assumes insecure protocol
Unknwon
2015-08-28
1
-2
/
+3
*
remove sync.Pool and support go1.2 again
Unknwon
2015-08-09
1
-1
/
+1
*
Generate random avatar based on e-mail when disable Gravatar
Unknwon
2015-08-09
1
-0
/
+24
*
fix if service.ENABLE_CACHE_AVATAR is true
Vitaliy Vasilenko
2015-01-20
1
-1
/
+5
*
Fix spelling errors in comments.
Joseph Crail
2014-12-07
1
-1
/
+1
*
HashEmail function should also remove spaces
Andrew Burns
2014-12-05
1
-1
/
+5
*
custom avatar upload
Unknwon
2014-11-21
1
-1
/
+1
*
GetFile api
Unknwon
2014-11-17
1
-5
/
+11
*
Mirror bug fix on downloading zip
Unknown
2014-04-16
1
-2
/
+3
*
Fix issue pages URL params
Unknown
2014-03-28
1
-10
/
+9
*
name change of avatar
skyblue
2014-03-26
1
-7
/
+7
*
Added create issue
Unknown
2014-03-25
1
-1
/
+2
*
update avatar, remove gzip request header
skyblue
2014-03-25
1
-2
/
+2
*
use modeles/log instead log
shxsun
2014-03-24
1
-15
/
+13
*
append route to web
Gogs
2014-03-23
1
-53
/
+70
*
fix download part problem, add png support
skyblue
2014-03-23
1
-17
/
+162
*
add avatar inorder to view code on github
skyblue
2014-03-23
1
-0
/
+136