diff --git a/modules/admin/pages/architecture/architecture.adoc b/modules/admin/pages/architecture/architecture.adoc index b8f674eba..783566f47 100644 --- a/modules/admin/pages/architecture/architecture.adoc +++ b/modules/admin/pages/architecture/architecture.adoc @@ -74,7 +74,7 @@ For detailed information on the implementation of spaces, check out the https:// ==== Federated Storage -To create a truly federated storage architecture, Infinite Scale breaks down the ownCloud 10 user-specific namespace, which is assembled on the server side, and makes the individual parts accessible to clients as storage spaces and storage space registries. +To create a truly federated storage architecture, Infinite Scale breaks down the ownCloud Classic user-specific namespace, which is assembled on the server side, and makes the individual parts accessible to clients as storage spaces and storage space registries. The diagram below shows the core concepts of the new architecture: diff --git a/modules/admin/pages/deployment/services/s-list/frontend.adoc b/modules/admin/pages/deployment/services/s-list/frontend.adoc index 660f160f0..a516907a2 100644 --- a/modules/admin/pages/deployment/services/s-list/frontend.adoc +++ b/modules/admin/pages/deployment/services/s-list/frontend.adoc @@ -37,7 +37,7 @@ The datagateway endpoint, by default `/data`, forwards file up- and download req === ocs -The ocs endpoint, by default `/ocs`, implements the ownCloud 10 Open Collaboration Services API by translating it into CS3 API requests. It can handle users, groups, capabilities and also implements the file sharing functionality on top of CS3. The `/ocs/v[12].php/cloud/user/signing-key` is currently handled by the dedicated xref:{s-path}/ocs.adoc[ocs] service. +The ocs endpoint, by default `/ocs`, implements the ownCloud Classic Open Collaboration Services API by translating it into CS3 API requests. It can handle users, groups, capabilities and also implements the file sharing functionality on top of CS3. The `/ocs/v[12].php/cloud/user/signing-key` is currently handled by the dedicated xref:{s-path}/ocs.adoc[ocs] service. ==== Event Handler diff --git a/modules/admin/pages/deployment/services/s-list/userlog.adoc b/modules/admin/pages/deployment/services/s-list/userlog.adoc index bc529b7fd..886a1034e 100644 --- a/modules/admin/pages/deployment/services/s-list/userlog.adoc +++ b/modules/admin/pages/deployment/services/s-list/userlog.adoc @@ -27,7 +27,7 @@ Currently, the configuration which user-related events are of interest is hard-c == Retrieving -The `userlog` service provides an API to retrieve configured events. For now, this API is mostly following the {oc10-api-url}[ownCloud Server notification GET API, window=_blank]. +The `userlog` service provides an API to retrieve configured events. For now, this API is mostly following the {oc10-api-url}[ownCloud Classic notification GET API, window=_blank]. == Subscribing diff --git a/modules/admin/pages/security/security.adoc b/modules/admin/pages/security/security.adoc index 78c5426fc..69e5a7276 100644 --- a/modules/admin/pages/security/security.adoc +++ b/modules/admin/pages/security/security.adoc @@ -33,7 +33,7 @@ Infinite Scale provides a flexible role system, which allows the permissions of === Extension System -Compared to the apps/extensions in ownCloud 10, the Infinite Scale extensions/services are more secure because they are developed and deployed as standalone services. They communicate via APIs with the core services and therefore can only use specific interfaces instead of having direct access to storages and data. A single extension which behaves incorrectly cannot corrupt the whole system. +Compared to the apps/extensions in ownCloud Classic, the Infinite Scale extensions/services are more secure because they are developed and deployed as standalone services. They communicate via APIs with the core services and therefore can only use specific interfaces instead of having direct access to storages and data. A single extension which behaves incorrectly cannot corrupt the whole system. === File-based storage diff --git a/modules/admin/partials/nav.adoc b/modules/admin/partials/nav.adoc index 6882898a0..b1cbbef46 100644 --- a/modules/admin/partials/nav.adoc +++ b/modules/admin/partials/nav.adoc @@ -112,5 +112,5 @@ //// ** Migration -*** xref:admin:migration/index.adoc[Migrating from ownCloud 10 to ownCloud Infinite Scale] +*** xref:admin:migration/index.adoc[Migrating from ownCloud Classic to ownCloud Infinite Scale] ////