Stars: 102
Forks: 57
Pull Requests: 1447
Issues: 200
Watchers: 13
Last Updated: 2023-09-17 02:29:37
:bell: Notifications app for Nextcloud
License: GNU Affero General Public License v3.0
Languages: PHP, JavaScript, Shell, Gherkin, Makefile, Vue, SCSS
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:
git clone https://github.com/nextcloud/notifications.git
Enable the app (Log in as the admin into your nextcloud, go to "+ Apps" and search for the "notifications" app to enable it).
When you modified the code make sure to execute make dev-setup
from within the app´s root folder to install develop dependencies and afterwards build the javascript with make build-js-production
.
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.