summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage/Wrapper/Jail.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
* Adapt types of subclassesCô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
* 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
|/
* apply object store copy optimization when 'cross storage' copy is within the ...Robin Appelman2021-03-091-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/+3
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-291-12/+12
* 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
|/
* trim slashesRobin Appelman2020-08-281-1/+1
* Set proper root path for single file shares originating from other storagesJulius Härtl2020-08-281-5/+1
* Fix getDirectoryContent implementation for Jail wrapperRobin Appelman2020-04-301-1/+1
* Add method to storage backends to get directory content with metadataRobin Appelman2020-04-201-0/+4
* Update license headersChristoph Wurst2019-12-051-1/+2
* handle moveFromStorage within the same storage even when storage wrappers are...Robin Appelman2019-09-251-0/+8
* Return the proper jailed path when requesting the root pathJulius Härtl2019-09-041-1/+1
* fix writeStream for jail wrapperRobin Appelman2018-10-311-0/+15
* Normalize getUnjailedPathRoeland Jago Douma2018-10-111-1/+2
* Use the correct root for shared jail when the source storage is also a jailRobin Appelman2017-11-101-0/+11
* Update license headersMorris Jobke2017-11-061-0/+1
* Replace wrong PHPDocsLukas Reschke2017-08-011-4/+5
* Fix propagating changes within jail wrapperRobin Appelman2017-07-111-0/+13
* rename Jail::getSourcePath to getUnjailedPath to fix conflict with Local::get...Robin Appelman2017-04-121-40/+40
* Make sure we use the correct storage id when scanning a jailed storageRobin Appelman2017-01-251-1/+1
* Allow jail wrappers to lazily initialize the source storageRobin Appelman2016-08-221-41/+41
* Fix storage id with storage jailRobin Appelman2016-07-221-1/+1
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-0/+1
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-0/+489