server/lib/private/files/storage
Stephan Peijnik 2df52e54d7 Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesystem.
As constants not defined within a class cannot be automatically found by the
autoloader moving those constants into a class makes them accessible to
code which uses them.

Signed-off-by: Stephan Peijnik <speijnik@anexia-it.com>
2014-08-19 13:55:35 +02:00
..
wrapper Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesystem. 2014-08-19 13:55:35 +02:00
common.php Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesystem. 2014-08-19 13:55:35 +02:00
commontest.php Change default mimetype detection for storage backends to only use filename 2013-11-20 15:25:29 +01:00
dav.php Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesystem. 2014-08-19 13:55:35 +02:00
home.php Return the proper owner for home storages 2014-07-21 16:59:59 +02:00
loader.php name the storage wrapper to make sure that we don't apply the wrapper multiple times 2014-06-04 07:55:46 +02:00
local.php Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesystem. 2014-08-19 13:55:35 +02:00
mappedlocal.php Removing unnecessary switch statements in fopen methods. 2014-07-31 09:34:27 -04:00
storage.php Fix storage being passed to cache/watcher and scanner when using storage wrappers 2014-06-14 10:14:08 +02:00
temporary.php use system function to recursive remove the directory used by temporary storage 2014-06-06 09:29:31 +02:00