nextcloud / nextcloud/server

Add remaining share option

Open
#19,756 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

client: 💻 desktop client: 🤖🍏 mobile feature: sharing overview
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

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.