notifications
notifications copied to clipboard
:bell: Notifications app for Nextcloud
### Steps to reproduce 1. Have more than 25 notifications 2. Resolve 1 notification in a way that does not reload the page (e.g. talk chat change or directly delete...
### Steps to reproduce 1. Open nextcloud 2. Put computer to sleep 3. Use computer again ### Expected behaviour Notifications work and show ### Actual behaviour Notification bell is missing...
Currently all mobile clients always receive all delete-pushes. iOS ignores silent background notifications if there are too many, so we plan to limit and combine them: - [ ] Only...
As per https://github.com/nextcloud/nextcloud-event-bus/issues/131
### Steps to reproduce 1. Be mentioned in a talk message, comment or something else that generates a user bubble ### Expected behaviour Bubble shows ### Actual behaviour Bubble doesn't...
### Steps to reproduce 1. User, where full name (and email) is very long. 2. As this user make an action, which triggers a notification (e.g. file share) 3. Another...
Ref https://developer.mozilla.org/en-US/docs/Web/API/Notification/actions
(Opened here instead of Talk because I assume it needs some groundwork here first, feel free to transfer the issue.) Currently when you get a notification about a Talk message,...
### Steps to reproduce 1. ./occ notification:test-push --talk {username} ### Expected behaviour notifications should send and no error should raise ### Actual behaviour notification is sent but a funny **info**...
Needed for https://github.com/nextcloud/server/issues/22379 (no need for notification content, only push). Also a leftover from https://github.com/nextcloud/notifications/pull/59, so it might have other uses. * Move logic from `PushController` to a new `PushService`,...