From ed96098546c7bd1d9d6129c28cf108f962a2ea0d Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 22 Jun 2026 22:12:58 -0400 Subject: [PATCH 1/4] docs(cloud_federation_api): refine app summary and description Signed-off-by: Josh --- apps/cloud_federation_api/appinfo/info.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/cloud_federation_api/appinfo/info.xml b/apps/cloud_federation_api/appinfo/info.xml index 7991f4f062d06..02f6381d5b599 100644 --- a/apps/cloud_federation_api/appinfo/info.xml +++ b/apps/cloud_federation_api/appinfo/info.xml @@ -7,8 +7,8 @@ xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> cloud_federation_api Cloud Federation API - Enable clouds to communicate with each other and exchange data - The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data. + Implements a common federation API for sharing across compatible servers + Provides a common federation API for sharing, notifications, and invitations across compatible servers. 2.0.0-dev.0 agpl Bjoern Schiessle From ee11a72b3088a406ebf987bd440d2ef422b0fc3f Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 22 Jun 2026 22:20:06 -0400 Subject: [PATCH 2/4] docs(federatedfilesharing): refine app summary and description Signed-off-by: Josh --- apps/federatedfilesharing/appinfo/info.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/federatedfilesharing/appinfo/info.xml b/apps/federatedfilesharing/appinfo/info.xml index 66fbad4deb88a..94fc4dce5f195 100644 --- a/apps/federatedfilesharing/appinfo/info.xml +++ b/apps/federatedfilesharing/appinfo/info.xml @@ -8,8 +8,8 @@ xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> federatedfilesharing Federated file sharing - Provide federated file sharing across servers - Provide federated file sharing across servers + Enables federated file sharing across compatible servers + Provides federated file and folder sharing across compatible servers, including remote share invitations and notifications. 2.0.0-dev.1 agpl Bjoern Schiessle From 592348ad612c3a2e6910c9e8f56dc15f32f90e69 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 22 Jun 2026 22:32:15 -0400 Subject: [PATCH 3/4] docs(federation): clarify app metadata wording Signed-off-by: Josh --- apps/federation/appinfo/info.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/federation/appinfo/info.xml b/apps/federation/appinfo/info.xml index 2c9bce9612e8a..fcdd02be9badf 100644 --- a/apps/federation/appinfo/info.xml +++ b/apps/federation/appinfo/info.xml @@ -8,8 +8,8 @@ xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> federation Federation - Federation allows you to connect with other trusted servers to exchange the account directory. - Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. + Connects trusted servers to support optional account discovery + Manages trusted server connections, shared-secret exchange, and account discovery for optional federation features such as external account lookup. 2.0.0-dev.0 agpl Bjoern Schiessle From 982c9674335fce65bc7a7cd3a2fcb5d2ed502f85 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Tue, 23 Jun 2026 10:49:50 +0200 Subject: [PATCH 4/4] chore(openapi): Update openapi definitions Signed-off-by: Carl Schwan --- apps/cloud_federation_api/openapi.json | 2 +- apps/federatedfilesharing/openapi.json | 2 +- apps/federation/openapi-administration.json | 2 +- apps/federation/openapi-federation.json | 2 +- apps/federation/openapi-full.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/cloud_federation_api/openapi.json b/apps/cloud_federation_api/openapi.json index 85272802c560d..b91177c494a97 100644 --- a/apps/cloud_federation_api/openapi.json +++ b/apps/cloud_federation_api/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "cloud_federation_api", "version": "0.0.1", - "description": "Enable clouds to communicate with each other and exchange data", + "description": "Implements a common federation API for sharing across compatible servers", "license": { "name": "agpl" } diff --git a/apps/federatedfilesharing/openapi.json b/apps/federatedfilesharing/openapi.json index bd172c574cdba..c06bc4edb788d 100644 --- a/apps/federatedfilesharing/openapi.json +++ b/apps/federatedfilesharing/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "federatedfilesharing", "version": "0.0.1", - "description": "Provide federated file sharing across servers", + "description": "Enables federated file sharing across compatible servers", "license": { "name": "agpl" } diff --git a/apps/federation/openapi-administration.json b/apps/federation/openapi-administration.json index ae4716c376962..0dfe82a9e9c09 100644 --- a/apps/federation/openapi-administration.json +++ b/apps/federation/openapi-administration.json @@ -3,7 +3,7 @@ "info": { "title": "federation-administration", "version": "0.0.1", - "description": "Federation allows you to connect with other trusted servers to exchange the account directory.", + "description": "Connects trusted servers to support optional account discovery", "license": { "name": "agpl" } diff --git a/apps/federation/openapi-federation.json b/apps/federation/openapi-federation.json index beb66fcfcd6e1..360f7aa3f3a89 100644 --- a/apps/federation/openapi-federation.json +++ b/apps/federation/openapi-federation.json @@ -3,7 +3,7 @@ "info": { "title": "federation-federation", "version": "0.0.1", - "description": "Federation allows you to connect with other trusted servers to exchange the account directory.", + "description": "Connects trusted servers to support optional account discovery", "license": { "name": "agpl" } diff --git a/apps/federation/openapi-full.json b/apps/federation/openapi-full.json index 573f3f08b7f44..835220366d702 100644 --- a/apps/federation/openapi-full.json +++ b/apps/federation/openapi-full.json @@ -3,7 +3,7 @@ "info": { "title": "federation-full", "version": "0.0.1", - "description": "Federation allows you to connect with other trusted servers to exchange the account directory.", + "description": "Connects trusted servers to support optional account discovery", "license": { "name": "agpl" }