]> source.dussan.org Git - nextcloud-server.git/commit
Move streamwrappers to seperate files and put them in a namespace
authorRobin Appelman <icewind@owncloud.com>
Mon, 28 Jan 2013 14:34:15 +0000 (15:34 +0100)
committerRobin Appelman <icewind@owncloud.com>
Mon, 28 Jan 2013 14:34:15 +0000 (15:34 +0100)
commitc9c919da5738f963247307ca3878e06beff87ade
tree6b4a0c381fef34589559634555a653a57821002d
parentbca5ce724e4fcecfe89da8839878c4da6f102e35
Move streamwrappers to seperate files and put them in a namespace
15 files changed:
apps/files_external/lib/amazons3.php
apps/files_external/lib/dropbox.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_sharing/lib/sharedstorage.php
lib/archive/tar.php
lib/archive/zip.php
lib/base.php
lib/files/stream/close.php [new file with mode: 0644]
lib/files/stream/dir.php [new file with mode: 0644]
lib/files/stream/staticstream.php [new file with mode: 0644]
lib/streamwrappers.php [deleted file]
tests/lib/streamwrappers.php