summaryrefslogtreecommitdiffstats
path: root/lib/public/Files/Storage/IStorage.php
Commit message (Expand)AuthorAgeFilesLines
* Fix file_get_content signatures to make it clear it can return falseCôme Chilliet2023-04-271-1/+1
* Fix return type of methods returning false on errorCôme Chilliet2023-04-031-3/+3
* Make it clear that file sizes may be float on 32bitsCôme Chilliet2023-04-011-2/+2
* Move back typing to phpdoc to keep backward compatibility in OCPCôme Chilliet2023-02-071-1/+4
* Strong type filesize related methods to ease 32bits problem findingsCôme Chilliet2023-02-071-4/+1
* Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-181-6/+6
* code checker fixes for instanceOfStorageRobin Appelman2021-12-021-0/+3
* Merge branch 'master' into imountpoint-ocp-storageJohn Molakvoæ2021-10-221-7/+1
|\
| * Remove some mentions of ownCloud from our api documentationCarl Schwan2021-07-291-1/+1
| * Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-6/+0
* | dont return private storage interface from public mount interfaceRobin Appelman2021-03-231-1/+3
|/
* Update license headersChristoph Wurst2020-12-301-0/+3
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-291-13/+13
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-221-19/+19
|\
| * Unify links to php.netJ0WI2020-09-171-19/+19
* | storage: update IStorage#file_put_contents docs to match usageTigran Mkrtchyan2020-12-211-2/+2
|/
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* Update license headersMorris Jobke2017-11-061-0/+1
* Replace wrong PHPDocsLukas Reschke2017-08-011-4/+4
* minor storage interface tweaksRobin Appelman2017-01-241-2/+2
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-1/+2
* Move \OCP\Files to PSR-4Roeland Jago Douma2016-05-181-0/+457