[FEATURE REQUEST] Sharing NG: Remove link
Nobody has claimed this yet.
- 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
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 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