Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to choose a profile image #34

Closed
Changaco opened this issue Oct 4, 2015 · 2 comments · Fixed by #201
Closed

Allow users to choose a profile image #34

Changaco opened this issue Oct 4, 2015 · 2 comments · Fixed by #201
Assignees
Labels
UI issues concerning the User Interface

Comments

@Changaco
Copy link
Member

Changaco commented Oct 4, 2015

  • add an avatar_src column to the participants table with a custom enumeration type ('auto', 'custom', 'gravatar', 'bitbucket', 'facebook', 'github', 'google', 'twitter')
  • wire up the user interface
  • if the user chooses custom: check that the file is an image and isn't too big, store it somewhere (relevant: Team images gratipay/gratipay.com#3750)
@Changaco Changaco added the UI issues concerning the User Interface label Feb 3, 2016
@Changaco Changaco self-assigned this Mar 3, 2016
@Changaco
Copy link
Member Author

Changaco commented Mar 3, 2016

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.

@Changaco Changaco mentioned this issue Mar 4, 2016
@Changaco
Copy link
Member Author

Changaco commented Mar 4, 2016

custom option reticketed as #202.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI issues concerning the User Interface
Development

Successfully merging a pull request may close this issue.

1 participant