Skip to content

feat(profile): Add an API to get the profile field data - #52366

Merged
provokateurin merged 1 commit into
masterfrom
feat/noid/profile-data-api
Apr 23, 2025
Merged

feat(profile): Add an API to get the profile field data#52366
provokateurin merged 1 commit into
masterfrom
feat/noid/profile-data-api

Conversation

@nickvergessen

Copy link
Copy Markdown
Member

Checklist

@nickvergessennickvergessen added enhancement 3. to review Waiting for reviews feature: profile PRs or issues related to the Profile feature (e.g. Profile page, API, etc.) labels Apr 23, 2025
@nickvergessennickvergessen added this to the Nextcloud 32 milestone Apr 23, 2025
@nickvergessennickvergessen self-assigned this Apr 23, 2025
@nickvergessen
nickvergessen requested review from a team and provokateurin as code ownersApril 23, 2025 08:45
@nickvergessen
nickvergessen requested review from artonge and removed request for a teamApril 23, 2025 08:45
@nickvergessen

Copy link
Copy Markdown
MemberAuthor

/backport to stable31

Comment threadcore/Controller/ProfileApiController.php
Comment threadcore/ResponseDefinitions.php Outdated
@nickvergessen
nickvergessenforce-pushed the feat/noid/profile-data-api branch from 6007c1d to 9c267c3CompareApril 23, 2025 10:02
Comment threadcore/Controller/ProfileApiController.php Outdated
Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen
nickvergessenforce-pushed the feat/noid/profile-data-api branch from 9c267c3 to 9ed33cfCompareApril 23, 2025 10:38
@provokateurin
provokateurin merged commit 38f7e0f into masterApr 23, 2025
@provokateurin
provokateurin deleted the feat/noid/profile-data-api branch April 23, 2025 12:05
@backportbot

Copy link
Copy Markdown

The backport to stable31 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable31
git pull origin stable31
# Create the new backport branch
git checkout -b backport/52366/stable31
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts, resolve them
git cherry-pick 9ed33cf6
# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/52366/stable31

Error: Failed to check for changes with origin/stable31: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Antreesy added a commit to nextcloud/spreed that referenced this pull request Apr 23, 2025
- requires server API: GET user profile (nextcloud/server#52366)
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
@skjnldsvskjnldsv mentioned this pull request Aug 19, 2025
@skjnldsvskjnldsv added this to the Nextcloud 32 milestone Oct 2, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to reviewWaiting for reviewsenhancementfeature: profilePRs or issues related to the Profile feature (e.g. Profile page, API, etc.)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@nickvergessen@miaulalala@provokateurin@skjnldsv