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

Avatars #9

Closed
butonic opened this issue Aug 27, 2019 · 4 comments
Closed

Avatars #9

butonic opened this issue Aug 27, 2019 · 4 comments

Comments

@butonic
Copy link
Member

butonic commented Aug 27, 2019

avatars should be available at an IdP, but it will require additional cors setup. also owncloud already has an avatars andpoint that we need to implement it can look up the avatar url in the user metadata and either stream the content or eg fetch it from ldap. We might have to cache them in our service.

HTTP/1.1 200 OK
Content-Type: application/json

{
 "sub"         : "248289761001",
 "name"        : "Jane Doe"
 "given_name"  : "Jane",
 "family_name" : "Doe",
 "email"       : "[email protected]",
 "picture"     : "http://example.com/janedoe/me.jpg"
}

The ocs service can fetch that picture url, cache it an serve it when a requests avatars, eg. when searching recipients.

@butonic butonic transferred this issue from owncloud-archive/nexus Oct 1, 2019
@butonic butonic added this to the Extensions milestone Oct 15, 2019
refs added a commit that referenced this issue Sep 18, 2020
Add edit docs link and change base image to owncloud/alpine:latest
refs pushed a commit that referenced this issue Sep 18, 2020
refs pushed a commit that referenced this issue Sep 18, 2020
refs added a commit that referenced this issue Sep 18, 2020
* add namespace config

* add namespace option

* add namespace flag

* update docs

* oops :D
refs pushed a commit that referenced this issue Sep 18, 2020
Restructure based on hello reference
refs pushed a commit that referenced this issue Sep 18, 2020
Drop and ignore generated assets
@refs refs changed the title avatars Avatars Jan 12, 2021
@settings settings bot removed the needs-concept label Jan 12, 2021
@settings settings bot removed the p3-medium label Apr 7, 2021
@stale
Copy link

stale bot commented Jun 6, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Status:Stale label Jun 6, 2021
@refs
Copy link
Member

refs commented Jun 7, 2021

bump. Should we schedule and categorize this one?

@stale
Copy link

stale bot commented Aug 30, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions.

@micbar
Copy link
Contributor

micbar commented May 11, 2022

Will be handled on the roadmap as feature development. This ticket is stale

@micbar micbar closed this as completed May 11, 2022
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

4 participants