aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* fix: psalm and OCP @since declarationsbackport/50660/stable29John Molakvoæ2025-03-041-1/+1
* fix: make sure we process mime extensions as stringskjnldsv2025-03-041-4/+10
* Merge pull request #50795 from nextcloud/backport/50781/stable29Andy Scherzinger2025-02-172-18/+10
|\
| * perf(files): faster query to fetch incomplete directoriesbackport/50781/stable29Benjamin Gaussorgues2025-02-142-18/+10
* | fix: make locked exception path relative to the viewRobin Appelman2025-02-151-16/+8
* | fix(files): Correctly copy the cache information on copy operationsLouis Chemineau2025-02-133-11/+41
|/
* fix: explicitly ignore nested mounts when transfering ownershipRobin Appelman2025-02-051-3/+9
* fix: translate mount move error messagesRobin Appelman2025-02-051-11/+36
* fix: improve checks for moving shares/storages into other mountsRobin Appelman2025-02-051-15/+51
* fix(s3): treat empty sse_c_key as not setbackport/50514/stable29Richard Steinmetz2025-01-291-1/+1
* fix(files): Do not array access null valuebackport/50437/stable29Ferdinand Thiessen2025-01-291-1/+3
* fix: Metadata field searchbackport/50273/stable29Louis Chemineau2025-01-271-6/+11
* Merge pull request #49990 from nextcloud/backport/49887/stable29Kate2025-01-201-2/+9
|\
| * chore: psalm fixesRobin Appelman2025-01-201-0/+2
| * fix: don't skip scanner users filesystem if they have a mountpoint at /<user>...Robin Appelman2025-01-201-2/+7
* | fix(TemplateManager): Remove warning messageGit'Fellow2025-01-201-1/+0
|/
* Merge pull request #49675 from nextcloud/backport/49262/stable29Git'Fellow2025-01-091-1/+5
|\
| * fix: don't do same-storage move optimization with encryption wrappersRobin Appelman2025-01-091-1/+5
* | Merge pull request #49655 from nextcloud/backport/48769/stable29Git'Fellow2025-01-091-1/+8
|\ \
| * | fix: use scan_permissions when copying cache itemsRobin Appelman2024-12-091-1/+5
| * | fix: store unmaked source permissions as scan_permissions when loading share ...Robin Appelman2024-12-091-0/+3
| |/
* | fix(View): Catch exceptions when executing mkdir for non-existent parentsprovokateurin2024-12-171-4/+11
* | fix(TemplateManager): Make sure TemplateFolder is a Folderbackport/49451/stable29Git'Fellow2024-12-161-2/+6
* | Merge pull request #49654 from nextcloud/backport/49551/stable29John Molakvoæ2024-12-121-2/+9
|\ \
| * | fix: don't propagate future mtimesbackport/49551/stable29Robin Appelman2024-12-041-2/+9
| |/
* / fix: fix mimetype not being updated when changing file extention on object storebackport/40394/stable29Robin Appelman2024-12-111-9/+13
|/
* fix: fix availability wrapper not applyingRobin Appelman2024-11-261-2/+2
* fix: throw correct exception type when we can't verify if an s3 bucket existsRobin Appelman2024-11-261-5/+6
* fix(storage): Try to delete existing targetbackport/49315/stable29Git'Fellow2024-11-212-10/+13
* fix: Clean-up some remaining readdir calls with undesirable false evaluation ...Josh Richards2024-11-132-2/+2
* Fix Undefined variable: response notice in case of non-404 errorbackport/49146/stable29Victor Dubiniuk2024-11-081-2/+3
* Merge pull request #48998 from nextcloud/backport/47986/stable29Louis2024-10-311-0/+5
|\
| * perf(ObjectStoreStorage): Improve (slow) move on same object bucketChristoph Fiehe2024-10-301-0/+5
* | Merge pull request #48488 from nextcloud/backport/48235/stable29Benjamin Gaussorgues2024-10-302-24/+85
|\ \ | |/ |/|
| * fix: rework move into object store to better preserve fileidsRobin Appelman2024-10-091-19/+58
| * fix: preserve fileid when moving from objectstore to non-objectstoreRobin Appelman2024-10-092-6/+27
| * fix: ensure source folder is removed from cache when moving to objectstoreRobin Appelman2024-10-091-0/+1
* | fix: Fix copying or moving from shared groupfoldersDaniel Calviño Sánchez2024-10-291-2/+6
* | fix: Allow overriding shouldApplyQuota check from child classesbackport/48623/stable29Julius Knorr2024-10-091-1/+1
|/
* fix(s3): suppress php deprecation warning on php8dependaniel/aws-sdk-for-29Daniel Kesselberg2024-09-261-0/+1
* fix: ensure parent folder exists when writing a file to object storageRobin Appelman2024-09-191-0/+4
* fix: verify that parent exists in cache when insertingRobin Appelman2024-09-191-0/+3
* fix: fix object store id for test object storeRobin Appelman2024-09-191-2/+2
* fix: cleanup objectstore file_put_contentRobin Appelman2024-09-191-7/+4
* fix: create intermediate directories for objectstore moveFromStorageRobin Appelman2024-09-191-0/+1
* fix: get source file before moving the cache item in objectstore moveFromStorageRobin Appelman2024-09-191-1/+5
* chore: improve hash_file php usage in Local Storagebackport/46218/stable29John Molakvoæ2024-09-161-8/+1
* fix(files): Ensure that the hash method does not return nullLouis Chemineau2024-09-162-2/+10
* Merge pull request #47862 from nextcloud/backport/47860/stable29John Molakvoæ2024-09-161-3/+1
|\
| * fix: Only write once to template instead of create/copybackport/47860/stable29Julius Knorr2024-09-101-3/+1