From d45b9f062122cf58b97b48f028ae8ba98f0a49c7 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 14:21:36 +0200 Subject: [PATCH 1/2] docs: normalize legacy server product name to "ownCloud Classic" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename the legacy ownCloud server product to its canonical name "ownCloud Classic" across all user-facing documentation text. The version (10/11) is kept only as trailing information where relevant (e.g. "ownCloud Classic 10"). Normalized variants: "ownCloud Server", "owncloud Server", "ownCloud Classic Server", and bare "ownCloud 10/11". Scope is limited to prose, headings and link display text. xref/include targets, module slugs (classic_ui, oc10-app), URLs, attribute names (e.g. oc10-api-url), image paths, anchors, and the new product names (ownCloud Infinite Scale / oCIS) are unchanged. Verified: every URL/xref target byte-identical and oCIS/Infinite Scale occurrences unchanged. 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/admin/pages/architecture/architecture.adoc | 2 +- modules/admin/pages/deployment/services/s-list/frontend.adoc | 2 +- modules/admin/pages/deployment/services/s-list/userlog.adoc | 2 +- modules/admin/pages/security/security.adoc | 2 +- modules/admin/partials/nav.adoc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/admin/pages/architecture/architecture.adoc b/modules/admin/pages/architecture/architecture.adoc index b8f674eba..ec43e89d4 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 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. 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..b0dd7d6cd 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 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. ==== 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..ad862c4ed 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 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. === File-based storage diff --git a/modules/admin/partials/nav.adoc b/modules/admin/partials/nav.adoc index 6882898a0..8f4259dc0 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 10 to ownCloud Infinite Scale] //// From b03bee37599ec4d0eb734a6f04c8e7534f0f5fe0 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 14:45:52 +0200 Subject: [PATCH 2/2] docs: drop redundant "10" version and fix grammar after rename MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two follow-ups to the "ownCloud Classic" rename: 1. Strip the now-redundant "10" from bare "ownCloud Classic 10" references where the version carries no meaning. Specific release references (e.g. "ownCloud Classic >= 10.8") keep their version. 2. Where replacing the noun "Server" with the adjective-final "Classic" left a dangling sentence, restore the common noun ("...used with an ownCloud Classic server."). xref/include targets, module slugs, URLs and oCIS / Infinite Scale references are unchanged. Co-Authored-By: Claude Opus 4.8 Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> --- modules/admin/pages/architecture/architecture.adoc | 2 +- modules/admin/pages/deployment/services/s-list/frontend.adoc | 2 +- modules/admin/pages/security/security.adoc | 2 +- modules/admin/partials/nav.adoc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/admin/pages/architecture/architecture.adoc b/modules/admin/pages/architecture/architecture.adoc index ec43e89d4..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 Classic 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 b0dd7d6cd..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 Classic 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/security/security.adoc b/modules/admin/pages/security/security.adoc index ad862c4ed..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 Classic 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 8f4259dc0..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 Classic 10 to ownCloud Infinite Scale] +*** xref:admin:migration/index.adoc[Migrating from ownCloud Classic to ownCloud Infinite Scale] ////