aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/FileInfo.php
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Use elseif instead of else ifChristoph Wurst2020-04-101-3/+3
* Update license headersChristoph Wurst2019-12-051-2/+1
* cast ctime and utimeRobin Appelman2019-11-131-2/+2
* dont expose metadata etag for nowRobin Appelman2019-11-131-4/+0
* expose filecache extension data in FileInfoRobin Appelman2019-11-131-0/+12
* add option to get raw size (without submounts) from fileinfoRobin Appelman2019-02-271-3/+15
* Add getExtension() to FileInfoRobin Appelman2018-10-291-0/+4
* use name in fileinfo if setRobin Appelman2018-10-171-1/+1
* Update license headersMorris Jobke2017-11-061-0/+3
* Doc: Fix phpDoc issuesJulius Härtl2017-10-231-1/+1
* changed direct cast to integer to numerical value1 Man Projects2017-07-171-1/+1
* Removed cast to integer in getSize1 Man Projects2017-07-151-1/+1
* Remove unused use statementsMorris Jobke2017-04-221-2/+0
* Fix type hints and doc blocksJoas Schilling2017-03-231-7/+7
* Ensure that FileInfo return values as required by its phpdoc.Piotr M2017-03-221-6/+8
* Improve isMounted to handle primary storage object storeRobin Appelman2016-11-161-1/+6
* only query substorages to calculate the final mtime/size/etag lazilyRobin Appelman2016-11-101-1/+39
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-3/+4
* Update license headersLukas Reschke2016-05-261-1/+1
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-0/+346