aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/files/fileinfo.php
Commit message (Expand)AuthorAgeFilesLines
* Check if value exists before returningRobin Appelman2014-03-071-2/+5
* Fix FileInfo->getType errorsRobin Appelman2014-03-071-1/+8
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-0/+4
* remove the JsonSerializable interface from \OC\Files\FileInfoRobin Appelman2014-02-141-5/+1
* Add isReadable, isUpdateable, isDeletable, isShareableRobin Appelman2014-01-241-1/+37
* add Support for passing a FileInfo instance to View->putFileInfoRobin Appelman2014-01-131-0/+4
* remove ArrayAccess, JsonSerializable from the public part of FileInfoRobin Appelman2014-01-131-2/+2
* Add a FileInfo class which holds all info of a file and return that from getF...Robin Appelman2014-01-131-0/+149