-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49044 from nextcloud/backport/48912/stable30
- Loading branch information
Showing
7 changed files
with
97 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"id": "notifications", | ||
"name": "Notifications", | ||
"description": "A single screenshot should be an array", | ||
"version": "1.0.0", | ||
"licence": "agpl", | ||
"author": [ | ||
"Joas Schilling" | ||
], | ||
"dependencies": { | ||
"nextcloud": { | ||
"@attributes": { | ||
"min-version": "16", | ||
"max-version": "16" | ||
} | ||
}, | ||
"backend": [] | ||
}, | ||
"screenshot": [ | ||
"https://raw.githubusercontent.com/nextcloud/notifications/refs/heads/master/docs/screenshot.png" | ||
], | ||
"category": [ | ||
"monitoring" | ||
], | ||
"info": [], | ||
"background-jobs": [], | ||
"activity": { | ||
"filters": [], | ||
"settings": [], | ||
"providers": [] | ||
}, | ||
"commands": [], | ||
"remote": [], | ||
"public": [], | ||
"repair-steps": { | ||
"install": [], | ||
"pre-migration": [], | ||
"post-migration": [], | ||
"live-migration": [], | ||
"uninstall": [] | ||
}, | ||
"settings": { | ||
"admin": [], | ||
"admin-section": [], | ||
"personal": [], | ||
"personal-section": [] | ||
}, | ||
"two-factor-providers": [], | ||
"types": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors | ||
SPDX-License-Identifier: AGPL-3.0-or-later |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0"?> | ||
<!-- | ||
- SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors | ||
- SPDX-License-Identifier: AGPL-3.0-or-later | ||
--> | ||
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> | ||
<id>notifications</id> | ||
<name>Notifications</name> | ||
<description>A single screenshot should be an array</description> | ||
<version>1.0.0</version> | ||
<licence>agpl</licence> | ||
<author>Joas Schilling</author> | ||
|
||
<category>monitoring</category> | ||
|
||
<screenshot>https://raw.githubusercontent.com/nextcloud/notifications/refs/heads/master/docs/screenshot.png</screenshot> | ||
|
||
<dependencies> | ||
<nextcloud min-version="16" max-version="16"/> | ||
</dependencies> | ||
</info> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters