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 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/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 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/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 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" }