aboutsummaryrefslogtreecommitdiffstats
path: root/modules/avatar/avatar.go
Commit message (Collapse)AuthorAgeFilesLines
* golint fixed for modules/avatarLunny Xiao2016-11-251-3/+4
|
* avatar: make custom and generated avatars equal (#3301)Dennis Chen2016-07-211-2/+2
| | | | | | Sets all avatars to use PNG image format. Keeps avatars consistent at 290x290px resolution. Signed-off-by: Dennis Chen <barracks510@gmail.com>
* Make markdown as an independent moduleUnknwon2016-02-201-2/+4
|
* Remove cache avatar support and add its testsUnknwon2016-02-141-306/+8
|
* fix #1960Unknwon2015-11-161-2/+2
|
* save custom avatar as PNGUnknwon2015-11-131-1/+3
|
* drop go 1.2 supportUnknwon2015-09-261-1/+1
|
* #1474 logic fixUnknwon2015-08-291-1/+1
|
* #1474 minor fixUnknwon2015-08-291-3/+4
|
* #1474 Edit New issue UpdateGravatarSource() assumes insecure protocolUnknwon2015-08-281-2/+3
|
* remove sync.Pool and support go1.2 againUnknwon2015-08-091-1/+1
|
* Generate random avatar based on e-mail when disable GravatarUnknwon2015-08-091-0/+24
|
* fix if service.ENABLE_CACHE_AVATAR is trueVitaliy Vasilenko2015-01-201-1/+5
|
* Fix spelling errors in comments.Joseph Crail2014-12-061-1/+1
|
* HashEmail function should also remove spacesAndrew Burns2014-12-051-1/+5
| | | | According to the [Gravatar API](https://en.gravatar.com/site/implement/hash/) whitespace should also be removed from the email, it was not doing this previously.
* custom avatar uploadUnknwon2014-11-211-1/+1
|
* GetFile apiUnknwon2014-11-161-5/+11
|
* Mirror bug fix on downloading zipUnknown2014-04-151-2/+3
|
* Fix issue pages URL paramsUnknown2014-03-271-10/+9
|
* name change of avatarskyblue2014-03-261-7/+7
|
* Added create issueUnknown2014-03-251-1/+2
|
* update avatar, remove gzip request headerskyblue2014-03-251-2/+2
|
* use modeles/log instead logshxsun2014-03-241-15/+13
|
* append route to webGogs2014-03-231-53/+70
|
* fix download part problem, add png supportskyblue2014-03-231-17/+162
|
* add avatar inorder to view code on githubskyblue2014-03-231-0/+136