Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add option to get raw size (without submounts) from fileinfo | Robin Appelman | 2019-02-27 | 1 | -3/+15 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add getExtension() to FileInfo | Robin Appelman | 2018-10-29 | 1 | -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 set | Robin Appelman | 2018-10-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Doc: Fix phpDoc issues | Julius Härtl | 2017-10-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | changed direct cast to integer to numerical value | 1 Man Projects | 2017-07-17 | 1 | -1/+1 |
| | |||||
* | Removed cast to integer in getSize | 1 Man Projects | 2017-07-15 | 1 | -1/+1 |
| | | | Fixes - Wrong or no sizes of files/folders #5031 | ||||
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -2/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Fix type hints and doc blocks | Joas Schilling | 2017-03-23 | 1 | -7/+7 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Ensure that FileInfo return values as required by its phpdoc. | Piotr M | 2017-03-22 | 1 | -6/+8 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Improve isMounted to handle primary storage object store | Robin Appelman | 2016-11-16 | 1 | -1/+6 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | only query substorages to calculate the final mtime/size/etag lazily | Robin Appelman | 2016-11-10 | 1 | -1/+39 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -3/+4 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 1 | -0/+346 |