summaryrefslogtreecommitdiffstats
path: root/modules/avatar
Commit message (Collapse)AuthorAgeFilesLines
* Improve handling of non-square avatars (#7025)Rob Watson2019-05-254-0/+99
| | | | | | | | | | * Crop avatar before resizing (#1268) Signed-off-by: Rob Watson <rfwatson@users.noreply.github.com> * Fix spelling error Signed-off-by: Rob Watson <rfwatson@users.noreply.github.com>
* Use assert in legacy unit tests (#867)Ethan Koenig2017-02-081-9/+5
|
* 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-142-357/+21
|
* 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-262-8/+8
|
* Added create issueUnknown2014-03-251-1/+2
|
* update avatar, remove gzip request headerskyblue2014-03-251-2/+2
|
* use modeles/log instead logshxsun2014-03-242-19/+22
|
* append route to webGogs2014-03-232-63/+101
|
* fix download part problem, add png supportskyblue2014-03-231-17/+162
|
* add avatar inorder to view code on githubskyblue2014-03-232-0/+171