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

Implement Gravatar images requests #78

Open
coudot opened this issue Oct 17, 2019 · 5 comments
Open

Implement Gravatar images requests #78

coudot opened this issue Oct 17, 2019 · 5 comments
Milestone

Comments

@coudot
Copy link
Member

coudot commented Oct 17, 2019

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 coudot added this to the 0.4 milestone Oct 17, 2019
@bilbo-the-hobbit
Copy link

hello @coudot,

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

Cheers

@coudot
Copy link
Member Author

coudot commented Oct 28, 2019

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

@bilbo-the-hobbit
Copy link

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

@coudot
Copy link
Member Author

coudot commented Oct 28, 2019

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?

@bilbo-the-hobbit
Copy link

@coudot,

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

Cheers

@coudot coudot modified the milestones: 0.4, future Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants