nextcloud / nextcloud/spreed

Use guests avatar endpoint if available (18 I think?)

Open
#3,358 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement feature: frontend 🖌️
Dominant language
PHP
Stars
2.2k
Forks
587
Avg merge
17h 55m
Merged PRs (30d)
350

Description

baseUrl + "/index.php/avatar/guest/" + Uri.encode(name) + "/" + avatarSize;

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the avatar URL construction shown in the issue and inspect the surrounding guest-avatar handling. Determine how availability of the guest avatar endpoint is represented, then verify that the endpoint is used when available without breaking the existing avatar URL behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.