nextcloud/apps/cloud_federation_api
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: Bump app versions and requirements 2026-05-15 09:31:33 +02:00
composer feat(ocm): event on ocm discovery and ocm request 2026-01-07 17:54:26 -01:00
l10n fix(l10n): Update translations from Transifex 2026-05-27 00:23:20 +00:00
lib refactor(ocm): expose confirmRequestOrigin as a function on ocmDiscoveryService 2026-05-27 11:03:55 +02:00
tests refactor(ocm): expose confirmRequestOrigin as a function on ocmDiscoveryService 2026-05-27 11:03:55 +02:00
LICENSE add cloud federation api app 2018-07-02 11:29:27 +02:00
openapi.json fix(cloud-federation-api): align inviteAccepted parameter naming with spec 2025-10-27 12:28:09 +01:00
openapi.json.license chore: Add SPDX header 2024-05-31 10:38:47 +02:00
README.md chore: Add SPDX header 2024-05-31 10:38:47 +02:00

cloud_federation_api

The cloud federation API allows to share information like files, contacts, calendars, incoming calls, etc across Nextcloud instances