aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/SimpleFS/SimpleFile.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-21/+2
* 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
* Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
* Add typing to SimpleFSCarl Schwan2022-07-141-30/+12
* Extend simple file with extension getterChristopher Ng2022-03-041-0/+7
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Add getID function to the simplefile implementationRoeland Jago Douma2021-03-081-0/+4
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+1
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* Harden appdata putcontentRoeland Jago Douma2019-04-081-2/+11
* Separate fopen into read and write methodsJulius Härtl2018-07-111-3/+15
* Add fopen method to ISimpleFileJulius Härtl2018-07-111-0/+11
* Add resource type phpDoc for putContent methodsJulius Härtl2018-06-261-1/+1
* Hardening of SimpleFile getContentRoeland Jago Douma2018-02-271-1/+35
* Initial AppDataRoeland Jago Douma2016-10-051-0/+115