owncloud / owncloud/android

[FEATURE REQUEST] Sharing NG: Remove link

Open
#4,973 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Feature request Share by Public Link
Dominant language
Kotlin
Stars
4.2k
Forks
3.1k
Avg merge
1d 12h
Merged PRs (30d)
7

Description

Permission: libre.graph/driveItem/permissions/delete

if available, it shows the trashbin icon in the rows

By clicking the trashbin icon, a dialog will appear asking for confirmation. In case of confirmation, the link will be deleted and the list updated without the removed link

Request:

DELETE https://<url>/graph/v1beta1/drives/<drive-id>/items/<item-id>/permissions/<link-id>

with empty body

TASKS
  • Research (if needed)
  • Create branch feature/feature_name
  • Development tasks
    • Implement whatever
    • ...
    • Implement unit tests (if needed)
  • Code review and apply changes requested
  • Design test plan
  • QA
  • Merge branch feature/feature_name into master

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 tracing the Sharing NG permission rows and the libre.graph/driveItem/permissions/delete capability, then inspect how the listed DELETE endpoint is called. Done means an available link shows a trashbin icon, confirmation deletes it with an empty body, and the list updates without that link.

Written by the indexing model from the issue text.

Assessment

Tech stack
kotlin
Domain
mobile
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.