owncloud / core

:cloud: ownCloud web server core (Files, DAV, etc.)
https://owncloud.com
GNU Affero General Public License v3.0
8.38k stars 2.05k forks source link

User Picture #3736

Closed jancborchardt closed 11 years ago

jancborchardt commented 11 years ago

Every user having a profile image would incredibly improve the overall experience especially for sharing files.

We just need to have a function in the personal settings for adding and displaying a photo. (As a fallback or for initial population, it could take the email address and query http://gravatar.com and https://www.libravatar.org/, although querying a 3rdparty service might not be good.)

cc @raghunayyar @MTGap @icewind1991

karlitschek commented 11 years ago

Good idea

jancborchardt commented 11 years ago

@kadukeitor you developed the User Photo app: http://apps.owncloud.com/content/show.php?content=154679 Are you interested in integrating this directly into the personal settings page of the ownCloud core? I think it would be really cool to have this!

tanghus commented 11 years ago

For oC6 the Contacts app can have different backends - one could be local users, which I think we should focus on.

kadukeitor commented 11 years ago

I think it would be great .. :)

DeepDiver1975 commented 11 years ago

For oC6 the Contacts app can have different backends - one could be local users, which I think we should focus on.

Awesome!

DeepDiver1975 commented 11 years ago

@jancborchardt @kadukeitor @raghunayyar is currently working on the user management - shall we integrate this feature right away? No need to push it to the 'old stuff'

jancborchardt commented 11 years ago

Right, user management needs pictures too. @raghunayyar let’s do it! :)

But regarding pushing it to the old stuff – it still needs to be exposed and changeable in the personal settings of each user, as well as callable by sharing for example.

raghunayyar commented 11 years ago

@kadukeitor Can you get this in? It shouldn't take much time. I will integrate with the User Management, right away. (allready reserved a column for it :v:)

jancborchardt commented 11 years ago

@raghunayyar you probably got that but just to be sure: the user photo should be the leftmost column, just like in Contacts. :)

raghunayyar commented 11 years ago

@jancborchardt it is, its in the mockup too ;)

jancborchardt commented 11 years ago

What’s the status on this? @kadukeitor are you interested in getting this into core?

Niduroki commented 11 years ago

WIP: https://github.com/owncloud/core/tree/oc_avatars

jancborchardt commented 11 years ago

This will be so awesome thanks to the work of @Kondou-ger! If you like to test it @kadukeitor please have a look at #4506

Niduroki commented 11 years ago

Fixed by #4506.