summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage/Wrapper/Wrapper.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
* Respect OCP interface in private classesCôme Chilliet2023-02-071-1/+1
* 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-8/+8
* Fix psalm issuesCarl Schwan2022-01-131-6/+6
* Add helper method in WrapperCarl Schwan2022-01-131-1/+20
* Merge branch 'master' into imountpoint-ocp-storageJohn Molakvoæ2021-10-221-1/+0
|\
| * Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* | dont return private storage interface from public mount interfaceRobin Appelman2021-03-231-1/+1
|/
* catch notfound and forbidden exception in smb::getmetadataRobin Appelman2021-03-041-4/+0
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Update license headersChristoph Wurst2020-12-301-0/+2
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-291-14/+14
* 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
* | Merge pull request #24594 from kofemann/dcacheJulius Härtl2020-12-221-2/+2
|\ \
| * | storage: update IStorage#file_put_contents docs to match usageTigran Mkrtchyan2020-12-211-2/+2
| |/
* / Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
|/
* Add method to storage backends to get directory content with metadataRobin Appelman2020-04-201-0/+4
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+1
* allways fall back to fopen for encryption wrapperRobin Appelman2018-10-311-1/+16
* Update license headersMorris Jobke2017-11-061-0/+3
* Replace wrong PHPDocsLukas Reschke2017-08-011-4/+5
* added method needsPartFile() in StorageVinicius Cubas Brand2017-03-141-0/+7
* Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-201-0/+4
* Allow storage wrappers to lazily initialize the source storageRobin Appelman2016-08-221-55/+55
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-1/+2
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-0/+608