Server: One-time import of Gravatar image as avatar

Created on 16 Sep 2016  ·  16Comments  ·  Source: nextcloud/server

  • to make it easy to have an avatar

cc @nextcloud/designers Do you like the idea?

1. to develop enhancement settings good first issue integration

Most helpful comment

@jancborchardt Hey, I'm so sorry, I never even realised you replied to this! I don't know why, but I never seem to get sensible notifications from GitHub. Assuming this isn't done yet, we can certainly look at it.

All 16 comments

Meh... most people that use gravatar probably already set their own avatar.

I never think to upload my own avatar but I'm quite pleased when an app has fetched it from my email address. Of course, this should be a server setting.

So thinking some more about this. If we'd do it in an app i'd be fine with it. But not in core. The app could just add a notification to users so they can chose to use gravatar for their avatar. And then a cron job that runs daily or so to fetch all the avatars from gravatar of users that want it etc.

+1 for a Gravatar App, that would be nice. We use Gravatar with GitLab, Redmine, Rocket.Chat, etc. so having it work with Nextcloud too would be icing on the cake. :-)

@gregharvey would you be down to contribute a pull request to integrate Gravatar support?

How it should work is simply: You put in your email address → You get asked if you want to fetch the associated profile image from Gravatar. :)

Why restrict that feature to gravatar? there are some other avatar hosting platforms that provides similar features. It would be best to default to gravatar but allow the administrators (or users?) to specify an alternative url with placeholders for email, username, etc. so something like this could be used: https://whatever.serv.com/path/?email=%email or example.

+1 from me. Gravatar is incredibly popular, according to article on Wikipedia Gravatar was serving approximately 20 billions images per day - and that was back in 2010, I'm sure it must be even higher now.

Gravatar is used by hundreds or big name sites such as WordPress, Stackoverflow, Slack, GitHub etc. I think the best integration method (as used by the sites I just mentioned) is to show the gravatar image (if a users email address has one) by default automatically - and only show a different image if the user uploads a specific one to Nextcloud.

@jancborchardt Hey, I'm so sorry, I never even realised you replied to this! I don't know why, but I never seem to get sensible notifications from GitHub. Assuming this isn't done yet, we can certainly look at it.

@gregharvey no worries! :) There is no further progress on this so far, so please feel free to take a look. Even pull requests with basic work-in-progress are welcome, as we can help and build on it together. :rocket:

+1 for Gravatar

I've started building an app for this: https://github.com/weeman1337/nextcloud-gravatar

I'm currently looking for testers for the Gravatar integration.

You can simply copy the repo contents into your "apps/gravatar" directory.
Any feedback or error reports are highly welcome.

Separte app is in development by @weeman1337 - no more need to track this feature request in this repo ;) Thanks for the contribution!

@weeman1337 Nice 👍

Did this app ever made to the store? I cannot find it and I would really like to use it.

Doesn’t seem like it is in the store. @weeman1337 do you plan to publish it? :)

Was this page helpful?
0 / 5 - 0 ratings