Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/cloud_federation_api/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>cloud_federation_api</id>
<name>Cloud Federation API</name>
<summary>Enable clouds to communicate with each other and exchange data</summary>
<description>The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data.</description>
<summary>Implements a common federation API for sharing across compatible servers</summary>
<description>Provides a common federation API for sharing, notifications, and invitations across compatible servers.</description>
<version>2.0.0-dev.0</version>
<licence>agpl</licence>
<author>Bjoern Schiessle</author>
Expand Down
2 changes: 1 addition & 1 deletion apps/cloud_federation_api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions apps/federatedfilesharing/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>federatedfilesharing</id>
<name>Federated file sharing</name>
<summary>Provide federated file sharing across servers</summary>
<description>Provide federated file sharing across servers</description>
<summary>Enables federated file sharing across compatible servers</summary>
<description>Provides federated file and folder sharing across compatible servers, including remote share invitations and notifications.</description>
<version>2.0.0-dev.1</version>
<licence>agpl</licence>
<author>Bjoern Schiessle</author>
Expand Down
2 changes: 1 addition & 1 deletion apps/federatedfilesharing/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions apps/federation/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>federation</id>
<name>Federation</name>
<summary>Federation allows you to connect with other trusted servers to exchange the account directory.</summary>
<description>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.</description>
<summary>Connects trusted servers to support optional account discovery</summary>
<description>Manages trusted server connections, shared-secret exchange, and account discovery for optional federation features such as external account lookup.</description>
<version>2.0.0-dev.0</version>
<licence>agpl</licence>
<author>Bjoern Schiessle</author>
Expand Down
2 changes: 1 addition & 1 deletion apps/federation/openapi-administration.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/federation/openapi-federation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/federation/openapi-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
Loading