152ee6e75a
Signed-off-by: Joas Schilling <coding@schilljs.com> |
||
---|---|---|
.github | ||
.tx | ||
appinfo | ||
css | ||
docs | ||
img | ||
js | ||
l10n | ||
lib | ||
src | ||
templates/settings | ||
tests | ||
.eslintignore | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.l10nignore | ||
.php_cs.dist | ||
COPYING | ||
Makefile | ||
README.md | ||
babel.config.js | ||
composer.json | ||
composer.lock | ||
package-lock.json | ||
package.json | ||
psalm.xml | ||
stylelint.config.js | ||
webpack.js |
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:
- 📬 Federated file sharing: You received a new remote share
- 📑 Comments: Another user mentioned you in a comment on a file
- 🚢 Update notification: Available update for an app or nextcloud itself
- 📣 Announcement center: An announcement was posted by an admin
Screenshot
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.