https://github.com/owncloud/notifications
🔔 Notifications app for ownCloud
https://github.com/owncloud/notifications
owncloud-app
Last synced: 9 months ago
JSON representation
🔔 Notifications app for ownCloud
- Host: GitHub
- URL: https://github.com/owncloud/notifications
- Owner: owncloud
- License: agpl-3.0
- Created: 2015-09-01T08:51:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-05-04T00:05:08.000Z (about 2 years ago)
- Last Synced: 2025-06-27T21:13:47.242Z (12 months ago)
- Topics: owncloud-app
- Language: PHP
- Homepage:
- Size: 948 KB
- Stars: 11
- Watchers: 53
- Forks: 12
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
README
# Notifications
Notification backend and UI for the notification panel/icon.
Used for notifications of other apps ([announcementcenter](https://github.com/owncloud/announcementcenter), [federatedfilesharing](https://github.com/owncloud/core/tree/master/apps/federatedfilesharing) etc.)
## QA metrics on master branch:
[](https://drone.owncloud.com/owncloud/notifications)
[](https://sonarcloud.io/dashboard?id=owncloud_notifications)
[](https://sonarcloud.io/dashboard?id=owncloud_notifications)
[](https://sonarcloud.io/dashboard?id=owncloud_notifications)
## Screenshots
### No notifications (Sample)
**Note:**
In ownCloud 8.2 the app hides itself, when there is no app registered,
that creates notifications. In this case the bell and the dropdown are not
accessible.

### New notifications (Sample)

## Notification workflow
For information how to make your app interact with the notifications app, see
[Sending and processing/"mark as read" notifications as an ownCloud App](https://github.com/owncloud/notifications/blob/master/docs/notification-workflow.md)
in the wiki.
If you want to present notifications as a client, see [Reading and deleting notifications as an ownCloud Client](https://github.com/owncloud/notifications/blob/master/docs/ocs-endpoint-v1.md).