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.
Showing
- apps/files_sharing/ajax/external.php 54 additions, 4 deletionsapps/files_sharing/ajax/external.php
- apps/files_sharing/js/external.js 1 addition, 1 deletionapps/files_sharing/js/external.js
- apps/files_sharing/lib/external/scanner.php 51 additions, 2 deletionsapps/files_sharing/lib/external/scanner.php
- apps/files_sharing/lib/external/storage.php 38 additions, 18 deletionsapps/files_sharing/lib/external/storage.php
- lib/private/files/storage/dav.php 40 additions, 1 deletionlib/private/files/storage/dav.php
- lib/private/files/view.php 16 additions, 1 deletionlib/private/files/view.php
Please register or sign in to comment