diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-07-27 19:02:23 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-07-27 19:35:33 +0200 |
commit | 896d27de36dd26515f30fa3b0748c9c6089600af (patch) | |
tree | 93aab8d29799875faf98f244ddcca77155e0012b /apps/files/appinfo/info.xml | |
parent | 1ea33ff36bf70ee2099f8d225f488dc220e3bcff (diff) | |
download | nextcloud-server-896d27de36dd26515f30fa3b0748c9c6089600af.tar.gz nextcloud-server-896d27de36dd26515f30fa3b0748c9c6089600af.zip |
Chunked upload: Support reusing local chunks
Diffstat (limited to 'apps/files/appinfo/info.xml')
-rw-r--r-- | apps/files/appinfo/info.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml index 105df092ce5..e58f83c5a01 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -15,5 +15,6 @@ <remote> <files>appinfo/remote.php</files> <webdav>appinfo/remote.php</webdav> + <filesync>appinfo/filesync.php</filesync> </remote> </info> |