🔔 Notifications app for Nextcloud
Перейти к файлу
Joas Schilling e80405d97b
Merge admin notifications app
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-02-16 12:51:10 +01:00
.tx Fix tx config 2018-02-12 23:05:13 +01:00
appinfo Merge admin notifications app 2018-02-16 12:51:10 +01:00
css Add a "Dismiss all notifications" button at the end 2018-02-02 14:04:38 +01:00
docs Merge admin notifications app 2018-02-16 12:51:10 +01:00
img Migrate CSS to SCSS 2018-01-29 16:26:58 +01:00
js-src Add a "Dismiss all notifications" button at the end 2018-02-02 14:04:38 +01:00
l10n [tx-robot] updated from transifex 2018-02-15 01:30:10 +00:00
lib Merge admin notifications app 2018-02-16 12:51:10 +01:00
tests Merge admin notifications app 2018-02-16 12:51:10 +01:00
.drone.yml Update syntax to drone 0.8 2017-08-09 11:15:54 +02:00
.gitignore Makefile 2018-01-24 09:20:48 +01:00
.scrutinizer.yml PSR-4 for the Notifications app 2016-05-03 08:55:18 +02:00
.travis.yml Update master php testing versions 2018-01-12 11:55:42 +01: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
Makefile Move transifex config for updated l10n script 2018-02-12 17:50:04 +01:00
README.md Update README.md with information 2018-01-24 11:13:21 +01:00
issue_template.md Update issue_template.md 2017-04-05 10:57:40 +02:00
package-lock.json Commit package-lock.json 2018-01-26 14:42:46 +01:00
package.json Less dependencies 2018-01-26 14:29:53 +01: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:

Screenshot

Screenshot of the notification icon and dropdown

Developers

Build the notifications app

To set up this app for development, you need to run make dev-setup from within the app´s root folder. If anytime later you need to rebuild the javascript files the quicker make build-js is enough.

Creating notifications for your app

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.