aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/files/fileinfo.php
Commit message (Expand)AuthorAgeFilesLines
* Move \OCP\Files to PSR-4Roeland Jago Douma2016-05-181-249/+0
* Update author informationLukas Reschke2016-03-011-0/+1
* Add store/retrieve checksumsRoeland Jago Douma2016-02-031-0/+8
* Happy new year!Thomas Müller2016-01-121-2/+2
* Add getOwner to FileInfoRobin Appelman2015-11-101-0/+8
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-3/+39
* Update license headersJenkins for ownCloud2015-03-261-4/+21
* 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