aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/FileInfo.php
Commit message (Collapse)AuthorAgeFilesLines
* store unencrypted size in the unencrypted_size columnRobin Appelman2022-06-021-3/+24
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* save filesystem node in dav nodeRobin Appelman2022-04-061-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-231-3/+7
| | | | | | First round of modifications for PHP 8.1 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
| | | | | | In preparation of the update of Psalm from 4.2.1 to 4.3.1+ (see https://github.com/nextcloud/server/pull/24521) Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use elseif instead of else ifChristoph Wurst2020-04-101-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-2/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* cast ctime and utimeRobin Appelman2019-11-131-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* dont expose metadata etag for nowRobin Appelman2019-11-131-4/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* expose filecache extension data in FileInfoRobin Appelman2019-11-131-0/+12
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* 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