summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * add wrapper to ensure we don't get an mtime that is lower than we know it isRobin Appelman2023-10-101-0/+142
* | Merge pull request #40577 from nextcloud/s3-multipart-copy-27Julius Härtl2023-10-101-4/+12
|\ \ | |/ |/|
| * use multipart copy for s3Robin Appelman2023-09-221-4/+12
* | Store size in int|float for 32bit supportCôme Chilliet2023-09-252-4/+7
|/
* Merge pull request #40379 from nextcloud/backport/38808/stable27Arthur Schiwon2023-09-214-4/+6
|\
| * fix: Only read unencrypted_size when file is actually encryptedJulius Härtl2023-09-122-3/+3
| * fix: Only store unencrypted_size if path should be encryptedJulius Härtl2023-09-122-1/+3
* | Wrap mimetype insert and getLastInsertId in a transactionLucas Azevedo2023-09-161-7/+9
* | fix(mimetype): Remove unnecessary transaction when storing a mime typeLucas Azevedo2023-09-161-26/+22
|/
* only determine quota_include_external_storage once for quota wrapperRobin Appelman2023-09-072-4/+6
* reuse dependencies from wrapped cacheRobin Appelman2023-09-071-3/+11
* Merge pull request #40286 from nextcloud/backport/40233/stable27Arthur Schiwon2023-09-071-2/+12
|\
| * Detect aborted connection in OC\Files\View and stop writing data to the outpu...Benjamin Gaussorgues2023-09-061-2/+12
* | Merge pull request #40231 from nextcloud/sharing-mask-wrapper-27Arthur Schiwon2023-09-065-77/+50
|\ \ | |/ |/|
| * cleanup di for share permissions wrapperRobin Appelman2023-09-042-79/+42
| * more share permission logic to storage wrapperRobin Appelman2023-09-044-10/+20
* | Merge pull request #40227 from nextcloud/backport/40195/stable27Arthur Schiwon2023-09-051-1/+2
|\ \
| * | fix: prevent sharing permissions on user root folderJohn Molakvoæ2023-09-041-1/+2
| |/
* / fix(s3): fix handling verify_bucket_exists parameterThomas Citharel2023-08-311-1/+1
|/
* fix: don't emit Hooks when hookpaths are emptyAnna Larch2023-08-211-16/+24
* fix: Prevent PHP warnings when optional CacheEntry attributes are unsetFerdinand Thiessen2023-08-172-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-051-1/+1
* Merge pull request #39642 from nextcloud/backport/39629/stable27Julius Härtl2023-08-031-1/+1
|\
| * fix(s3): add SSE-C parameters to headObject callTobias Zimmerer2023-07-311-1/+1
* | Merge pull request #39499 from nextcloud/backport/38934/stable27Arthur Schiwon2023-08-021-5/+5
|\ \
| * | fix(s3): Pass SSE-C parameters for multipart uploadJulius Härtl2023-07-201-5/+5
| |/
* / fix(node): non-existing folder is not searchableArthur Schiwon2023-07-131-0/+4
|/
* Include PR #38965Git'Fellow2023-07-101-0/+1
* implement optimized getDirectoryContent for DAVRobin Appelman2023-07-101-96/+125
* refactor: adjust to unexposed searchBySystemTagArthur Schiwon2023-07-071-0/+4