summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #45839 from nextcloud/backport/45649/stable28Andy Scherzinger2024-06-131-1/+1
|\
| * fix(ObjectStore): handle empty S3 hostnameJosh2024-06-131-1/+1
* | Merge pull request #45857 from nextcloud/backport/45172/stable28Andy Scherzinger2024-06-131-1/+5
|\ \
| * | feat: add option to disable scanner transactionsRobin Appelman2024-06-131-1/+5
| |/
* / fix: get child ids for folder in a separate query during moveRobin Appelman2024-06-131-4/+21
|/
* fix(files): Use isRetryable to catch retryable exceptionsLouis Chemineau2024-06-121-2/+6
* Merge pull request #45528 from nextcloud/backport/45014/stable28John Molakvoæ2024-06-071-0/+6
|\
| * Fix backportGit'Fellow2024-05-281-0/+5
| * fix: forbid moving a folder into a subfolder of itselfRobin Appelman2024-05-271-0/+1
* | Merge pull request #45059 from nextcloud/backport/44496/stable28Josh2024-06-031-1/+16
|\ \
| * | feat: add option to enable s3 accelerationRobin Appelman2024-05-101-1/+16
* | | Try create folder first and check if it exists afterGit'Fellow2024-05-301-1/+1
* | | fix(files): Try to create dir only if it not existsGit'Fellow2024-05-301-1/+1
* | | perf(db): Sort data for IN before chunkingChristoph Wurst2024-05-291-0/+3
| |/ |/|
* | fix(Files): Change how scanner diffs for changed metadataJosh2024-05-131-2/+47
|/
* fix(CI): Suppress psalm UndefinedClassJoas Schilling2024-04-181-0/+1
* fix(files): Also skip cross storage move with access controlJoas Schilling2024-04-171-0/+2
* fix: use proper jailed patch in watcherRobin Appelman2024-04-102-4/+77
* perf: Avoid updating the folder size if we know the size differenceJulius Härtl2024-04-052-15/+19
* feat(files)): Add retry logic to cover deadlock situations when moving many f...Louis Chemineau2024-03-281-6/+25
* Merge pull request #44320 from nextcloud/backport/39990/stable28Stephan Orbaugh2024-03-251-0/+11
|\
| * fix: add some recrusive detection/preventionRobin Appelman2024-03-221-0/+11
* | fix: log error when default getWrapperStorage would return nullRobin Appelman2024-03-221-0/+9
|/
* Merge pull request #44285 from nextcloud/backport/44279/stable28John Molakvoæ2024-03-211-0/+7
|\
| * fix: ensure nested mount points are handled in the correct orderRobin Appelman2024-03-181-0/+7
* | Merge pull request #44053 from nextcloud/backport/43086/stable28John Molakvoæ2024-03-191-1/+2
|\ \ | |/ |/|
| * fix: disable the internal s3sdk multi part copy logicRobin Appelman2024-03-071-1/+2
* | fix: avoid scanning a non existing directoryBenjamin Gaussorgues2024-03-141-1/+5
* | Refactoring getName functionhopleus2024-03-141-5/+3
* | Fixes for getting the file name in the cases when the file name key is receiv...hopleus2024-03-141-1/+5
|/
* fix: Throw instead of yielding nothing when listing local directoriesJulius Härtl2024-02-261-0/+6
* Merge pull request #43391 from nextcloud/backport/43131/stable28Robin Appelman2024-02-091-1/+1
|\
| * fix(files): Don't attempt to format a partial cache entryChristoph Wurst2024-02-061-1/+1
* | continue background scanning different storages if one failsRobin Appelman2024-02-071-23/+27
|/
* dav: fix wrong decoding of pluses in URLsLorenz Brun2024-02-031-1/+1
* also updated parent etags when a changed etag is detected during scanningRobin Appelman2024-01-312-7/+30
* dont reuse etag for folders marked explicitly unscannedRobin Appelman2024-01-311-1/+2
* fix: reduce memory consumption of scansGit'Fellow2024-01-161-3/+6
* fix(s3): Add config option to disable multipart copy for certain s3 providersJulius Härtl2023-12-292-1/+4
* only do a multipart s3 copy when above the regular copy limitRobin Appelman2023-12-292-11/+23
* fix(TemplateManager): Bail early if templatedirectory is emptyMarcel Klehr2023-12-041-0/+5
* Synchronize operation on live photo filesLouis Chemineau2023-11-301-2/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-2317-39/+39
* 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
* | Merge pull request #40462 from nextcloud/refactor/lib-array_search-to-in_arrayAndy Scherzinger2023-11-222-3/+3
|\ \ | |/ |/|
| * refactor: Repalce array_search with in_array in lib/Christoph Wurst2023-11-222-3/+3
* | Merge pull request #41565 from nextcloud/fix/object-storage-inconsitent-behaviorFerdinand Thiessen2023-11-221-0/+7
|\ \ | |/ |/|
| * fix(ObjectStore): Make copying behavior consistent with local storageFerdinand Thiessen2023-11-171-0/+7
* | accept boolean valueMaxence Lange2023-11-221-3/+3
|/