Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve handling of non-square avatars (#7025) | Rob Watson | 2019-05-25 | 4 | -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 Koenig | 2017-02-08 | 1 | -9/+5 |
| | |||||
* | 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 |
| | | | | | | 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 module | Unknwon | 2016-02-20 | 1 | -2/+4 |
| | |||||
* | Remove cache avatar support and add its tests | Unknwon | 2016-02-14 | 2 | -357/+21 |
| | |||||
* | 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-06 | 1 | -1/+1 |
| | |||||
* | HashEmail function should also remove spaces | Andrew Burns | 2014-12-05 | 1 | -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 upload | Unknwon | 2014-11-21 | 1 | -1/+1 |
| | |||||
* | GetFile api | Unknwon | 2014-11-16 | 1 | -5/+11 |
| | |||||
* | Mirror bug fix on downloading zip | Unknown | 2014-04-15 | 1 | -2/+3 |
| | |||||
* | Fix issue pages URL params | Unknown | 2014-03-27 | 1 | -10/+9 |
| | |||||
* | name change of avatar | skyblue | 2014-03-26 | 2 | -8/+8 |
| | |||||
* | 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 | 2 | -19/+22 |
| | |||||
* | append route to web | Gogs | 2014-03-23 | 2 | -63/+101 |
| | |||||
* | 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 | 2 | -0/+171 |