Add remaining share option
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 36.9k
- Forks
- 5.2k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 713
Description
- Android @tobiasKaminsky
- Desktop @camilasan / @misch7
- iOS @marinofaggiana
- Server
We have on server following ShareTypes:
- user: 0
- group: 1
- link: 3
- email: 4
- remote: 6
- circle: 7
- guest: 8 - remote_group: 9
- room: 10
API is: {{ base_url }}/ocs/v2.php/apps/files_sharing/api/v1/sharees
API is splitting it up in its response:
<users/>
<groups/>
<remotes/>
<remote_groups/>
<emails/>
<circles/>
<rooms/>
<lookup/>
@nextcloud/server-triage
ShareType:Guest is shown in < users>?
How can I test lookup? And which shareType will it have?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the sharees API at /ocs/v2.php/apps/files_sharing/api/v1/sharees and its users, groups, remotes, remote_groups, emails, circles, rooms, and lookup response sections. Clarify which remaining Android or Desktop share option is required, how lookup should be tested, and which shareType it should use before identifying the affected implementation and completion criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- api, backend, cloud
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100