summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #45681 from nextcloud/test-scanner-no-transactions-27Andy Scherzinger2024-06-131-1/+5
|\
| * feat: add option to disable scanner transactionsRobin Appelman2024-06-051-1/+5
* | fix: get child ids for folder in a separate query during moveRobin Appelman2024-06-131-4/+21
* | Merge pull request #45838 from nextcloud/backport/45649/stable27Arthur Schiwon2024-06-131-1/+1
|\ \
| * | fix(ObjectStore): handle empty S3 hostnameJosh2024-06-121-1/+1
* | | fix(files): Use isRetryable to catch retryable exceptionsLouis Chemineau2024-06-121-2/+6
|/ /
* | Merge pull request #45527 from nextcloud/backport/45014/stable27John Molakvoæ2024-06-071-0/+6
|\ \ | |/ |/|
| * Fix backportGit'Fellow2024-05-271-0/+5
| * fix: forbid moving a folder into a subfolder of itselfRobin Appelman2024-05-271-0/+1
* | perf(db): Sort data for IN before chunkingChristoph Wurst2024-05-251-0/+3
|/
* feat: add option to enable s3 accelerationRobin Appelman2024-04-261-1/+16
* fix: disable the internal s3sdk multi part copy logicRobin Appelman2024-04-181-1/+2
* 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
* perf: Avoid updating the folder size if we know the size differenceJulius Härtl2024-04-092-15/+19
* fix: use proper jailed patch in watcherRobin Appelman2024-04-092-4/+76
* Merge pull request #44508 from nextcloud/backport/39367/stable27Robin Appelman2024-04-031-1/+3
|\
| * fix SeekableHttpStream::stream_stat errors on failed openRobin Appelman2024-03-271-1/+3
* | feat(files)): Add retry logic to cover deadlock situations when moving many f...Louis Chemineau2024-03-281-6/+25
|/
* fix: log error when default getWrapperStorage would return nullRobin Appelman2024-03-221-0/+9
* fix: add some recrusive detection/preventionRobin Appelman2024-03-191-0/+11
* fix: ensure nested mount points are handled in the correct orderRobin Appelman2024-03-181-0/+7
* 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 #43246 from nextcloud/backport/41327/stable27Benjamin Gaussorgues2024-02-092-8/+32
|\
| * 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
* | Merge pull request #43390 from nextcloud/backport/43131/stable27Git'Fellow2024-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
|/
* 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
* setup filesystem wrappers before we mark the root as setupRobin Appelman2023-12-051-2/+3
* add more checks to ensure mounts aren't emptyRobin Appelman2023-12-052-1/+15
* fix(TemplateManager): Bail early if templatedirectory is emptyMarcel Klehr2023-12-041-0/+5
* Merge pull request #41462 from nextcloud/backport/40996/stable27Arthur Schiwon2023-11-281-1/+1
|\
| * reuse sharing disabled state when listing folder contentRobin Appelman2023-11-141-1/+1
* | optimize UserMountCache::registerStorageRobin Appelman2023-11-163-57/+61
* | Merge pull request #41502 from nextcloud/backport/40935/stable27Benjamin Gaussorgues2023-11-161-2/+31
|\ \
| * | add some support for rename on case insensitive local filesystemsRobin Appelman2023-11-151-2/+31
| |/
* | Merge pull request #41363 from nextcloud/optmize-storage-wrappers-27Benjamin Gaussorgues2023-11-165-39/+73
|\ \
| * | optimize isShared and isMountedRobin Appelman2023-11-091-18/+5
| * | optimize builtin storage wrappersRobin Appelman2023-11-094-21/+68
| |/
* / fix(s3): support SSE-C headers for the MultipartCopy callTobias Zimmerer2023-11-151-1/+7
|/
* optimize cache jail creationRobin Appelman2023-11-072-6/+1
* enh(IMountManager): Add method to get MountPoint from CachedMountInfoJonas2023-10-262-1/+20
* Merge pull request #40569 from nextcloud/backport/40499/stable27Arthur Schiwon2023-10-111-0/+142
|\