You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add an avatar_src column to the participants table with a custom enumeration type ('auto', 'custom', 'gravatar', 'bitbucket', 'facebook', 'github', 'google', 'twitter')
I don't want Liberapay to host avatars, it's stupid for every website to host avatars. I think Libravatar got it right: your identity provider can host your avatar, and if it doesn't there's a centralized service as fallback.
avatar_src
column to theparticipants
table with a custom enumeration type('auto', 'custom', 'gravatar', 'bitbucket', 'facebook', 'github', 'google', 'twitter')
custom
: check that the file is an image and isn't too big, store it somewhere (relevant: Team images gratipay/gratipay.com#3750)The text was updated successfully, but these errors were encountered: