aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/polyfill
Commit message (Collapse)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
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* 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 ↵Martin2015-09-221-1/+1
| | | | if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used.
* 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