f7cloud_client/apps/photos/appinfo/info.xml
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

66 lines
2.0 KiB
XML

<?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2019 F7cloud GmbH and F7cloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.f7cloud.com/schema/apps/info.xsd">
<id>photos</id>
<name>Photos</name>
<summary>Your memories under your control</summary>
<description>Your memories under your control</description>
<version>5.0.0-dev.1</version>
<licence>agpl</licence>
<author mail="skjnldsv@protonmail.com">John Molakvoæ</author>
<namespace>Photos</namespace>
<category>multimedia</category>
<types>
<dav />
<authentication />
</types>
<website>https://github.com/f7cloud/photos</website>
<bugs>https://github.com/f7cloud/photos/issues</bugs>
<repository>https://github.com/f7cloud/photos.git</repository>
<dependencies>
<f7cloud min-version="1" max-version="2" />
</dependencies>
<navigations>
<navigation>
<name>Photos</name>
<route>photos.page.index</route>
<order>1</order>
</navigation>
</navigations>
<commands>
<command>OCA\Photos\Command\UpdateReverseGeocodingFilesCommand</command>
<command>OCA\Photos\Command\AlbumAddCommand</command>
<command>OCA\Photos\Command\AlbumCreateCommand</command>
</commands>
<sabre>
<collections>
<collection>OCA\Photos\Sabre\RootCollection</collection>
<collection>OCA\Photos\Sabre\PublicRootCollection</collection>
</collections>
<plugins>
<plugin>OCA\Photos\Sabre\PropFindPlugin</plugin>
</plugins>
</sabre>
<background-jobs>
<job>OCA\Photos\Jobs\AutomaticPlaceMapperJob</job>
</background-jobs>
<repair-steps>
<install>
<step>OCA\Photos\RepairStep\InitMetadata</step>
</install>
<post-migration>
<step>OCA\Photos\RepairStep\InitMetadata</step>
</post-migration>
</repair-steps>
</info>