nextcloud/lib/private/files/storage
Lukas Reschke 6eeb905871 Do only follow HTTP and HTTPS redirects
We do not want to follow redirects to other protocols since they might allow an adversary to bypass network restrictions. (i.e. a redirect to ftp:// might be used to access files of a FTP server which might be in a secure zone and not be reachable from the net but from the ownCloud server)

Get final redirect manually using get_headers()

Migrate to HTTPHelper class and add unit tests
2014-09-22 20:02:32 +02:00
..
wrapper move to public namespace 2014-08-19 14:05:08 +02:00
common.php Fix mapping of relative paths 2014-09-17 11:38:10 +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 Do only follow HTTP and HTTPS redirects 2014-09-22 20:02:32 +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 Check if a folder is deletable before we try to recursively delete it 2014-09-17 11:35:16 +02:00
mappedlocal.php Check if a folder is deletable before we try to recursively delete it 2014-09-17 11:35:16 +02: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