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

API: require means of querying list of email share recipients #32629

Closed
ASerbinski opened this issue May 27, 2022 · 0 comments · Fixed by #32631
Closed

API: require means of querying list of email share recipients #32629

ASerbinski opened this issue May 27, 2022 · 0 comments · Fixed by #32631
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement feature: sharing
Milestone

Comments

@ASerbinski
Copy link
Contributor

ASerbinski commented May 27, 2022

Is your feature request related to a problem? Please describe.
(https://github.com/nextcloud/server/blob/master/lib/private/Share20/Manager.php#L1670)
The problem is that the getAccessList function only returns a boolean for share by email recipients, I require a list of the actual email addresses to whom the Node is shared.

Looks like it boils down to this;
https://github.com/nextcloud/server/blob/master/apps/sharebymail/lib/ShareByMailProvider.php#L1208

Describe the solution you'd like
Instead of a boolean, return an array as it does for users and remote.

@ASerbinski ASerbinski added enhancement 0. Needs triage Pending check for reproducibility or if it fits our roadmap labels May 27, 2022
@ASerbinski ASerbinski linked a pull request May 27, 2022 that will close this issue
@AndyScherzinger AndyScherzinger added this to the Nextcloud 29 milestone Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap enhancement feature: sharing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants