aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-24122-2550/+392
* fix: LazyRoot missing methodMarcel Klehr2024-05-141-0/+4
* feat: first pass at TaskProcessing APIMarcel Klehr2024-05-141-1/+1
* Merge pull request #44953 from nextcloud/perf/44951/lock-providerJulius Härtl2024-05-131-8/+33
|\
| * perf(ILockManager): Allow registering a lock provider lazyJulius Härtl2024-04-301-8/+33
* | Merge pull request #45233 from nextcloud/fix/touch-propagate-sizeCôme Chilliet2024-05-131-1/+1
|\ \
| * | fix: Avoid updating size when calling touch on a fileJulius Härtl2024-05-081-1/+1
* | | Merge pull request #43794 from nextcloud/fix/files/scanner-metadata-diffCôme Chilliet2024-05-131-2/+47
|\ \ \
| * | | fix(Files): Change how scanner diffs for changed metadataJosh2024-05-081-2/+47
| |/ /
* | | Merge pull request #45058 from nextcloud/perf/db/sort-before-chunkingChristoph Wurst2024-05-071-0/+3
|\ \ \ | |/ / |/| |
| * | perf(db): Sort data for IN before chunkingChristoph Wurst2024-04-261-0/+3
* | | fix: fix FileAccess::getByFileId(InStorage)Robin Appelman2024-05-011-2/+2
| |/ |/|
* | fix: Improve typing of mimetype aliasesCôme Chilliet2024-04-301-27/+14
* | fix: Fix newly spotted psalm issues, add exhaustive typed magic properties fo...Côme Chilliet2024-04-301-0/+1
* | Merge pull request #44952 from nextcloud/perf/44951/template-creatorJulius Härtl2024-04-291-0/+2
|\ \
| * | perf(templates): Emit RegisterTemplateCreatorEvent to register template creat...Julius Härtl2024-04-221-0/+2
* | | feat: add option to enable s3 accelerationRobin Appelman2024-04-261-1/+16
| |/ |/|
* | fix(openstack): Fix psalm issue with updated openstack versionJoas Schilling2024-04-241-1/+4
* | fix(storage): Fix DAV storage as false is never returnedJoas Schilling2024-04-221-6/+0
|/
* Merge pull request #44889 from nextcloud/bugfix/noid/skip-cross-storage-move-...Joas Schilling2024-04-181-0/+3
|\
| * 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
* | Merge pull request #43574 from nextcloud/enh/noid/lazyappconfig-migrate-metadataMaxence Lange2024-04-173-11/+6
|\ \ | |/ |/|
| * migrate metadata to lazy appconfigMaxence Lange2024-02-143-11/+6
* | Merge pull request #44294 from nextcloud/fix/storage-mount-ownerJulius Härtl2024-04-092-0/+17
|\ \
| * | fix: Pass the mountpoint target user to storages without ownerJulius Härtl2024-04-092-0/+17
* | | fix: use proper jailed patch in watcherRobin Appelman2024-04-082-4/+77
|/ /
* | fix: Remove incorrect default null valueCôme Chilliet2024-04-021-1/+1
* | fix: Apply new coding standard to all filesCôme Chilliet2024-04-0229-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
| |\ \
| * \ \ Merge branch 'master' into bugfix/fixed-get-filename-in-fileinfohopleus2024-02-262-0/+12
| |\ \ \
| * | | | Fixes for getting the file name in the cases when the file name key is receiv...hopleus2024-02-191-1/+5
* | | | | Merge pull request #39990 from nextcloud/recursive-shareArthur Schiwon2024-03-111-0/+11
|\ \ \ \ \
| * | | | | fix: add some recrusive detection/preventionRobin Appelman2024-03-081-0/+11
* | | | | | feat(files): copy live photosMaxence Lange2024-03-081-21/+29
|/ / / / /
* | | | | Merge pull request #43982 from nextcloud/fixMemExaustJohn Molakvoæ2024-03-071-2/+7
|\ \ \ \ \