Send event reminder push notifications if there are no connected clients
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 36.9k
- Forks
- 5.2k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 713
Description
How to use GitHub
- Please use the 👍 reaction to show that you are interested into the same feature.
- 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.
Is your feature request related to a problem? Please describe.
Use case 1: As a user of Nextcloud with connected clients like DAVx5, the sync client and Thunderbird I do not need Nextcloud to send notifications for events with reminders. The native apps already notify me.
Use case 2: As a user of Nextcloud who only uses Nextcloud via the web interface, I would like see a push notification for events with reminders.
Describe the solution you'd like
Change the default value for push notifications dynamically:
- If the user has not enabled/disabled push notifications yet
- Send notifications if there are no connected devices (no app passwords)
- Don't send notifications if there is at least one connected device (app passwords exist)
- If the user has disabled push notifications, don't send them
- If the user has enabled push notifications, send them
Describe alternatives you've considered
N/a
Additional context
https://github.com/nextcloud/server/pull/16970 made the feature opt-in
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 reviewing the existing opt-in behavior introduced in PR #16970 and tracing push-notification preference handling alongside app-password and connected-device detection. Done means unconfigured users receive reminders only without connected devices, while explicit enablement or disablement continues to take precedence.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100