summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix: cominbation of small fixesArthur Schiwon2023-07-061-2/+2
* fix: include invisible tags for adminsArthur Schiwon2023-07-062-41/+36
* fix: favorites view and universal search against tagsArthur Schiwon2023-07-061-17/+30
* fix: change if with conditionless else to switch; and a parameter valueArthur Schiwon2023-07-062-20/+25
* use efficient tag retrieval on DAV report requestArthur Schiwon2023-07-062-17/+27
* fix(sse): don't update uncached filesRichard Steinmetz2023-07-041-13/+21
* Merge pull request #38976 from nextcloud/backport/38625/stable27Arthur Schiwon2023-07-046-41/+40
|\
| * ci: pro forma check of existence of internal methodArthur Schiwon2023-06-231-7/+9
| * refactor: declare getMount() and getMountsIn() at IRootFolderArthur Schiwon2023-06-234-23/+11
| * chore: ugly type jugglingArthur Schiwon2023-06-235-20/+32
| * fix: add typehine for IRootFolderArthur Schiwon2023-06-231-7/+5
| * fix: expect interface, not a specific implementationArthur Schiwon2023-06-231-3/+2
* | add utility command for object store objectsRobin Appelman2023-07-041-1/+5
* | file scanner performance improvementsRobin Appelman2023-06-262-14/+10
|/
* use source cache when listing folder during recursive copyRobin Appelman2023-06-191-5/+6