aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache
Commit message (Expand)AuthorAgeFilesLines
...
* | fix: Apply new coding standard to all filesCôme Chilliet2024-04-024-5/+5
* | feat(files)): Add retry logic to cover deadlock situations when moving many f...Louis Chemineau2024-03-281-6/+25
* | feat: add interface for lower level filecache acess without having to do dire...Robin Appelman2024-03-251-0/+116
* | Refactor `OC\Server::getLockingProvider`Andrew Summers2024-03-151-1/+1
* | refactor(mimeloader): modernize MimeTypeLoaderThomas Citharel2024-03-141-3/+3
* | fix(filecache): Move from array_merge to avoid memory exhaustionGit'Fellow2024-03-041-2/+7
* | fix types + autoloaderRobin Appelman2024-02-151-5/+14
* | optimize query pattern used by storage filterRobin Appelman2024-02-151-38/+90
|/
* use OCP\ServerRobin Appelman2024-02-121-1/+2
* also improe cache ci for shared cacheRobin Appelman2024-02-093-18/+24
* improve di performance for cacheRobin Appelman2024-02-093-46/+89
* Merge pull request #43131 from nextcloud/fix/files/cache-wrapper-no-partial-c...Christoph Wurst2024-02-061-1/+1
|\
| * fix(files): Don't attempt to format a partial cache entryChristoph Wurst2024-01-251-1/+1
* | also updated parent etags when a changed etag is detected during scanningRobin Appelman2024-01-311-6/+29
* | dont reuse etag for folders marked explicitly unscannedRobin Appelman2024-01-311-1/+2
|/
* perf: Avoid updating the folder size if we know the size differenceJulius Härtl2024-01-121-12/+14
* Merge pull request #41272 from nextcloud/fixOccScansGit'Fellow2023-11-281-3/+6
|\
| * fix: reduce memory consumption of scansGit'Fellow2023-11-031-3/+6
* | chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-3/+3
* | Merge pull request #41459 from nextcloud/enh/noid/search-metadata-nullMaxence Lange2023-11-231-0/+2
|\ \
| * | implements search on null/notnull metadataMaxence Lange2023-11-221-0/+2
* | | refactor: Repalce array_search with in_array in lib/Christoph Wurst2023-11-222-3/+3
|/ /
* | fix psalmMaxence Lange2023-11-141-5/+1
* | ignore metadata if table is emptyMaxence Lange2023-11-144-6/+26
* | moving metadataqueryMaxence Lange2023-11-133-3/+3
* | feat(files): Allow advanced search for filesBenjamin Gaussorgues2023-11-103-1/+17
* | Support getting and setting metadata in DAV requestsLouis Chemineau2023-11-083-19/+27
* | IFilesMetadataMaxence Lange2023-11-071-1/+1
* | IFilesMetadataMaxence Lange2023-11-073-58/+112
* | optimize cache jail creationRobin Appelman2023-10-191-2/+0
|/
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-2/+2
* Store size in int|float for 32bit supportCôme Chilliet2023-09-191-3/+6
* fix: Only read unencrypted_size when file is actually encryptedJulius Härtl2023-09-061-1/+1
* reuse dependencies from wrapped cacheRobin Appelman2023-08-181-3/+11
* fix: Prevent PHP warnings when optional CacheEntry attributes are unsetFerdinand Thiessen2023-08-162-4/+4
* select the fileid first when looking for incomplete filesRobin Appelman2023-08-141-5/+9
* fix: simplify `sourceData` checkJohn Molakvoæ2023-08-051-1/+1
* Catch more invalid cache source storage pathsJosh Richards2023-08-031-1/+1
* Merge pull request #38860 from nextcloud/scanner-change-summaryRobin Appelman2023-07-201-1/+1
|\
| * add summary of detected changes to files:scan outputRobin Appelman2023-06-161-1/+1
* | chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-061-1/+1
* | Merge pull request #37969 from nextcloud/poc/noid/systemtags-perf-tag-endpointJulius Härtl2023-06-282-32/+50
|\ \
| * | fix: include invisible tags for adminsArthur Schiwon2023-06-212-41/+36
| * | fix: favorites view and universal search against tagsArthur Schiwon2023-06-211-17/+30
| * | fix: change if with conditionless else to switch; and a parameter valueArthur Schiwon2023-06-211-19/+24
| * | use efficient tag retrieval on DAV report requestArthur Schiwon2023-06-211-16/+21
| |/
* | Merge pull request #38858 from nextcloud/scanner-performance3Robin Appelman2023-06-261-13/+9
|\ \
| * | file scanner performance improvementsRobin Appelman2023-06-161-13/+9
| |/
* | refactor: declare getMount() and getMountsIn() at IRootFolderArthur Schiwon2023-06-211-8/+3
* | chore: ugly type jugglingArthur Schiwon2023-06-211-4/+14