aboutsummaryrefslogtreecommitdiffstats
path: root/modules/avatar
Commit message (Expand)AuthorAgeFilesLines
* Use `crypto/sha256` (#29386)KN4CK3R2024-02-252-4/+2
* Remove nfnt/resize and oliamb/cutter (#25999)harryzcy2023-07-201-23/+36
* Add unit test for `HashAvatar` (#25662)Earl Warren2023-07-041-0/+26
* Improve avatar uploading / resizing / compressing, remove Fomantic card modul...wxiaoguang2023-05-133-31/+134
* Allow `webp` images as avatars (#24248)JakobDev2023-04-211-0/+2
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-222-2/+4
* Unify hashing for avatar (#22289)Gusted2023-01-021-0/+28
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-277-14/+7
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-3/+3
* Go 1.19 format (#20758)John Olheiser2022-08-301-193/+194
* Remove legacy `+build:` constraint (#19582)wxiaoguang2022-05-021-1/+0
* format with gofumpt (#18184)65432022-01-201-0/+1
* Fix various typos (#18219)luzpaz2022-01-101-1/+1
* Simplify parameter types (#18006)Gusted2021-12-202-31/+31
* Add user settings key/value DB table (#16834)techknowlogick2021-11-221-1/+1
* Better builtin avatar generator (#17707)wxiaoguang2021-11-207-17/+1109
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-4/+4
* Add Image Diff for SVG files (#14867)KN4CK3R2021-06-051-2/+3
* Use single shared random string generation function (#15741)silverwind2021-05-102-8/+15
* Avatars and Repo avatars support storing in minio (#12516)Lunny Xiao2020-10-142-12/+13
* Fix Avatar Resize (resize algo NearestNeighbor -> Bilinear) (#12745)65432020-09-061-1/+1
* Improve handling of non-square avatars (#7025)Rob Watson2019-05-254-0/+99
* 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
* 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
* 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