No description
Find a file
github-actions[bot] 67f6d87a5d
Merge pull request #2788 from nextcloud/dependabot/composer/vendor-bin/rector/rector/rector-2.3.6
build(deps-dev): Bump rector/rector from 2.3.5 to 2.3.6 in /vendor-bin/rector
2026-02-07 04:35:29 +00:00
.github
.tx
appinfo
css
docs
img
js
l10n fix(l10n): Update translations from Transifex 2026-02-06 01:55:39 +00:00
lib ci(cs): Auto fix CS 2026-02-06 08:31:49 +01:00
LICENSES
src
templates/settings
tests fix: replace FakeUser with getExistingUser 2026-02-05 16:13:21 +01:00
vendor-bin build(deps-dev): Bump rector/rector in /vendor-bin/rector 2026-02-07 02:04:26 +00:00
.gitattributes
.gitignore
.l10nignore
.php-cs-fixer.dist.php
AUTHORS.md
composer.json build(deps-dev): Bump bamarni/composer-bin-plugin from 1.8.3 to 1.9.0 2026-01-31 02:03:59 +00:00
composer.lock build(deps-dev): Bump bamarni/composer-bin-plugin from 1.9.0 to 1.9.1 2026-02-07 02:04:12 +00:00
COPYING
eslint.config.mjs
Makefile
openapi-administration.json
openapi-full.json
openapi-push.json
openapi.json
package-lock.json build(deps-dev): Bump @nextcloud/stylelint-config from 3.2.0 to 3.2.1 2026-02-07 02:04:47 +00:00
package.json build(deps-dev): Bump @nextcloud/stylelint-config from 3.2.0 to 3.2.1 2026-02-07 02:04:47 +00:00
psalm.xml
README.md
rector.php
REUSE.toml
stylelint.config.js
vite.config.mjs

Notifications

REUSE status

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

Install and enable the notifications app

  • Clone this app into the "apps" folder of your nextcloud instance.
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.

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.