jakubgarfield / Bonobo-Git-Server

Bonobo Git Server for Windows is a web application you can install on your IIS and easily manage and connect to your git repositories. Go to homepage for release and more info.
http://bonobogitserver.com
MIT License
1.81k stars 605 forks source link

Gravatar is not displayed for emails containing uppercase letters #823

Open Torvin opened 5 years ago

Torvin commented 5 years ago

Gravatar's docs explicitly specify that the email should be converted to lowercase before computing the hash. Looks like this step is omitted in the current implementation. This results in missing avatars in the "Commits" view.

Torvin commented 5 years ago

Gravatar docs also talk about trimming the whitespace, but I'm not sure if it's even possible to set a commit's email in git to a string with leading/trailing whitespace