From 3b36d87df24c7ccd821b7b10da49583b10ddc3b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:30:26 +0200 Subject: [PATCH] docs: normalize legacy server product name to "ownCloud Classic" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of the "ownCloud Classic" rename to this maintained version branch so the published docs are consistent across versions. Renames the legacy product to its canonical name "ownCloud Classic" in user-facing text (prose, headings, link display text, the Antora component title), fixes grammar where replacing the noun "Server" left a dangling phrase, and normalizes the OC10 prose shorthand in the migration guide. Out of scope / unchanged: xref/include targets, module slugs (classic_ui, oc10-app), URLs, hostnames, attribute names, and the new product names (ownCloud Infinite Scale / oCIS). Version numbers in this version-specific manual are kept (e.g. migration 10 -> 11). Verified: every URL/xref target byte-identical, oCIS/Infinite Scale occurrences unchanged, and the Antora build produces an identical error set versus the base branch. Part of owncloud/docs#5111 Co-Authored-By: Claude Opus 4.8 Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> --- modules/ROOT/pages/architecture/architecture.adoc | 2 +- modules/ROOT/pages/deployment/services/s-list/frontend.adoc | 2 +- modules/ROOT/pages/deployment/services/s-list/userlog.adoc | 2 +- modules/ROOT/pages/security/security.adoc | 2 +- modules/ROOT/partials/nav.adoc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/ROOT/pages/architecture/architecture.adoc b/modules/ROOT/pages/architecture/architecture.adoc index 555525164..ecc663bd6 100644 --- a/modules/ROOT/pages/architecture/architecture.adoc +++ b/modules/ROOT/pages/architecture/architecture.adoc @@ -73,7 +73,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/ROOT/pages/deployment/services/s-list/frontend.adoc b/modules/ROOT/pages/deployment/services/s-list/frontend.adoc index e6ca4d60e..7fbc838bd 100644 --- a/modules/ROOT/pages/deployment/services/s-list/frontend.adoc +++ b/modules/ROOT/pages/deployment/services/s-list/frontend.adoc @@ -36,7 +36,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/ROOT/pages/deployment/services/s-list/userlog.adoc b/modules/ROOT/pages/deployment/services/s-list/userlog.adoc index f7240146f..8c253d7a6 100644 --- a/modules/ROOT/pages/deployment/services/s-list/userlog.adoc +++ b/modules/ROOT/pages/deployment/services/s-list/userlog.adoc @@ -26,7 +26,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/ROOT/pages/security/security.adoc b/modules/ROOT/pages/security/security.adoc index e38976ea7..675aab3d2 100644 --- a/modules/ROOT/pages/security/security.adoc +++ b/modules/ROOT/pages/security/security.adoc @@ -32,7 +32,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/ROOT/partials/nav.adoc b/modules/ROOT/partials/nav.adoc index 393febb94..b6e5b83bf 100644 --- a/modules/ROOT/partials/nav.adoc +++ b/modules/ROOT/partials/nav.adoc @@ -101,5 +101,5 @@ //// * Migration -** xref:migration/index.adoc[Migrating from ownCloud 10 to ownCloud Infinite Scale] +** xref:migration/index.adoc[Migrating from ownCloud Classic to ownCloud Infinite Scale] ////