Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Properly search the root of a shared external storage | Roeland Jago Douma | 2018-11-05 | 1 | -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 wrappers | Robin Appelman | 2018-10-17 | 1 | -0/+6 | |
| | | | | | | fixes cross storage move in some cases Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | CacheJail should apply limit and offset after searching | Roeland Jago Douma | 2018-02-07 | 1 | -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 id | Roeland Jago Douma | 2018-02-03 | 1 | -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 used | Robin Appelman | 2017-12-04 | 1 | -9/+14 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Update license headers | Morris Jobke | 2017-11-06 | 3 | -1/+4 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Fix propagating changes within jail wrapper | Robin Appelman | 2017-07-11 | 1 | -0/+44 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | fix moving folders out of a cache jail | Robin Appelman | 2017-06-15 | 1 | -1/+11 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | use unmasked permissions during scanning | Robin Appelman | 2017-05-18 | 1 | -0/+1 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Implement webdav SEARCH | Robin Appelman | 2017-03-01 | 2 | -0/+12 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | Make sure we use the correct storage id when scanning a jailed storage | Robin Appelman | 2017-01-25 | 1 | -5/+1 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | make source cache injectable in cache wrappers | Robin Appelman | 2016-11-17 | 2 | -42/+46 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | reuse the known rootinfo in the shared cache when possible | Robin Appelman | 2016-11-17 | 1 | -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üller | 2016-08-05 | 1 | -1/+3 | |
| | | | | empty | |||||
* | getJailedPath expects $path to have a trailing / - fixes #25464 | Thomas Müller | 2016-08-05 | 1 | -0/+1 | |
| | ||||||
* | Update with robin | Joas Schilling | 2016-07-21 | 3 | -3/+3 | |
| | ||||||
* | Fix others | Joas Schilling | 2016-07-21 | 3 | -5/+8 | |
| | ||||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 2 | -0/+5 | |
| | ||||||
* | Properly get the internal path for a cachejail move | Roeland Jago Douma | 2016-04-30 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of https://github.com/d--j/core into d--j-master | Thomas Müller | 2016-04-25 | 2 | -4/+18 | |
| | ||||||
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 3 | -0/+655 | |