From f7c5b8e6e889b0cb6f5aa50541ac0fa35f711bb8 Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Fri, 11 Nov 2022 10:30:16 +0100 Subject: [PATCH] Minor tweaks to web office apps --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4dfe4a8e11..bee9e2ffbd 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ## Introduction -ownCloud Infinite Scale (oCIS) is the new file sync & share platform that will be the foundation of your data management platform. +ownCloud Infinite Scale (oCIS) is the new file sync & share platform that will be the foundation of your data management platform. **Infinite Scale is currently in code freeze for general availability of version 2.0. Feature completeness was reached and the community is concentrating on bug fixes and performance improvements.** @@ -30,19 +30,19 @@ Infinite Scale allows the following ownCloud clients: to synchronize and share file spaces with a scalable server backend based on [reva](https://reva.link/) using open and well defined APIs like [WebDAV](http://www.webdav.org/) and [CS3](https://github.com/cs3org/cs3apis/). -### External Office Applications +### Web Office Applications -External office applications like: +Infinite Scale can integrate web office applications such as: * [Collabora Online](https://github.com/CollaboraOnline/online), * [OnlyOffice Docs](https://github.com/ONLYOFFICE/DocumentServer) or * [Microsoft Office Online Server](https://owncloud.com/microsoft-office-online-integration-with-wopi/) -can be used to collaborate using a [WOPI application gateway](https://github.com/cs3org/wopiserver). +Collaborative editing is supported by the [WOPI application gateway](https://github.com/cs3org/wopiserver). ### Authentication -Users are authenticated via [OpenID Connect](https://openid.net/connect/) using either an external IdP like [Keycloak](https://www.keycloak.org/) or the embedded [LibreGraph Connect](https://github.com/libregraph/lico) identity provider. +Users are authenticated via [OpenID Connect](https://openid.net/connect/) using either an external IdP like [Keycloak](https://www.keycloak.org/) or the embedded [LibreGraph Connect](https://github.com/libregraph/lico) identity provider. ### Installation @@ -94,7 +94,7 @@ See the [Development Documentation - Getting Started](https://owncloud.dev/ocis/ ## Security -See the [Security Aspects](https://doc.owncloud.com/ocis/next/security/security.html) for a general overview of security related topics. +See the [Security Aspects](https://doc.owncloud.com/ocis/next/security/security.html) for a general overview of security related topics. If you find a security issue, please contact [security@owncloud.com](mailto:security@owncloud.com) first. ## Contributing