aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/appinfo/info.xml
blob: ac5e3f45e95a3ce596f5b5ae061c534e9bcb4c33 (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.4.0</version>
    <namespace>FederatedFileSharing</namespace>
    <category>other</category>
    <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>