nextcloud/apps/cloud_federation_api/lib
Micke Nordin c753aad9e3 refactor(ocm): expose confirmRequestOrigin as a function on ocmDiscoveryService
Apps implementing OCM endpoints via OCMEndpointRequestEvent (e.g.
SUNET/nextcloud-ocm_request_share for request-share, nextcloud/contacts
for invite-accepted) need to apply the same identity check that the
built-in addShare and receiveNotification handlers apply, so it makes
sense to make it publicly accessible.

It also allows us to refactor RequestHandlerController::confirmSignedOrigin
to use the new public method and drop the confirmNotificationIdentity helper.

Signed-off-by: Micke Nordin <kano@sunet.se>
2026-05-27 11:03:55 +02:00
..
AppInfo chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
Controller refactor(ocm): expose confirmRequestOrigin as a function on ocmDiscoveryService 2026-05-27 11:03:55 +02:00
Db feat(OCM-invites): Implementation of invitation flow 2025-06-12 11:20:26 +02:00
Events feat(OCM-invites): Implementation of invitation flow 2025-06-12 11:20:26 +02:00
Migration chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
Capabilities.php chore: add missing Override attribute to app code 2026-04-28 21:29:28 +02:00
Config.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