| Commit message (Expand) | Author | Age | Files | Lines |
* | use OCP\Server | Robin Appelman | 2024-02-12 | 1 | -1/+2 |
* | also improe cache ci for shared cache | Robin Appelman | 2024-02-09 | 2 | -18/+18 |
* | fix(files): Don't attempt to format a partial cache entry | Christoph Wurst | 2024-01-25 | 1 | -1/+1 |
* | optimize cache jail creation | Robin Appelman | 2023-10-19 | 1 | -2/+0 |
* | reuse dependencies from wrapped cache | Robin Appelman | 2023-08-18 | 1 | -3/+11 |
* | Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_private | Robin Appelman | 2023-06-01 | 1 | -1/+1 |
|\ |
|
| * | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -1/+1 |
* | | Fix return types in phpdoc | Côme Chilliet | 2023-05-15 | 2 | -2/+2 |
|/ |
|
* | fix type hints | Robin Appelman | 2023-04-04 | 2 | -2/+2 |
* | clear encrypted flag when moving away from encrypted storage | Robin Appelman | 2023-04-01 | 1 | -0/+9 |
* | escape path prefix when doing cache jail search | Robin Appelman | 2022-11-02 | 1 | -1/+1 |
* | Fix various other small psalm issues | Carl Schwan | 2022-10-17 | 1 | -1/+1 |
* | directly build the search filter for shared storage instead of setting up the... | Robin Appelman | 2022-08-17 | 1 | -2/+6 |
* | optimize search post-processing for jail wrapper | Robin Appelman | 2022-08-16 | 1 | -5/+7 |
* | Document all getIncomplete implementations as returning string|false | Côme Chilliet | 2022-08-02 | 2 | -2/+2 |
* | properly handle cases where cache wrappers block access | Robin Appelman | 2021-11-01 | 2 | -3/+4 |
* | Merge pull request #28476 from nextcloud/search-jail-insensitive | Vincent Petry | 2021-08-24 | 1 | -1/+1 |
|\ |
|
| * | use case insensitive like when limiting search to jail | Robin Appelman | 2021-08-17 | 1 | -1/+1 |
* | | use getGetUnjailedRoot to determine if jailed search needs the path filter | Robin Appelman | 2021-08-23 | 1 | -1/+1 |
|/ |
|
* | dont apply jail search filter is on the root | Robin Appelman | 2021-07-26 | 1 | -11/+15 |
* | inject SearchBuilder | Robin Appelman | 2021-06-14 | 1 | -6/+1 |
* | perform file search in a single query | Robin Appelman | 2021-06-14 | 1 | -1/+1 |
* | use searchoperation for storage filter instead of db expression | Robin Appelman | 2021-06-14 | 2 | -13/+19 |
* | rework search api to allow searching on multiple caches at once | Robin Appelman | 2021-06-14 | 2 | -128/+49 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 4 | -6/+1 |
* | properly use limit and offset for search in Jail wrapper | Robin Appelman | 2021-05-21 | 1 | -7/+2 |
* | Merge pull request #25136 from nextcloud/cachejail-search-filter | Vincent Petry | 2021-03-15 | 1 | -16/+97 |
|\ |
|
| * | adjust tests | Robin Appelman | 2021-01-26 | 1 | -1/+1 |
| * | fix search in nested jails | Robin Appelman | 2021-01-26 | 1 | -19/+35 |
| * | fix cachjail searching for root | Robin Appelman | 2021-01-26 | 1 | -3/+14 |
| * | do cachejail search filtering in sql | Robin Appelman | 2021-01-26 | 1 | -3/+57 |
* | | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 1 | -1/+1 |
|/ |
|
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -1/+0 |
* | Use matching parameter names form interfaces and implementations | Morris Jobke | 2020-08-19 | 1 | -2/+2 |
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+0 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 1 | -1/+0 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 2 | -0/+2 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 2 | -7/+7 |
* | Use lowercase true, false and null constants | Christoph Wurst | 2020-03-25 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 4 | -5/+7 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+1 |
* | Remove deprecated searchByTag | Roeland Jago Douma | 2019-07-26 | 2 | -24/+0 |
* | Avoid calculating folder size for parent that needs scan. | Ari Selseng | 2019-03-06 | 2 | -4/+4 |
* | Properly search the root of a shared external storage | Roeland Jago Douma | 2018-11-05 | 1 | -1/+1 |
* | pass `Cache::getMoveInfo` along cache wrappers | Robin Appelman | 2018-10-17 | 1 | -0/+6 |
* | CacheJail should apply limit and offset after searching | Roeland Jago Douma | 2018-02-07 | 1 | -2/+9 |
* | Do not try to get the jailed path if we can't find the id | Roeland Jago Douma | 2018-02-03 | 1 | -0/+4 |