🔔 Notifications app for Nextcloud
Перейти к файлу
Nextcloud bot 43bcdafe28
[tx-robot] updated from transifex
2018-12-19 01:31:31 +00:00
.github Move github files to .github/ directory 2018-02-20 11:16:27 +01:00
.tx Fix tx config 2018-02-12 23:05:13 +01:00
appinfo Update version on master 2018-11-23 11:20:52 +01:00
css Add icon to empty content message 2018-11-28 19:04:57 +01:00
docs Add the notification ID to the push to allow getting more details 2018-08-06 14:50:25 +02:00
img Add a white icon for red based themes 2018-08-27 16:23:06 +02:00
js Compile js 2018-12-12 13:31:57 +01:00
l10n [tx-robot] updated from transifex 2018-12-19 01:31:31 +00:00
lib Fix "Argument 1 passed to OC\Authentication\Token\Manager::getTokenById() must be of the type integer, null given" 2018-08-08 12:11:33 +02:00
src Add icon to empty content message 2018-11-28 19:04:57 +01:00
tests Add vue build test 2018-09-10 12:14:41 +02:00
.babelrc.js Update config and babel for ie11 2018-09-10 11:52:37 +02:00
.drone.yml Add vue build test 2018-09-10 12:14:41 +02:00
.gitignore COmmit the production js for the build maschine 2018-08-01 16:57:10 +02:00
.l10nignore Add .l10nignore files for compiled assets 2018-10-19 10:35:03 +02:00
.scrutinizer.yml PSR-4 for the Notifications app 2016-05-03 08:55:18 +02:00
.travis.yml Update version on master 2018-11-23 11:20:52 +01:00
COPYING Add the OCP\Notification\IApp 2015-09-01 13:44:31 +02:00
Makefile Add .l10nignore files for compiled assets 2018-10-19 10:35:03 +02:00
README.md Update README.md with information 2018-01-24 11:13:21 +01:00
package-lock.json Compile js 2018-12-12 13:31:57 +01:00
package.json Compile js 2018-12-12 13:31:57 +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.