nextcloud/apps/files_trashbin/lib
Martin 491250320a Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used. 2015-09-22 17:53:15 +02:00
..
backgroundjob Add PHPDoc 2015-09-16 17:37:21 +03:00
exceptions Update license headers 2015-03-26 11:44:36 +01:00
capabilities.php Moved core apps to the capabilities manager 2015-08-10 10:45:16 +02:00
expiration.php Add PHPDoc 2015-09-16 17:37:21 +03:00
helper.php make sure to add the correct file size to the file info, otherwise we will not show the preview for every filetype 2015-09-21 12:41:19 +02:00
hooks.php Update license headers 2015-03-26 11:44:36 +01:00
storage.php only move real files to the trash bin 2015-07-08 11:32:06 +02:00
trashbin.php Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used. 2015-09-22 17:53:15 +02:00