nextcloud/apps/files_external/lib
Kent Delante fc878ae88d fix: pass only necessary information when deleting mulitple objects
DeleteObjects currently fails when the request includes all the
information returned by ListObjects. Send only the necessary
information in the request. Note: 'Size' and 'DateModified' is now
only supported by directory buckets.

Signed-off-by: Kent Delante <kent.delante@proton.me>
2026-02-11 05:27:46 +00:00
..
AppInfo refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
BackgroundJob refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Command feat: add --unscanned option to files_external:scan 2025-06-03 13:13:49 +00:00
Config feat(files_external): Enable ownerless shares 2024-12-04 09:38:05 +01:00
Controller fix(external_storage): fix settings save 2025-03-11 23:55:01 +01:00
Lib fix: pass only necessary information when deleting mulitple objects 2026-02-11 05:27:46 +00:00
Listener refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Migration feat(files): Mark homefolder as overwritten when an external storage mounted at / exists 2026-01-14 19:21:06 +01:00
Service feat(files): Mark homefolder as overwritten when an external storage mounted at / exists 2026-01-14 19:21:06 +01:00
Settings refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
MountConfig.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
NotFoundException.php chore: Add SPDX header 2024-06-06 18:05:37 +02:00
ResponseDefinitions.php fix(OpenAPI): Adjust array syntax to avoid ambiguities 2024-11-05 09:58:11 +01:00