aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Files/SimpleFS/ISimpleFile.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
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Add typing to SimpleFSCarl Schwan2022-07-141-14/+8
* Note DI only usage in PHPDocChristopher Ng2022-03-071-1/+5
* Extend simple file with extension getterChristopher Ng2022-03-041-0/+5
* 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
* Remove @package annotations from public namespaceJulius Härtl2020-08-261-1/+0
* 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-0/+1
* Separate fopen into read and write methodsJulius Härtl2018-07-111-2/+11
* Add fopen method to ISimpleFileJulius Härtl2018-07-111-0/+9
* Add resource type phpDoc for putContent methodsJulius Härtl2018-06-261-1/+1
* Hardening of SimpleFile getContentRoeland Jago Douma2018-02-271-0/+3
* AppData is no longer internalRoeland Jago Douma2017-08-011-1/+0
* @since 9.2.0 to @since 11.0.0Roeland Jago Douma2016-11-151-9/+9
* Initial AppDataRoeland Jago Douma2016-10-051-0/+100