summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/appinfo
diff options
context:
space:
mode:
authorSam Tuke <samtuke@owncloud.com>2013-04-16 18:29:22 +0200
committerSam Tuke <samtuke@owncloud.com>2013-04-16 18:29:22 +0200
commitf89a3604aabbd36f05789db46b6108f0f41f52b1 (patch)
tree4cd1592b3d09e9091694a5a59e22fa15b27f8c58 /apps/files_encryption/appinfo
parent770dcbf663c31c912b88b280121b21ec7ea4be8e (diff)
downloadnextcloud-server-f89a3604aabbd36f05789db46b6108f0f41f52b1.tar.gz
nextcloud-server-f89a3604aabbd36f05789db46b6108f0f41f52b1.zip
Working on stream{} writing
Development snapshot
Diffstat (limited to 'apps/files_encryption/appinfo')
-rw-r--r--apps/files_encryption/appinfo/spec.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/files_encryption/appinfo/spec.txt b/apps/files_encryption/appinfo/spec.txt
index a1846ca47ff..4a7b3fc6ade 100644
--- a/apps/files_encryption/appinfo/spec.txt
+++ b/apps/files_encryption/appinfo/spec.txt
@@ -70,4 +70,8 @@ Notes
is handled in the login hook listener. Therefore each time the user logs in
their files are scanned to detect unencrypted and legacy encrypted files, and
they are (re)encrypted as necessary. This may present a performance issue; we
- need to monitor this. \ No newline at end of file
+ need to monitor this.
+- When files are saved to ownCloud via WebDAV, a .part file extension is used so
+ that the file isn't cached before the upload has been completed. .part files
+ are not compatible with files_encrytion's key management system however, so
+ we have to always sanitise such paths manually before using them. \ No newline at end of file