notifications
notifications copied to clipboard
:bell: Notifications app for Nextcloud
When opening the search dropdown or people menu, and then opening the notifications (or the other way around), the notifications menu get overlapped. We need to find a way to...
Was there already before the new ui pr was merged, but should probably be fixed: 
Closing #1173 #1260 by adding admin's setting page for configuring user defaults, which will be applied on UserCreatedEvent or PostLoginEvent, if existing user doesn't have settings yet. Not sure whether...
NC23 provides an email notification for unseen notifications (see https://github.com/nextcloud/notifications/pull/1058 and https://github.com/nextcloud/notifications/pull/1074). But there is no option for admins to set defaults and/or enable/disable it. Currently, it is enabled by...
NC23 provides an email notification for unseen notifications (see https://github.com/nextcloud/notifications/pull/1058 and https://github.com/nextcloud/notifications/pull/1074). But users still complain about not receiving any such notifications. ### Steps to reproduce 1. Create a new...
- [ ] :warning: This backport had conflicts and is incomplete backport of #1262
Hi... I have my own server instance and a custom mobile app. The ios app has this variable: ```objective-c #define k_pushNotificationServer @"https://push-notifications.nextcloud.com" ``` I need to change to ```objective-c #define...
β¦ey receive a lot - [x] Requires https://github.com/nextcloud/talk-android/pull/1142 (sheduled for app release v12) - [ ] Requires an iOS app patch Fix #936
Support for pushing to WebPush compatible servers would be very useful. It would allow pushing to the web app even when the tab is closed, and to the F-Droid version...
It should be possible to trigger `sudo -u www-data php /var/www/yourinstance/occ notification:test-push --talk youruser` via API, so the mobile apps could have a "Test Notifications" button in the settings-view. That...