notifications
notifications copied to clipboard
:bell: Notifications app for Nextcloud
### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...
### Steps to reproduce 1. Ensure you have more notifications than visible on one page 2. Click the dismiss all button ### Expected behaviour I can see the next page...
minimal changes to set the stage to allow the existing 3rd party nextcloud unified push app to send system notifications as push notifications to nextcloud mobile client and talk apps...
* Related https://github.com/nextcloud/spreed/issues/12847 ## Steps to reproduce 1. Have a tab in the background 2. Receive a notification ### Expected behaviour "*" should be added to the tabs title ###...
> [!TIP] > ### Help move this idea forward > * Use the 👍 reaction to show support for this feature. > * Avoid commenting unless you have relevant information...
Back/webpush
This PR adds web push support to send push notifications. Web Push is defined by 3 RFCs: RFC8030 (the requests), RFC8291 (encryption) and RFC8292 (server authorization). It can then be...
This PR uses the new web push support (#2662) to get push notifications on the web application, even when nextcloud isn't opened in the browser. It achieves 2 things: -...
Issue: https://github.com/nextcloud/server/issues/54231 Server PR: https://github.com/nextcloud/server/pull/54232
There's chance that caching is being handled in an inconsistent way in the `Push` class: - neither of the `deletePushToken*()` methods directly update the cache; both rely on the caller...
### ⚠️ This issue respects the following points: ⚠️ - [x] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [x] This issue is **not** already reported...