photos/appinfo/info.xml

63 lines
2.0 KiB
XML

<?xml version="1.0"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.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>3.0.0</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/nextcloud/photos</website>
<bugs>https://github.com/nextcloud/photos/issues</bugs>
<repository>https://github.com/nextcloud/photos.git</repository>
<default_enable />
<dependencies>
<nextcloud min-version="30" max-version="30" />
</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>