🔔 Notifications app for Nextcloud
Перейти к файлу
Nextcloud bot c77d485007
[tx-robot] updated from transifex
2017-11-11 01:26:42 +00:00
appinfo Update version on master 2017-05-22 12:38:00 +02:00
css Allow to expand the message on click... 2017-08-02 10:25:59 +02:00
docs Update notification-workflow.md 2017-05-12 13:46:55 +02:00
img Remove old screenshots 2016-12-01 14:29:16 +01:00
js Resort the list by timestamp after adding new items on the fly 2017-09-04 12:57:28 +02:00
l10n [tx-robot] updated from transifex 2017-11-11 01:26:42 +00:00
lib Make the subject of push notifications decryptable 2017-10-23 16:53:54 +02:00
tests Merge pull request #59 from nextcloud/push-notification 2017-04-24 15:07:34 +02:00
.drone.yml Update syntax to drone 0.8 2017-08-09 11:15:54 +02:00
.gitignore PSR-4 for the Notifications app 2016-05-03 08:55:18 +02:00
.scrutinizer.yml PSR-4 for the Notifications app 2016-05-03 08:55:18 +02:00
.travis.yml Test the app against oracle 2017-06-13 15:55:01 +02:00
CONTRIBUTING.md Adjust the repository URLs 2016-07-01 12:31:05 +02:00
COPYING Add the OCP\Notification\IApp 2015-09-01 13:44:31 +02:00
README.md Fix an nextcloud typo 2016-12-02 12:58:42 +01:00
issue_template.md Update issue_template.md 2017-04-05 10:57:40 +02:00

README.md

Notifications

This app provides a backend and frontend for the notification API available in Nextcloud. The API is used by other apps to notify users in the web UI and sync clients about various things. Some examples are:

QA metrics on master branch:

Build Status Scrutinizer Code Quality Code Coverage

Screenshot

Screenshot of the notification icon and dropdown

Note: The 🔔 icon is hidden, when the user has no notifications.

Notification workflow

For information how to make your app interact with the notifications app, see Sending and processing/"mark as read" notifications as a Nextcloud App in the wiki.

If you want to present notifications as a client, see Reading and deleting notifications as an Nextcloud Client.