aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/SimpleFS
Commit message (Collapse)AuthorAgeFilesLines
* Separate fopen into read and write methodsJulius Härtl2018-07-111-3/+15
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add fopen method to ISimpleFileJulius Härtl2018-07-111-0/+11
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add resource type phpDoc for putContent methodsJulius Härtl2018-06-261-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Hardening of SimpleFile getContentRoeland Jago Douma2018-02-271-1/+35
| | | | | | | if file_get_contents fails remove the file. And traverse up the tree checking if the other folders are there. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* avatar to appdataRoeland Jago Douma2016-10-051-0/+4
| | | | | | * Fix AvatarTest Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add TestsRoeland Jago Douma2016-10-051-2/+13
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Initial AppDataRoeland Jago Douma2016-10-052-0/+187
* Introduce simpleFS * Introduce IAppData * Introduce AppData Factory to get your AppData folder * Update FileDisplayResponse * AppData implements a ISimpleRoot but lazy. So only if an apps starts to access data will stuff get initialized Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>