nextcloud/apps/files_sharing/appinfo/info.xml

22 lines
1.1 KiB
XML
Raw Normal View History

2011-06-12 00:14:24 +04:00
<?xml version="1.0"?>
<info>
<id>files_sharing</id>
<name>Share Files</name>
<description>
This application enables users to share files within ownCloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within ownCloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of ownCloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.
Turning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the ownCloud Documentation.
</description>
2011-06-12 00:14:24 +04:00
<licence>AGPL</licence>
<author>Michael Gapczynski, Bjoern Schiessle</author>
<requiremin>4.93</requiremin>
<shipped>true</shipped>
<default_enable/>
<types>
<filesystem/>
</types>
<public>
2012-08-28 19:12:18 +04:00
<files>public.php</files>
</public>
</info>