summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/appinfo/info.xml
blob: ce2e2286be36c023f942ffa63eb806936ced63ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<info>
    <id>federatedfilesharing</id>
    <name>Federated file sharing</name>
    <description>Provide federated file sharing across servers</description>
    <licence>AGPL</licence>
    <author>Bjoern Schiessle</author>
    <author>Roeland Jago Douma</author>
    <version>1.3.1</version>
    <namespace>FederatedFileSharing</namespace>
    <category>other</category>
    <dependencies>
        <nextcloud min-version="13" max-version="13" />
    </dependencies>
    <settings>
        <admin>OCA\FederatedFileSharing\Settings\Admin</admin>
        <personal>OCA\FederatedFileSharing\Settings\Personal</personal>
        <personal-section>OCA\FederatedFileSharing\Settings\PersonalSection</personal-section>
    </settings>
</info>