-
Notifications
You must be signed in to change notification settings - Fork 135
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
Profile avatar #7
Comments
Uploading your own avatar seems to be top1 feature request. Tackling it asap. |
If you use a third party blocker like disconnect, it will block facebook connection, and you cannot see any facebook avatar. On a profile page with a facebook avatar you will just see the default avatar picture. On the contact list nothing. |
@Remigr It's a nice thought, but then it's not soo critical to see a photo. Upload FB photo -feature would add into complexity of already overly complex avatar selector. What I can think of is automatic caching of Gravatar+FB. That might help to make site wee bit faster even. Just then we'd run into trouble with updating the photos when they change. On the other this is to fix a problem that occurs with very very small minority, while there are way more important things to tackle. |
We should simply serve the FB image from our server sent from my tablet
|
Maybe it's a very small minority but if I go to https://www.trustroots.org/#!/privacy I can read "To opt-out of all tracking (including Google Analytics and Piwik) you can install Ghostery, Noscript or Disconnect." Even if it's not an urgent problem, it's a bit hypocrite to write this and not take the one who use blocker in consideration. |
+1. Yes, cache/copy the Gravatar or FB image, to the TR server. MK, are you still going to allow a way for us to simply upload a stand-alone image/avatar, too? How about pictures/gallery? Agree with what Remi just said, too. I use several of the privacy/blocker plugins myself, on every browser/OS. It was keeping from seeing any Gravatar image, a detail I had forgotten about, which caused me a bit of confusion recently. |
@Remigr A valid point! |
@roberts-gh 👍 for uploads. See my comment above #7 (comment) :-) |
Thanks, MK, you're a coding machine! Much respect and gratitude to you! |
(Just trying not to add any new features before old ones are more or less fixed.) |
At master branch there's now uploading avatar -feature. Grande merci schön for monsieur @Remigr! Please, some testing for this would be awesome! (@guaka) You'll need to migrate your DB, install some new dependencies etc. You can just run For me Will push to production in a ~week or so after some heavy testing. |
Thanks @Remigr ! |
testing this on dev.trustroots.org, here's what happens:
|
Aha, yea so it does crash at some point. Might be any of these or something else:
(TTL error is due mongo not being up while the Node app is already running, I need to copy a fix for that from mean.js master but it's unrelated.) Sorry I haven't yet got time to check this in detail & push to production, but soon soon. :-) |
Update dependency gulp-load-plugins to v2.0.8
The text was updated successfully, but these errors were encountered: