summaryrefslogtreecommitdiffstats
path: root/lib/public/files/fileinfo.php
Commit message (Expand)AuthorAgeFilesLines
* Revert "Updating license headers"Morris Jobke2015-02-261-21/+4
* Updating license headersJenkins for ownCloud2015-02-231-4/+21
* Add getMountPoint to FileInfoRobin Appelman2014-12-171-0/+7
* Replace deprecated constant with new class constantJoas Schilling2014-11-251-6/+6
* Expose creatable permissions trough fileinfoRobin Appelman2014-09-251-0/+7
* Add doc for \OCP\Files\FileInfo space constantsMorris Jobke2014-08-191-0/+9
* move to public namespaceMorris Jobke2014-08-191-0/+4
* Merge pull request #8435 from owncloud/fix-8322-masterThomas Müller2014-05-191-0/+14
|\
| * - Introduce isShared() and isMounted() on FileInfo classThomas Müller2014-05-021-0/+14
* | Squash 'a | b' into 'a|b', in /libRobin McCorkell2014-05-131-1/+1
|/
* Fix FileInfo->getType errorsRobin Appelman2014-03-071-1/+1
* Add isReadable, isUpdateable, isDeletable, isShareableRobin Appelman2014-01-241-0/+28
* remove ArrayAccess, JsonSerializable from the public part of FileInfoRobin Appelman2014-01-131-15/+5
* Extends phpdoc for \OCP\File\FileInfoRobin Appelman2014-01-131-4/+37
* Add a FileInfo class which holds all info of a file and return that from getF...Robin Appelman2014-01-131-0/+87