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

info.xml « appinfo « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f39a861f213009719b43cde6a87e182eadc5cd50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<info>
	<id>files_sharing</id>
	<name>Share Files</name>
	<description>
		This application enables users to share files. 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. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of the instance. 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 documentation.

	</description>
	<licence>AGPL</licence>
	<author>Michael Gapczynski, Bjoern Schiessle</author>
	<default_enable/>
	<version>0.9.1</version>
	<types>
		<filesystem/>
	</types>
	<dependencies>
		<owncloud min-version="9.0" max-version="9.0" />
	</dependencies>
	<public>
		<files>public.php</files>
	</public>
</info>