nextcloud-server/apps/files_external/lib
Kent Delante 82f9a1b64e 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>
2025-11-18 08:48:57 +07:00
..
AppInfo refactor(files_external): Drop oauth1 auth mechanism registration 2025-08-07 22:23:25 +07:00
BackgroundJob
Command chore: Fix all method calls with too many arguments 2025-07-22 12:34:49 +07:00
Config chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Controller chore: Fix all method calls with too many arguments 2025-07-22 12:34:49 +07:00
Lib fix: pass only necessary information when deleting mulitple objects 2025-11-18 08:48:57 +07:00
Listener feat(files_external): support lexicon 2025-05-05 17:05:45 +07:00
Migration chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Service fix(files-external): do not load lazy appconfig from construct 2025-11-03 12:10:59 +07:00
Settings chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ConfigLexicon.php feat(lexicon): moving out from unstable 2025-07-24 15:56:33 +07:00
MountConfig.php chore: Fix all method calls with too many arguments 2025-07-22 12:34:49 +07:00
NotFoundException.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ResponseDefinitions.php fix(OpenAPI): Adjust array syntax to avoid ambiguities 2024-11-05 09:58:11 +07:00