nextcloud/apps/files_external/lib
Kent Delante b57db10814 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 12:07:53 +08:00
..
AppInfo refactor(files_external): Drop oauth1 auth mechanism registration 2025-08-07 22:23:25 -04:00
BackgroundJob refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Command refactor: Port away from IQueryBuilder::execute in apps/ 2025-09-16 11:35:01 +02:00
Config chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
Controller refactor(files_external): migrate Ajax with OC_JSON to proper controller 2025-09-30 20:19:21 +02:00
Lib fix: pass only necessary information when deleting mulitple objects 2025-11-18 12:07:53 +08:00
Listener feat(files_external): support lexicon 2025-05-05 17:05:45 -01:00
Migration feat(files): Mark homefolder as overwritten when an external storage mounted at / exists 2025-09-29 19:26:40 +02:00
Service fix(files-external): do not load lazy appconfig from construct 2025-10-27 13:37:13 -01:00
Settings chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
ConfigLexicon.php feat(lexicon): moving out from unstable 2025-07-24 15:56:33 -01:00
MountConfig.php chore: Fix all method calls with too many arguments 2025-07-22 12:34:49 +02:00
NotFoundException.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
ResponseDefinitions.php fix(OpenAPI): Adjust array syntax to avoid ambiguities 2024-11-05 09:58:11 +01:00