nextcloud/apps/files/lib
Lukas Reschke cc80ce70b4 Catch exception properly
`\OCA\Files\Helper::buildFileStorageStatistics` might throw an exception from `OC_Helper::getStorageInfo`, previously this lead to a uncatched exception being thrown when invoking this methods.

This was user triggable by for example calling `/index.php/apps/files/ajax/delete.php` with a not existing dir (for example `dir=asdf/../&allfiles=true`)
2015-02-04 15:58:16 +01:00
..
app.php Return path attribute for ajax rename operations 2015-01-12 18:15:31 +01:00
capabilities.php Only show undelete capability if files_trashbin is enabled 2014-11-18 23:06:39 +01:00
helper.php Catch exception properly 2015-02-04 15:58:16 +01:00