|
| 1 | +<?xml version="1.0"?> |
| 2 | +<!-- |
| 3 | + - SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors |
| 4 | + - SPDX-License-Identifier: AGPL-3.0-or-later |
| 5 | +--> |
| 6 | +<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 7 | + xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> |
| 8 | + <id>attributes_once</id> |
| 9 | + <name lang="en">Attributes Once</name> |
| 10 | + <summary lang="en">Single occurrence with attributes set on allowed elements.</summary> |
| 11 | + <description lang="en">Fixture that sets attributes where allowed (e.g., lang, type, min-version, for).</description> |
| 12 | + <version>1.2.3</version> |
| 13 | + <licence>agpl</licence> |
| 14 | + <author homepage="http://example.com" mail="jane@example.com">Jane Doe</author> |
| 15 | + <types> |
| 16 | + <filesystem/> |
| 17 | + </types> |
| 18 | + <documentation> |
| 19 | + <user>https://example.test/attributes-once/user</user> |
| 20 | + </documentation> |
| 21 | + <category>tools</category> |
| 22 | + <website>https://example.test/attributes-once</website> |
| 23 | + <bugs>https://example.com/issues</bugs> |
| 24 | + <repository type="git">https://example.test/attributes-once.git</repository> |
| 25 | + <screenshot small-thumbnail="https://example.test/attributes-once-small.png">https://example.test/attributes-once.png</screenshot> |
| 26 | + <dependencies> |
| 27 | + <php min-version="8.2"/> |
| 28 | + <database min-version="2.0">pgsql</database> |
| 29 | + <lib min-version="1.5">curl</lib> |
| 30 | + <owncloud min-version="1.0" max-version="2.0"/> |
| 31 | + <nextcloud min-version="30.0" max-version="31.0"/> |
| 32 | + <backend>caldav</backend> |
| 33 | + </dependencies> |
| 34 | + <background-jobs> |
| 35 | + <job>OCA\AttributesOnce\BackgroundJob\Job</job> |
| 36 | + </background-jobs> |
| 37 | + <repair-steps> |
| 38 | + <install> |
| 39 | + <step>OCA\AttributesOnce\RepairStep\Install</step> |
| 40 | + </install> |
| 41 | + </repair-steps> |
| 42 | + <commands> |
| 43 | + <command>OCA\AttributesOnce\Command\Run</command> |
| 44 | + </commands> |
| 45 | + <settings> |
| 46 | + <admin>OCA\AttributesOnce\Settings\Admin</admin> |
| 47 | + </settings> |
| 48 | + <activity> |
| 49 | + <providers> |
| 50 | + <provider>OCA\AttributesOnce\Activity\Provider</provider> |
| 51 | + </providers> |
| 52 | + </activity> |
| 53 | + <navigations> |
| 54 | + <navigation role="admin"> |
| 55 | + <name>Attributes</name> |
| 56 | + <route>attributes.once.route</route> |
| 57 | + <icon>attributes-once.svg</icon> |
| 58 | + <order>5</order> |
| 59 | + </navigation> |
| 60 | + </navigations> |
| 61 | + <collaboration> |
| 62 | + <plugins> |
| 63 | + <plugin type="collaborator-search">OCA\AttributesOnce\Collaboration\Plugin</plugin> |
| 64 | + </plugins> |
| 65 | + </collaboration> |
| 66 | + <sabre> |
| 67 | + <plugins> |
| 68 | + <plugin>OCA\AttributesOnce\Sabre\Plugin</plugin> |
| 69 | + </plugins> |
| 70 | + </sabre> |
| 71 | + <trash> |
| 72 | + <backend for="files">OCA\AttributesOnce\Trash\Backend</backend> |
| 73 | + </trash> |
| 74 | + <versions> |
| 75 | + <backend for="files">OCA\AttributesOnce\Versions\Backend</backend> |
| 76 | + </versions> |
| 77 | +</info> |
0 commit comments