summaryrefslogtreecommitdiffstats
path: root/lib/private/files/fileinfo.php
Commit message (Expand)AuthorAgeFilesLines
* Add reshare permission checksVincent Petry2015-12-081-1/+1
* Compute share permissions in the viewVincent Petry2015-12-081-1/+7
* take the etag of child mounts into account for the folder etagRobin Appelman2015-11-191-2/+25
* Some more cleanup for getFIleInfo/getDirectoryContentRobin Appelman2015-11-191-0/+11
* Add getOwner to FileInfoRobin Appelman2015-11-101-1/+19
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
* Update fileinfo.phptbartenstein2015-07-081-1/+1
* remove unencrypted_size from the cache, size will contain the unencrypted sizeBjoern Schiessle2015-04-071-7/+0
* Merge pull request #15234 from owncloud/encryption2_coreThomas Müller2015-03-261-0/+7
|\
| * implement basic encryption functionallity in core to enable multiple encrypti...Bjoern Schiessle2015-03-261-0/+7
* | Update license headersJenkins for ownCloud2015-03-261-4/+23
|/
* Revert "Updating license headers"Morris Jobke2015-02-261-22/+5
* Updating license headersJenkins for ownCloud2015-02-231-5/+22
* Store FileInfo::getType() result for future useRobin McCorkell2015-02-091-4/+3
* 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