Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 140167a40780a539faa260b605fc811c999727fe (plain)
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
<?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>2.2.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="26" max-version="26" />
    </dependencies>
    <navigations>
        <navigation>
            <name>Photos</name>
            <route>photos.page.index</route>
            <order>1</order>
        </navigation>
    </navigations>

    <sabre>
        <collections>
            <collection>OCA\Photos\Sabre\RootCollection</collection>
            <collection>OCA\Photos\Sabre\PublicRootCollection</collection>
        </collections>
        <plugins>
            <plugin>OCA\Photos\Sabre\Album\PropFindPlugin</plugin>
        </plugins>
    </sabre>
</info>