summaryrefslogtreecommitdiffstats
path: root/lib/private/files/fileinfo.php
Commit message (Expand)AuthorAgeFilesLines
* Add getMountPoint to FileInfoRobin Appelman2014-12-171-1/+20
* Replace deprecated constant with new class constantJoas Schilling2014-11-251-5/+5
* Check if the size field is availableLukas Reschke2014-11-171-1/+1
* Expose creatable permissions trough fileinfoRobin Appelman2014-09-251-0/+9
* shared files/folders are not mountedThomas Müller2014-08-071-1/+1
* Fix folder name for storage rootRobin Appelman2014-06-061-1/+1
* Merge pull request #8435 from owncloud/fix-8322-masterThomas Müller2014-05-191-0/+24
|\
| * - Introduce isShared() and isMounted() on FileInfo classThomas Müller2014-05-021-0/+24
* | Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-131-1/+1
|/
* 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