🔔 Notifications app for Nextcloud
Перейти к файлу
Nextcloud bot f59206e671
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2021-10-13 02:56:52 +00:00
.github Fix maria db tests 2021-08-20 09:29:33 +02:00
.tx Fix tx config 2018-02-12 23:05:13 +01:00
appinfo Add a background job to create entries for new users and existing users on updates 2021-10-11 16:03:32 +02:00
css Allow to open links in new tab 2021-09-14 05:37:10 +00:00
docs Fix the admin notification API 2021-04-15 11:15:14 +02:00
img Increase size of icon bubble for more visibility 2019-06-29 03:32:46 +02:00
js Fix wording and sorting in the settings section 2021-10-11 16:03:33 +02:00
l10n [tx-robot] updated from transifex 2021-10-13 02:56:52 +00:00
lib Fix review comments 2021-10-11 16:03:33 +02:00
src Fix wording and sorting in the settings section 2021-10-11 16:03:33 +02:00
templates/settings Sending unseen notifications as email periodically. Includes a new user settings page for notifications to configure this option. 2021-10-11 16:03:31 +02:00
tests Sending unseen notifications as email periodically. Includes a new user settings page for notifications to configure this option. 2021-10-11 16:03:31 +02:00
.eslintignore Add nextcloud eslint 2020-03-04 10:44:03 +01:00
.eslintrc.js Extend the correct config 2020-04-03 10:48:35 +02:00
.gitattributes Ignore compiled JS in diff 2019-03-18 11:12:52 +01:00
.gitignore PHP CS fix 2020-09-10 09:42:24 +02:00
.l10nignore Update .l10nignore 2020-09-10 14:40:07 +02:00
.php_cs.dist Fix CS linting 2021-10-11 16:03:32 +02:00
COPYING Add the OCP\Notification\IApp 2015-09-01 13:44:31 +02:00
Makefile Compile assets 2021-04-16 09:35:06 +02:00
README.md Readme: correct link for comments app 2019-03-28 18:19:51 +01:00
babel.config.js Move to latest webpack-vue-config and global babel config 2021-04-15 14:54:14 +02:00
composer.json Update baseline and switch to vimeo/psalm 2021-03-29 12:28:12 +02:00
composer.lock Update baseline and switch to vimeo/psalm 2021-03-29 12:28:12 +02:00
package-lock.json Bump @nextcloud/browserslist-config from 2.1.0 to 2.2.0 2021-10-02 01:01:14 +00:00
package.json Bump @nextcloud/browserslist-config from 2.1.0 to 2.2.0 2021-10-02 01:01:14 +00:00
psalm.xml Add pslam 2021-01-07 14:01:45 +01:00
stylelint.config.js Use node 14 and npm7 2021-06-21 08:58:55 +02:00
webpack.js Fix eslinting and minor API things 2021-10-11 16:03:31 +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:

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.