]> source.dussan.org Git - nextcloud-server.git/commit
Provide an implementation of the fileapi for oc6 build on top of the old api
authorRobin Appelman <icewind@owncloud.com>
Sun, 1 Sep 2013 17:47:48 +0000 (19:47 +0200)
committerRobin Appelman <icewind@owncloud.com>
Sun, 1 Sep 2013 17:47:48 +0000 (19:47 +0200)
commita22f9ff301312bb24332edaacfb65c280cd8fcd8
tree8c7f8793675a5ec7d7db4dd0cb50fc1b259efca0
parent92e90c8eb995c886b3e9cd77c14e3f0b25b95cd7
Provide an implementation of the fileapi for oc6 build on top of the old api
13 files changed:
lib/files/exceptions.php [new file with mode: 0644]
lib/files/node/file.php [new file with mode: 0644]
lib/files/node/folder.php [new file with mode: 0644]
lib/files/node/node.php [new file with mode: 0644]
lib/files/node/nonexistingfile.php [new file with mode: 0644]
lib/files/node/nonexistingfolder.php [new file with mode: 0644]
lib/files/node/root.php [new file with mode: 0644]
lib/files/view.php
tests/lib/files/node/file.php [new file with mode: 0644]
tests/lib/files/node/folder.php [new file with mode: 0644]
tests/lib/files/node/integration.php [new file with mode: 0644]
tests/lib/files/node/node.php [new file with mode: 0644]
tests/lib/files/node/root.php [new file with mode: 0644]