aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Collapse)AuthorAgeFilesLines
* fix: No IFactory in constructorbackport/51259/stable31Marcel Müller2025-03-051-3/+1
| | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* fix(files): Don't do session related work in the constructor of the ViewJoas Schilling2025-03-051-10/+10
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* perf(files): faster query to fetch incomplete directoriesbackport/50781/stable31Benjamin Gaussorgues2025-02-132-15/+6
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* fix: don't use cached root info from shared cache if the watcher has ↵Robin Appelman2025-02-112-0/+16
| | | | | | detected an update Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix: make locked exception path relative to the viewRobin Appelman2025-02-111-16/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix: psalm and OCP @since declarationsJohn Molakvoæ2025-02-091-2/+2
| | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* fix: make sure we process mime extensions as stringskjnldsv2025-02-091-4/+11
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(s3): treat empty sse_c_key as not setRichard Steinmetz2025-01-291-1/+1
| | | | | Co-authored-by: Christian Becker <christian@dabecka.de> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* fix: Harden files scanner for invalid null accessbackport/50436/stable31Ferdinand Thiessen2025-01-286-172/+170
| | | | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Metadata field searchbackport/50273/stable31Louis Chemineau2025-01-251-6/+11
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(TemplateManager): Remove warning messageGit'Fellow2025-01-201-1/+0
| | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* fix: php lint extra tab fixfix/conversion-extensionJohn Molakvoæ2025-01-171-1/+0
| | | | Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* fix(files): more conversion tests and translate error messagesskjnldsv2025-01-171-9/+35
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore: remove unnecessary methodfix/file-conversion-missing-extensionElizabeth Danzberger2025-01-161-17/+0
| | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* fix: prevent missing target file extensionElizabeth Danzberger2025-01-161-12/+8
| | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* fix(files): conversion api simplification and conflict checkskjnldsv2025-01-161-36/+61
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat(api): File conversion APIElizabeth Danzberger2025-01-151-0/+152
| | | | Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de>
* fix: use proper way to get numeric storage id for mountpointRobin Appelman2025-01-131-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix(PathHelper): Remove null bytes when normalizing pathfix/files_sharing/harden-apiprovokateurin2025-01-131-0/+2
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Merge pull request #49903 from nextcloud/encryption-version-versionCôme Chilliet2025-01-071-0/+1
|\ | | | | fix: restore updated encrypted version when copying versions
| * fix: restore updated encrypted version when copying versionsencryption-version-versionRobin Appelman2025-01-031-0/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix: explicitly ignore nested mounts when transfering ownershipmount-move-checksRobin Appelman2025-01-061-3/+9
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix: translate mount move error messagesRobin Appelman2025-01-031-11/+36
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix: improve checks for moving shares/storages into other mountsRobin Appelman2025-01-031-15/+51
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix: don't skip scanner users filesystem if they have a mountpoint at ↵Robin Appelman2024-12-271-2/+7
| | | | | | /<user>/files/ Signed-off-by: Robin Appelman <robin@icewind.nl>
* fix: Fix copying to the root of another mountpointfix/fix-copy-to-mountpoint-rootCôme Chilliet2024-12-171-0/+3
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix(View): Catch exceptions when executing mkdir for non-existent parentsfix/view/catch-mkdir-exception-non-existent-parentsprovokateurin2024-12-161-4/+11
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Revert "fix: don't recalculate folder size in Cache::delete if the entry ↵ci/revert/47342Daniel Kesselberg2024-12-161-0/+3
| | | | | | | | didn't exist" This reverts commit 5ca9d884d78fd4439a74dde02fdcafb3ac7a40f4. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* fix(TemplateManager): Make sure TemplateFolder is a FolderensureTemplateFolderGit'Fellow2024-12-131-2/+6
| | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* Merge pull request #47342 from nextcloud/cache-delete-notfound-sizeRobin Appelman2024-12-121-3/+0
|\ | | | | fix: don't recalculate folder size in Cache::delete if the entry didn't exist
| * fix: don't recalculate folder size in Cache::delete if the entry didn't existcache-delete-notfound-sizeRobin Appelman2024-08-201-3/+0
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #49739 from nextcloud/s3-disable-multipart-remove-debugKate2024-12-111-1/+0
|\ \ | | | | | | chore: cleanup leftover debug statement
| * | chore: cleanup leftover debug statements3-disable-multipart-remove-debugRobin Appelman2024-12-091-1/+0
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #40394 from nextcloud/updater-change-mimetype-objectstoreJohn Molakvoæ2024-12-111-9/+13
|\ \ \
| * | | fix: fix mimetype not being updated when changing file extention on object storeupdater-change-mimetype-objectstoreRobin Appelman2024-12-051-9/+13
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #49695 from nextcloud/copy-update-cache-excludedJohn Molakvoæ2024-12-111-1/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | fix: only do cache copy in updater if the parent folder should be in cachecopy-update-cache-excludedRobin Appelman2024-12-061-1/+9
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #49352 from nextcloud/s3-disable-multipartJulius Knorr2024-12-062-10/+31
|\ \ \ | | | | | | | | improve handling of large single-part s3 uploads
| * | | fix: get object size from stream where possibleRobin Appelman2024-12-051-0/+8
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | fix: don't perform the extra buffering in s3 stream write when the stream ↵Robin Appelman2024-12-051-10/+23
| | | | | | | | | | | | | | | | | | | | | | | | size is known Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | fix: use php://temp instead of php://memory for multi-part upload bufferRobin Appelman2024-12-051-1/+1
| |/ / | | | | | | | | | | | | | | | this should reduce potential memory issues if the limit is set very high Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #49262 from nextcloud/move-from-encryption-no-optRobin Appelman2024-12-051-1/+5
|\ \ \ | |/ / |/| | fix: don't do same-storage move optimization with encryption wrappers
| * | fix: don't do same-storage move optimization with encryption wrappersmove-from-encryption-no-optRobin Appelman2024-11-131-1/+5
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #48769 from nextcloud/copy-share-unmaskedRobin Appelman2024-12-041-1/+8
|\ \ \ | | | | | | | | Fix incorrect permissions when copying shared files
| * | | fix: use scan_permissions when copying cache itemsRobin Appelman2024-12-041-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | fix: store unmaked source permissions as scan_permissions when loading share ↵Robin Appelman2024-12-041-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | cache items Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #49551 from nextcloud/dont-propagate-future-timeJohn Molakvoæ2024-12-041-2/+9
|\ \ \ \ | |/ / / |/| | |
| * | | fix: don't propagate future mtimesRobin Appelman2024-11-281-2/+9
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #49293 from ↵Louis2024-12-041-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/artonge/fix/handle_folders_copy_live_photos fix: Handle copy of folders containing live photos
| * | | | fix: Correctly create NonExistingFolder during copyLouis Chemineau2024-12-041-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>