From fbce34a828176c3d5e96fafd5dc36da01fb32bc0 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 16 Jan 2015 15:20:50 +0100 Subject: [PATCH] mark as shipped --- appinfo/info.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/appinfo/info.xml b/appinfo/info.xml index 71e6d70..7cc0193 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,6 +7,7 @@ This application enables ownCloud to lock files while reading or writing to and from backend storage. The purpose of the app is to avoid file corruption during normal operation. Operating at a very low level in the ownCloud app, this application requests and respects file system locks. For example, when ownCloud is writing an uploaded file to the server, ownCloud requests a write lock. If the underlying storage supports locking, ownCloud will request and maintain an exclusive write lock for the duration of this write operation. When completed, ownCloud will then release the lock through the file system. If the file system does not support locking, there is no need to enable this application as any lock requested by ownCloud will not be honored in the underlying file system. More information is available in the File Locking documentation. + true AGPL Manuel Delgado, Bart Visscher, thinksilicon.de 6