aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/polyfill/copydirectory.php
Commit message (Expand)AuthorAgeFilesLines
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-103/+0
* lib: Fix typos (found by codespell)Stefan Weil2016-04-071-1/+1
* Happy new year!Thomas Müller2016-01-121-1/+1
* update licence headers via scriptMorris Jobke2015-10-051-4/+18
* Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isI...Martin2015-09-221-1/+1
* better handling of foldersRobin Appelman2015-07-031-1/+1
* phpdocRobin Appelman2015-06-151-2/+30
* add recursive copy polyfill for storage backendsRobin Appelman2015-06-141-0/+61