Activities for permission and group membership changes
Open
Nobody has claimed this yet.
0. Needs triage
enhancement
feature: activity and notification
- Dominant language
- PHP
- Stars
- 36.9k
- Forks
- 5.2k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 713
Description
Extracted from https://github.com/nextcloud/server/issues/29478
Add activity entry, whenever:
- a share permission was changed (can be happen by a re-share that the initiator changes a permission for the recipient of a re-share) -> write to the activity stream of the owner
- a group membership changed (a user was added/removed from a group) -> write to the activity stream of the admin users
- a group folder permission was changes (advanced permissions) -> write to the activity stream of the advance-permission-admins of the given group folder
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
The issue body names no files, tests, or entry points, so start by reading the linked source issue and tracing existing activity-stream handling. Done means activity entries are produced for share-permission changes, group membership changes, and group-folder advanced-permission changes, each visible to the audience specified in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- authorization, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100