aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache/Wrapper
Commit message (Collapse)AuthorAgeFilesLines
...
* Properly search the root of a shared external storageRoeland Jago Douma2018-11-051-1/+1
| | | | | | | | | | | Fixes #1020 When an external storage is shared with you in full the root is '' (empty). This adds an extra check for an empty jail basically. Because if the jail is on the empty string. It matches all paths. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* pass `Cache::getMoveInfo` along cache wrappersRobin Appelman2018-10-171-0/+6
| | | | | | fixes cross storage move in some cases Signed-off-by: Robin Appelman <robin@icewind.nl>
* CacheJail should apply limit and offset after searchingRoeland Jago Douma2018-02-071-2/+9
| | | | | | Else the results might not be correct. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Do not try to get the jailed path if we can't find the idRoeland Jago Douma2018-02-031-0/+4
| | | | | | | | | Fixes #8047 If we can't find the file by id there we should just return null instead of trying to get the jailed path of null. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* delay calculating the shared cache root until it's usedRobin Appelman2017-12-041-9/+14
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update license headersMorris Jobke2017-11-063-1/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix propagating changes within jail wrapperRobin Appelman2017-07-111-0/+44
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix moving folders out of a cache jailRobin Appelman2017-06-151-1/+11
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* use unmasked permissions during scanningRobin Appelman2017-05-181-0/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Implement webdav SEARCHRobin Appelman2017-03-012-0/+12
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Make sure we use the correct storage id when scanning a jailed storageRobin Appelman2017-01-251-5/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* make source cache injectable in cache wrappersRobin Appelman2016-11-172-42/+46
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* reuse the known rootinfo in the shared cache when possibleRobin Appelman2016-11-171-1/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Adding test case for getPathById including a jailed cache where root is just ↵Thomas Müller2016-08-051-1/+3
| | | | empty
* getJailedPath expects $path to have a trailing / - fixes #25464Thomas Müller2016-08-051-0/+1
|
* Update with robinJoas Schilling2016-07-213-3/+3
|
* Fix othersJoas Schilling2016-07-213-5/+8
|
* Update license headersLukas Reschke2016-05-262-0/+5
|
* Properly get the internal path for a cachejail moveRoeland Jago Douma2016-04-301-1/+1
|
* Merge branch 'master' of https://github.com/d--j/core into d--j-masterThomas Müller2016-04-252-4/+18
|
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-243-0/+655