aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | Merge pull request #38196 from nextcloud/fix/fix-32bits-freespace-and-sizesCôme Chilliet2023-05-155-11/+12
|\ \ | |/ |/|
| * Fix return types in phpdocCôme Chilliet2023-05-155-5/+5
| * Get rid of more int casts in file size manipulationsCôme Chilliet2023-05-111-6/+7
* | Merge pull request #37709 from nextcloud/bugfix/deadlockJulius Härtl2023-05-131-2/+6
|\ \ | |/ |/|
| * fix: Check for wrapped retriable exceptionsJulius Härtl2023-05-021-2/+6
* | Merge pull request #37961 from nextcloud/poc/noid/systemtags-perfArthur Schiwon2023-05-112-22/+98
|\ \
| * | refactor: remove where specification from SELECT getterArthur Schiwon2023-05-102-3/+0
| * | refactor: remove SystemTag logic from Folder into QuerySearchHelperArthur Schiwon2023-05-091-0/+39
| * | feat: specify media type via url path: systemtags-current/$mediaTypeArthur Schiwon2023-05-091-0/+4
| * | PoC: SystemTags endpoint to return tags used by a user with meta dataArthur Schiwon2023-05-092-22/+58
| |/
* / repair -1 folder sizes for object store background scanRobin Appelman2023-05-101-7/+10
|/
* Merge pull request #36857 from nextcloud/scan-repair-unencrypted-sizeRobin Appelman2023-04-245-39/+50
|\
| * fix type hintsRobin Appelman2023-04-044-8/+6
| * fix unencrypted folder size when no children with unencrypted size set are leftRobin Appelman2023-04-042-31/+26
| * fix unencrypted_size for files when scanningRobin Appelman2023-04-041-0/+8