-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathinfo.xml
More file actions
63 lines (58 loc) · 2.91 KB
/
info.xml
File metadata and controls
63 lines (58 loc) · 2.91 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2022-2025 Jankari Tech Pvt. Ltd.
- SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
- SPDX-FileCopyrightText: 2023 OpenProject GmbH
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<info>
<id>integration_openproject</id>
<name>OpenProject Integration</name>
<summary>Link Nextcloud files to OpenProject work packages</summary>
<description>
< for administrators and [the user guide](https://www.openproject.org/docs/user-guide/nextcloud-integration/).
]]>
</description>
<version>3.0.0</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>OpenProject</namespace>
<documentation>
<user>https://openproject.org/docs/user-guide/nextcloud-integration/</user>
<admin>https://openproject.org/docs/system-admin-guide/integrations/nextcloud/</admin>
<developer>https://github.com/nextcloud/integration_openproject</developer>
</documentation>
<category>integration</category>
<category>dashboard</category>
<website>https://github.com/nextcloud/integration_openproject</website>
<bugs>https://community.openproject.org/projects/nextcloud-integration/work_packages</bugs>
<screenshot>https://github.com/nextcloud/integration_openproject/raw/master/img/screenshot1.png</screenshot>
<screenshot>https://github.com/nextcloud/integration_openproject/raw/master/img/screenshot2.png</screenshot>
<dependencies>
<nextcloud min-version="33" max-version="33" />
</dependencies>
<background-jobs>
<job>OCA\OpenProject\BackgroundJob\RemoveExpiredDirectUploadTokens</job>
</background-jobs>
<settings>
<admin>OCA\OpenProject\Settings\Admin</admin>
<admin-section>OCA\OpenProject\Settings\AdminSection</admin-section>
<personal>OCA\OpenProject\Settings\Personal</personal>
<personal-section>OCA\OpenProject\Settings\PersonalSection</personal-section>
</settings>
</info>