aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/SimpleFS
Commit message (Expand)AuthorAgeFilesLines
* Fix return type of methods returning false on errorCôme Chilliet2023-04-032-2/+2
* Type sizes as int|float throughout the code baseCôme Chilliet2023-02-072-2/+2
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Handle possible null value for file in OC\Files\SimpleFS\NewSimpleFileThomas Citharel2022-12-031-0/+4
* Scope the appdata theming storage for global and usersJohn Molakvoæ2022-10-141-0/+15
* Fix typos in lib/private subdirectoryluz paz2022-07-272-2/+2
* Add typing to SimpleFSCarl Schwan2022-07-143-60/+31
* Extend simple file with extension getterChristopher Ng2022-03-042-0/+18
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-043-6/+3
* Add getID function to the simplefile implementationRoeland Jago Douma2021-03-081-0/+4
* 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 license headers for 19Christoph Wurst2020-04-292-0/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-3/+2
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-2/+8
* allow writing content directly when creating new SimpleFileRobin Appelman2020-02-282-4/+9
* Create SimpleFile only when writing the contentRobin Appelman2020-02-282-3/+223
* Update license headersChristoph Wurst2019-12-052-2/+3
* Some php-cs fixesRoeland Jago Douma2019-11-222-0/+2
* 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
* avatar to appdataRoeland Jago Douma2016-10-051-0/+4
* Add TestsRoeland Jago Douma2016-10-051-2/+13
* Initial AppDataRoeland Jago Douma2016-10-052-0/+187