summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/SimpleFS/NewSimpleFile.php
Commit message (Expand)AuthorAgeFilesLines
* Fix return type of methods returning false on errorCôme Chilliet2023-04-031-1/+1
* Type sizes as int|float throughout the code baseCôme Chilliet2023-02-071-1/+1
* Handle possible null value for file in OC\Files\SimpleFS\NewSimpleFileThomas Citharel2022-12-031-0/+4
* Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
* Add typing to SimpleFSCarl Schwan2022-07-141-24/+12
* Extend simple file with extension getterChristopher Ng2022-03-041-0/+11
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Update license headersChristoph Wurst2020-12-301-0/+1
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-291-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-2/+7
* allow writing content directly when creating new SimpleFileRobin Appelman2020-02-281-1/+1
* Create SimpleFile only when writing the contentRobin Appelman2020-02-281-0/+221