Skip to content
Closed
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
2 changes: 1 addition & 1 deletion modules/ROOT/pages/architecture/architecture.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/deployment/services/s-list/userlog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/pages/security/security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion modules/ROOT/partials/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
////