aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache/Wrapper/CacheJail.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-24/+4
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-2/+2
* also improe cache ci for shared cacheRobin Appelman2024-02-091-6/+8
* optimize cache jail creationRobin Appelman2023-10-191-2/+0
* Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_privateRobin Appelman2023-06-011-1/+1
|\
| * Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
* | Fix return types in phpdocCôme Chilliet2023-05-151-1/+1
|/
* fix type hintsRobin Appelman2023-04-041-1/+1
* escape path prefix when doing cache jail searchRobin Appelman2022-11-021-1/+1
* Fix various other small psalm issuesCarl Schwan2022-10-171-1/+1
* directly build the search filter for shared storage instead of setting up the...Robin Appelman2022-08-171-2/+6
* optimize search post-processing for jail wrapperRobin Appelman2022-08-161-5/+7
* Document all getIncomplete implementations as returning string|falseCôme Chilliet2022-08-021-1/+1
* properly handle cases where cache wrappers block accessRobin Appelman2021-11-011-1/+1
* Merge pull request #28476 from nextcloud/search-jail-insensitiveVincent Petry2021-08-241-1/+1
|\
| * use case insensitive like when limiting search to jailRobin Appelman2021-08-171-1/+1
* | use getGetUnjailedRoot to determine if jailed search needs the path filterRobin Appelman2021-08-231-1/+1
|/
* dont apply jail search filter is on the rootRobin Appelman2021-07-261-11/+15
* use searchoperation for storage filter instead of db expressionRobin Appelman2021-06-141-10/+16
* rework search api to allow searching on multiple caches at onceRobin Appelman2021-06-141-103/+24
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* properly use limit and offset for search in Jail wrapperRobin Appelman2021-05-211-7/+2
* adjust testsRobin Appelman2021-01-261-1/+1
* fix search in nested jailsRobin Appelman2021-01-261-19/+35
* fix cachjail searching for rootRobin Appelman2021-01-261-3/+14
* do cachejail search filtering in sqlRobin Appelman2021-01-261-3/+57
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+0
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-3/+3
* Use lowercase true, false and null constantsChristoph Wurst2020-03-251-1/+1
* Update license headersChristoph Wurst2019-12-051-2/+2
* Remove deprecated searchByTagRoeland Jago Douma2019-07-261-12/+0
* Avoid calculating folder size for parent that needs scan.Ari Selseng2019-03-061-2/+2
* Properly search the root of a shared external storageRoeland Jago Douma2018-11-051-1/+1
* CacheJail should apply limit and offset after searchingRoeland Jago Douma2018-02-071-2/+9
* Do not try to get the jailed path if we can't find the idRoeland Jago Douma2018-02-031-0/+4
* delay calculating the shared cache root until it's usedRobin Appelman2017-12-041-9/+14
* Update license headersMorris Jobke2017-11-061-0/+1
* fix moving folders out of a cache jailRobin Appelman2017-06-151-1/+11
* Implement webdav SEARCHRobin Appelman2017-03-011-0/+6
* Make sure we use the correct storage id when scanning a jailed storageRobin Appelman2017-01-251-5/+1
* make source cache injectable in cache wrappersRobin Appelman2016-11-171-18/+18
* reuse the known rootinfo in the shared cache when possibleRobin Appelman2016-11-171-1/+2
* Adding test case for getPathById including a jailed cache where root is just ...Thomas Müller2016-08-051-1/+3
* getJailedPath expects $path to have a trailing / - fixes #25464Thomas Müller2016-08-051-0/+1
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+3