Unified push nextcloud notifications
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 - https://apps.nextcloud.com/apps/uppush / https://codeberg.org/NextPush/uppush.
requires deployment sync with pull request for nextcloud server with same title - Unified push nextcloud notifications - https://github.com/nextcloud/server/pull/47763
these pull requests are independent of, but will ultimately work with, a pull request for the unified push app to enable it to send push notifications to the nextcloud mobile client and talk apps - https://codeberg.org/NextPush/uppush/pulls/17
i have also submitted pr's for the generic (f-droid) android nextcloud client and talk apps to leverage the pr's above to create an end-to-end solution for unified push notifications and talk;
nextcloud mobile client app: https://github.com/nextcloud/android/pull/13516 nextcloud mobile talk app: https://github.com/nextcloud/talk-android/pull/4169
- this pr fails ci tests because it depends on the related notification app pr
Hello there, Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.
We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process.
Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6
Thank you for contributing to Nextcloud and we hope to hear from you soon!
(If you believe you should not receive this message, you can add yourself to the blocklist.)
Why did you close your PR?
@Thatoo i re-implemented the changes in a fashion that doesn't change internal interface with a new pr @ https://github.com/nextcloud/server/pull/51800.
also a related new pr for the notification app @ https://github.com/nextcloud/notifications/pull/2277.
the original uppush pr mentioned in the original comment is replaced by a stand-alone project @ https://github.com/gavine99/uppush_notifications which bridges the notifications and uppush apps to route notifications via unified push.
same end result, better implementation :)
@gavine99 congrats on that the server PR merged, am i correct to assume that a potential release of the server app is waiting on #2277?
@Fuseteam thanks. and, yes, waiting on https://github.com/nextcloud/notifications/pull/2277 but its a bit more complicated and might need the maintainer to review in more depth.
@Fuseteam fyi, looks like i need to explore other ways to achieve the outcome for https://github.com/nextcloud/notifications/pull/2277 - see https://github.com/nextcloud/notifications/pull/2277#pullrequestreview-2741161710
yes i'm following #2277 thanks for the heads up tho