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: c543b8f1818ed9dea6b866b4b354b8aadf6f407e (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
<?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>1.7.1</version>
    <licence>agpl</licence>
	<author mail="skjnldsv@protonmail.com">John Molakvoæ</author>
    <namespace>Photos</namespace>
    <category>multimedia</category>
	<types>
		<dav/>
	</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="25" max-version="25" />
    </dependencies>
    <navigations>
        <navigation>
            <name>Photos</name>
            <route>photos.page.index</route>
            <order>1</order>
        </navigation>
    </navigations>

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