nextcloud/apps/cloud_federation_api/tests
Micke Nordin 4d5841761f
fix(cloud_federation_api): accept multi-protocol share envelopes
Shares using the OCM multi-protocol envelope (name multi, with the secret carried in a sibling protocol entry such as webdav) were rejected with Missing sharedSecret in protocol. Scan every protocol entry for the shared secret during validation, resolve the secret from the matching entry, and let the files provider serve the webdav entry of a multi envelope. Covers the file and folder resource types.

Signed-off-by: Micke Nordin <kano@sunet.se>
2026-06-17 11:01:19 +02:00
..
BackgroundJob feat(cloud_federation_api): add token exchange endpoint issuing JWT access tokens 2026-06-17 11:01:11 +02:00
Controller feat(cloud_federation_api): add token exchange endpoint issuing JWT access tokens 2026-06-17 11:01:11 +02:00
RequestHandlerControllerTest.php fix(cloud_federation_api): accept multi-protocol share envelopes 2026-06-17 11:01:19 +02:00