server/lib/private/Files/Storage
Roeland Jago Douma c08e803db3
Catch forbidden http status code
If you try to do something on a DAV mount (external or federated share)
that is not allowed. We should not mark the storage as not available but
just fail somewhat gracefully.

Now by catching this and just properly returning the operation will just
fail (and notify the user) which is already a lot better then marking
the storage as unavailable and doing boom.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-17 09:11:15 +01:00
..
PolyFill
Wrapper Merge pull request #17264 from nextcloud/move-from-storage-wrappers 2019-09-26 15:48:59 +02:00
Common.php handle moveFromStorage within the same storage even when storage wrappers are applied to the source storage 2019-09-25 19:17:06 +02:00
CommonTest.php
DAV.php Catch forbidden http status code 2019-11-17 09:11:15 +01:00
FailedStorage.php Update license headers 2017-11-06 16:56:19 +01:00
Flysystem.php Remove \OCP\Files::tmpFile 2018-03-19 10:52:35 +01:00
Home.php Use fallback path if data dir is not available for Storage/Local.php 2018-01-18 16:38:01 +01:00
Local.php Supress warnings touch can generate 2019-07-26 17:26:59 +02:00
LocalTempFileTrait.php
Storage.php
StorageFactory.php
Temporary.php