summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/FileInfo.php
Commit message (Collapse)AuthorAgeFilesLines
* add option to get raw size (without submounts) from fileinfoRobin Appelman2019-02-271-3/+15
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add getExtension() to FileInfoRobin Appelman2018-10-291-0/+4
| | | | | | | this is a fairly common operation so it makes sense to prevent having to repeatedly implement it. Signed-off-by: Robin Appelman <robin@icewind.nl>
* use name in fileinfo if setRobin Appelman2018-10-171-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update license headersMorris Jobke2017-11-061-0/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Doc: Fix phpDoc issuesJulius Härtl2017-10-231-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* 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
| | | Fixes - Wrong or no sizes of files/folders #5031
* Remove unused use statementsMorris Jobke2017-04-221-2/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix type hints and doc blocksJoas Schilling2017-03-231-7/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Ensure that FileInfo return values as required by its phpdoc.Piotr M2017-03-221-6/+8
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Improve isMounted to handle primary storage object storeRobin Appelman2016-11-161-1/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* only query substorages to calculate the final mtime/size/etag lazilyRobin Appelman2016-11-101-1/+39
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* 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