]> source.dussan.org Git - nextcloud-server.git/commit
move all the files stuff into a files class
authorFrank Karlitschek <frank@owncloud.org>
Wed, 2 May 2012 10:54:31 +0000 (12:54 +0200)
committerFrank Karlitschek <frank@owncloud.org>
Wed, 2 May 2012 10:54:31 +0000 (12:54 +0200)
commit8c7f8546716ac77cdeaa134caf9fae22232ce213
tree80c98f5aaf0274e5c38c3d55af9400a720552745
parentf1830866a3f20e50c3d409d3cdd508a98fc56377
move all the files stuff into a files class
18 files changed:
apps/files/ajax/upload.php
apps/files_archive/lib/storage.php
apps/files_archive/lib/tar.php
apps/files_archive/lib/zip.php
apps/files_archive/tests/archive.php
apps/files_archive/tests/storage.php
apps/files_archive/tests/tar.php
apps/files_archive/tests/zip.php
apps/files_encryption/lib/proxy.php
apps/files_encryption/tests/encryption.php
apps/files_encryption/tests/stream.php
apps/files_external/lib/ftp.php
apps/files_external/lib/google.php
apps/files_external/lib/swift.php
apps/files_external/lib/webdav.php
apps/files_external/tests/ftp.php
lib/public/files.php [new file with mode: 0644]
lib/public/util.php