aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache/Wrapper
Commit message (Expand)AuthorAgeFilesLines
* fix(files): Adjust Cache::searchQuery() parameter name to match interfaceprovokateurin2024-09-131-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-245-106/+16
* fix: use proper jailed patch in watcherRobin Appelman2024-04-081-0/+74
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-022-3/+3
* use OCP\ServerRobin Appelman2024-02-121-1/+2
* also improe cache ci for shared cacheRobin Appelman2024-02-092-18/+18
* fix(files): Don't attempt to format a partial cache entryChristoph Wurst2024-01-251-1/+1
* optimize cache jail creationRobin Appelman2023-10-191-2/+0
* reuse dependencies from wrapped cacheRobin Appelman2023-08-181-3/+11
* 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-152-2/+2
|/
* fix type hintsRobin Appelman2023-04-042-2/+2
* clear encrypted flag when moving away from encrypted storageRobin Appelman2023-04-011-0/+9
* 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-022-2/+2
* properly handle cases where cache wrappers block accessRobin Appelman2021-11-012-3/+4
* 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
* inject SearchBuilderRobin Appelman2021-06-141-6/+1
* perform file search in a single queryRobin Appelman2021-06-141-1/+1
* use searchoperation for storage filter instead of db expressionRobin Appelman2021-06-142-13/+19
* rework search api to allow searching on multiple caches at onceRobin Appelman2021-06-142-128/+49
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-6/+1
* properly use limit and offset for search in Jail wrapperRobin Appelman2021-05-211-7/+2
* Merge pull request #25136 from nextcloud/cachejail-search-filterVincent Petry2021-03-151-16/+97
|\
| * 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
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
|/
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* 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
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-0/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-262-7/+7
* Use lowercase true, false and null constantsChristoph Wurst2020-03-251-1/+1
* Update license headersChristoph Wurst2019-12-054-5/+7
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Remove deprecated searchByTagRoeland Jago Douma2019-07-262-24/+0
* Avoid calculating folder size for parent that needs scan.Ari Selseng2019-03-062-4/+4