nextcloud/lib/private/files/storage
Vincent Petry 788c8540aa Added isLocal() method to storage, used for xsendfile
Added isLocal() method to Storage to find out whether the storage is
local or not.
This method is used for the x-sendfile logic to find out whether to add
the headers.
2014-02-06 20:53:15 +01:00
..
wrapper Added isLocal() method to storage, used for xsendfile 2014-02-06 20:53:15 +01:00
common.php Added isLocal() method to storage, used for xsendfile 2014-02-06 20:53:15 +01:00
commontest.php Change default mimetype detection for storage backends to only use filename 2013-11-20 15:25:29 +01:00
home.php Now using the "Home" storage detection approach for quota 2013-11-21 12:17:47 +01:00
loader.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
local.php Added isLocal() method to storage, used for xsendfile 2014-02-06 20:53:15 +01:00
mappedlocal.php Change default mimetype detection for storage backends to only use filename 2013-11-20 15:25:29 +01:00
storage.php php 5.3 compatibility for \OC\Files\Storage 2013-10-08 23:00:41 +02:00
temporary.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00