nextcloud / nextcloud/activity
No email notification when files have been uploaded into groupfolder
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 145
- Forks
- 72
- Avg merge
- 6d 9h
- Merged PRs (30d)
- 42
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
- Create a groupfolder. Under personal settings > Notifications activate email notification for "A file or folder has been changed".
- Have another user upload a file.
- Wait for email notification about this new file.
Expected behaviour
Receive an email regarding the new file.
Actual behaviour
There is no email notification
Server configuration
Nextcloud version: Nextcloud Hub 9 (30.0.8)
I have noticed issue https://github.com/nextcloud/activity/issues/1889. But the problen also occurs with newly created groupfolders. (By the way that issue deals with the normal shares and they work fine).
I have activated "activity_use_cached_mountpoints" (see https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/activity_configuration.html#activities-in-groupfolders-or-external-storages). So generally, I receive email notification regards groupfolders (if a file has changed).
In WebGUI under "Activity" there are all the entries ("changed file", "deleted file", "created file"). But email notification only for "changed file" or "deleted file").
Why it doesn't send email notification regards "created file" or "deleted file"?
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
No source files or tests are named. Start by tracing how the Activity app handles created-file entries and email notifications for groupfolders, using the reported reproduction and the cached-mountpoints configuration as context; done means a newly uploaded groupfolder file produces the expected email without breaking existing activity emails.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100