aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* fix: make swift connect exception message more informativebackport/47853/stable29Robin Appelman2024-09-101-4/+4
* Merge pull request #47486 from nextcloud/backport/46013/stable29Andy Scherzinger2024-09-051-0/+25
|\
| * fix: write object to the correct urn when moving from another storage to obje...Robin Appelman2024-08-261-0/+25
* | fix(files): Create non-existent parents of mountpointsprovokateurin2024-09-041-0/+9
|/
* fix: use mountpoint from storage to find the encryption keysRobin Appelman2024-08-201-3/+3
* feat: store the mountpoint of storages in the mount optionsRobin Appelman2024-08-201-2/+3
* fix(encryption): Fix mountpoint check to accept if several are foundCôme Chilliet2024-08-071-1/+1
* fix: `OCP\Files\Node\Folder::search` was not setting the ownerFerdinand Thiessen2024-07-301-1/+24
* fix: Do not return partial file info if we have a cache entryJulius Härtl2024-07-291-3/+4
* Merge pull request #46679 from nextcloud/backport/44294/stable29Andy Scherzinger2024-07-252-0/+17
|\
| * fix: Pass the mountpoint target user to storages without ownerJulius Härtl2024-07-222-0/+17
* | fix: FileInfo from `View` should have the correct name of a mountpointFerdinand Thiessen2024-07-241-0/+4
|/
* Merge pull request #46035 from nextcloud/backport/46017/stable29Andy Scherzinger2024-07-101-1/+1
|\
| * fix: also use optimized getFirstNodeyIdInPath for Folder::getFirstNodeByIdRobin Appelman2024-06-211-1/+1
* | fix(s3): Don't wait indefinitely for S3 to returnGit'Fellow2024-07-091-29/+37
|/
* 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(ObjectStore): handle empty S3 hostnameJosh2024-06-131-1/+1
* fix(files): Use isRetryable to catch retryable exceptionsLouis Chemineau2024-06-121-2/+6
* 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
* Merge pull request #45158 from nextcloud/backport/45140/stable29Ferdinand Thiessen2024-05-291-2/+2
|\
| * fix: fix FileAccess::getByFileId(InStorage)Robin Appelman2024-05-021-2/+2
* | Merge pull request #45529 from nextcloud/backport/45014/stable29Git'Fellow2024-05-291-0/+6
|\ \
| * | fix: forbid moving a folder into a subfolder of itselfRobin Appelman2024-05-271-0/+6
* | | Merge pull request #45215 from nextcloud/backport/45058/stable29Josh2024-05-281-0/+3
|\ \ \
| * | | perf(db): Sort data for IN before chunkingChristoph Wurst2024-05-251-0/+3
| |/ /
* / / feat(metadata): migrate to lazy appconfigMaxence Lange2024-05-273-11/+6
|/ /
* / fix(Files): Change how scanner diffs for changed metadataJosh2024-05-131-2/+47
|/
* feat: add option to enable s3 accelerationRobin Appelman2024-04-261-1/+16
* 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-092-4/+77
* fix: Remove incorrect default null valueCôme Chilliet2024-04-041-1/+1
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-0429-54/+54
* feat(files)): Add retry logic to cover deadlock situations when moving many f...Louis Chemineau2024-03-281-6/+25
* fix(S3): Adjust typing for 32bit compatibilityFerdinand Thiessen2024-03-261-3/+6
* feat: add interface for lower level filecache acess without having to do dire...Robin Appelman2024-03-251-0/+116
* Merge pull request #44357 from nextcloud/wrapper-instanceof-resiliantJohn Molakvoæ2024-03-221-0/+9
|\
| * fix: log error when default getWrapperStorage would return nullRobin Appelman2024-03-201-0/+9
* | feat(ObjectStore): Make S3 MultipartUpload concurrency configurableFerdinand Thiessen2024-03-213-3/+9
* | fix(ObjectStore): Use common S3 trait so config and connection trait members ...Ferdinand Thiessen2024-03-213-30/+56
|/
* fix: ensure nested mount points are handled in the correct orderRobin Appelman2024-03-181-0/+7
* Refactor `OC\Server::getLockingProvider`Andrew Summers2024-03-153-3/+4
* Merge pull request #36252 from nextcloud/modernize-mime-typeloaderBenjamin Gaussorgues2024-03-142-30/+18
|\
| * refactor(mimeloader): modernize MimeTypeLoaderThomas Citharel2024-03-142-30/+18
* | fix: avoid scanning a non existing directoryBenjamin Gaussorgues2024-03-141-1/+5
|/
* Merge pull request #43652 from hopleus/bugfix/fixed-get-filename-in-fileinfoJohn Molakvoæ2024-03-141-1/+3
|\
| * Refactoring getName functionhopleus2024-03-121-5/+3
| * Merge branch 'master' into bugfix/fixed-get-filename-in-fileinfohopleus2024-02-291-5/+7
| |\