-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathinfo.xml
More file actions
37 lines (37 loc) 路 1.68 KB
/
Copy pathinfo.xml
File metadata and controls
37 lines (37 loc) 路 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<info>
<id>integration_github</id>
<name>GitHub integration</name>
<summary>Integration of GitHub software development management service</summary>
<description><![CDATA[GitHub integration provides a dashboard widget displaying your most important notifications
and a unified search provider for repositories, issues and pull requests. It also provides a link reference provider
to render links to issues, pull requests and comments in Talk and Text.]]></description>
<version>3.2.0</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>Github</namespace>
<documentation>
<developer>https://github.com/nextcloud/integration_github</developer>
</documentation>
<category>integration</category>
<category>dashboard</category>
<website>https://github.com/nextcloud/integration_github</website>
<bugs>https://github.com/nextcloud/integration_github/issues</bugs>
<screenshot>https://github.com/nextcloud/integration_github/raw/main/img/screenshot1.jpg</screenshot>
<dependencies>
<nextcloud min-version="29" max-version="32"/>
</dependencies>
<background-jobs>
<job>OCA\Github\BackgroundJob\CheckGithubNotificationsJob</job>
</background-jobs>
<settings>
<admin>OCA\Github\Settings\Admin</admin>
<admin-section>OCA\Github\Settings\AdminSection</admin-section>
<personal>OCA\Github\Settings\Personal</personal>
<personal-section>OCA\Github\Settings\PersonalSection</personal-section>
</settings>
</info>