]> source.dussan.org Git - nextcloud-server.git/commit
Catch storage exception in scanner for remote shares
authorVincent Petry <pvince81@owncloud.com>
Tue, 20 Jan 2015 18:45:32 +0000 (19:45 +0100)
committerVincent Petry <pvince81@owncloud.com>
Mon, 26 Jan 2015 12:59:49 +0000 (13:59 +0100)
commitf6e644b43fe3c33ba298ee34a73536c85cc92b4a
tree7e8fe8eaa51f56765d6147f37a91fad9a1b325d0
parentdc4ceda2f5d1c8007ffd9b5cacbd794f06b1957d
Catch storage exception in scanner for remote shares

Whenever an exception occurs during scan of a remote share, the share is
checked for availability. If the storage is gone, it will be removed
automatically.

Also, getDirectoryContent() will now skip unavailable storages.
apps/files_sharing/ajax/external.php
apps/files_sharing/js/external.js
apps/files_sharing/lib/external/scanner.php
apps/files_sharing/lib/external/storage.php
lib/private/files/storage/dav.php
lib/private/files/view.php