-
Notifications
You must be signed in to change notification settings - Fork 668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sending User Asynchronous Notifications from the Admin #3733
Comments
FYI @nickvergessen |
The server side will/can be done with https://github.com/owncloud/notifications and https://github.com/nickv-oc/announcementcenter |
Is there any documentation of the API? |
This is currently on hold, until the activity API is settled, ref owncloud/activity#405 . Notifications will mostlikly use a similar mechanism. |
The docs for the OCS API endpoint for 9.0 are now done and settled: Master branch of the notifications app already gives that output. |
Affected by owncloud/core#22786 |
As interaction is required, the notifications are displayed in a separate widget above the server activity list. Note that design and also where we display the notifications can still be discussed and changed.
As interaction is required, the notifications are displayed in a separate widget above the server activity list. Note that design and also where we display the notifications can still be discussed and changed.
pull request #4567 was merged. @carlaschroder we need documentation about that, just as a reminder. I will provide input in the wiki. |
Works in OS X (10.11). Version 2.2.0-nightly20160408 (build 3250) Not sure if checking this on mobile has been done before, has it @jesmrec ? |
Notifications from experimental app 'announcements' are not being shown by the desktop client (both windows & mac). @dragotin are this expected to appear? |
Well it worked for me when I tested it two days ago |
Ok, sorry, notifications appeared after a while in mac os, in windows it need a restart. But activity app was required to read those notifications. Filed here: #4651 |
Yes, the notifications from the announcements app need to show up. Probably they did not for you because activities were disabled. I need to address that. |
Thanks @dragotin. |
Testing on linux: Works! I got a tray message about a new remote share, but when I opened owncloud I had to manually navigate to Activity/Server Activity. If I hadn't known where to find it, I might have been confused. I couldn't get the announcement center notifications to work server-side, unfortunately. |
##Notifications Hi hi:
OSX: Client OS: OS X El capitán 10.11.4 OSW: Client OS: W81 Client OS: Ubuntu 14.04 LTE |
Notifications
As an admin, I want to be able to send notifications from the server to any owncloud client (desktop, client, mobile) so that I can send messages, and receive confirmation, from users of the ownCloud system
Note: this has several parts: desktop, server, web and mobile
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: