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

info.xml « appinfo « federatedfilesharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 027e62ed18311d10d8376c1b6da724d11d9e4665 (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
<?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>federatedfilesharing</id>
    <name>Federated file sharing</name>
    <summary>Provide federated file sharing across servers</summary>
    <description>Provide federated file sharing across servers</description>
    <version>1.4.0</version>
    <licence>agpl</licence>
    <author>Bjoern Schiessle</author>
    <author>Roeland Jago Douma</author>
    <namespace>FederatedFileSharing</namespace>
    <category>files</category>
    <category>social</category>
    <bugs>https://github.com/nextcloud/server/issues</bugs>

    <dependencies>
        <nextcloud min-version="14" max-version="14" />
    </dependencies>

    <settings>
        <admin>OCA\FederatedFileSharing\Settings\Admin</admin>
        <personal>OCA\FederatedFileSharing\Settings\Personal</personal>
        <personal-section>OCA\FederatedFileSharing\Settings\PersonalSection</personal-section>
    </settings>
</info>