Simounet / notifications

:bell: Notifications app for Nextcloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

:bell: Notifications app for Nextcloud

License:GNU Affero General Public License v3.0


Languages

Language:PHP 69.6%Language:JavaScript 17.7%Language:Vue 6.1%Language:Gherkin 4.4%Language:CSS 1.1%Language:Makefile 0.5%Language:Shell 0.4%Language:HTML 0.2%