]> source.dussan.org Git - nextcloud-server.git/commit
add archive library and a storage provider on top of the archive library
authorRobin Appelman <icewind@owncloud.com>
Fri, 2 Mar 2012 23:57:03 +0000 (00:57 +0100)
committerRobin Appelman <icewind@owncloud.com>
Fri, 2 Mar 2012 23:57:52 +0000 (00:57 +0100)
commit042878a5a90d95ed49fcbdba4ea710ea545b61cc
treea53866e09a37621db66f148474ac26ecdb0f5af2
parentc609b3084166c08249a68796d0a2d5941ac0c8e7
add archive library and a storage provider on top of the archive library

only zip backend is implemented atm
apps/files_archive/appinfo/app.php [new file with mode: 0644]
apps/files_archive/appinfo/info.xml [new file with mode: 0644]
apps/files_archive/lib/archive.php [new file with mode: 0644]
apps/files_archive/lib/storage.php [new file with mode: 0644]
apps/files_archive/lib/zip.php [new file with mode: 0644]
apps/files_archive/tests/archive.php [new file with mode: 0644]
apps/files_archive/tests/storage.php [new file with mode: 0644]
apps/files_archive/tests/zip.php [new file with mode: 0644]