white-pages icon indicating copy to clipboard operation
white-pages copied to clipboard

Implement Gravatar images requests

Open coudot opened this issue 5 years ago • 5 comments

It could be useful to be able to answer to Gravatar images requests: https://fr.gravatar.com/site/implement/images/

This requires to scan LDAP directory for emails, compute the HASH, then store this HASH somewhere so White Pages will be able to retrieve the email from the HASH.

coudot avatar Oct 17 '19 09:10 coudot

hello @coudot,

maybe then create a plugin for fusiondirectory or add this the personnal plugin in fusiondirectory, so whitepage could read it directly ?

Cheers

bilbo-the-hobbit avatar Oct 28 '19 10:10 bilbo-the-hobbit

Indeed, the HASH could be computed by Fusion Directory! Does this require a plugin or just a posthook?

coudot avatar Oct 28 '19 10:10 coudot

hello @coudot,

a posthook could do the trick, but i think a gravatar plugin where you can put all the various info later put in the url could be nice.

Cheers

bilbo-the-hobbit avatar Oct 28 '19 10:10 bilbo-the-hobbit

The only useful information is the email HASH, and it should be computed when the email address is modified. What other fields would you manage in the plugin?

coudot avatar Oct 28 '19 11:10 coudot

@coudot,

just thinking about size and rating of image stored in fusiondirectory if we do a plugin for gravatar.

Cheers

bilbo-the-hobbit avatar Oct 28 '19 12:10 bilbo-the-hobbit