summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fix: expect interface, not a specific implementationArthur Schiwon2023-06-211-3/+2
|/
* chore: Drop dead private methods in /libChristoph Wurst2023-06-061-13/+0
* Merge pull request #38478 from nextcloud/backport/38440/masterSimon L2023-06-051-2/+2
|\
| * fix: execute throws docrine exceptions not our wrapped onesJulius Härtl2023-05-261-2/+2
* | Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_privateRobin Appelman2023-06-016-6/+6
|\ \ | |/ |/|
| * Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-156-6/+6