-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Martin <github@diemattels.at>
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# OCS Service | ||
|
||
The `ocs` service serves two purpouses: it has an endpoint for signing keys and an eventhandler for ocs (open collaboration services) related events | ||
The `ocs` service (open collaboration services) serves two purpouses: it has an endpoint for signing keys and an eventhandler for ocs related events. | ||
|
||
## Signing-Keys endpoint | ||
## Signing-Keys Endpoint | ||
|
||
The `ocs` service contains an endpoint "/cloud/user/signing-key" on which a user can GET a signing key. This functionality might be deprecated or moved in the future | ||
The `ocs` service contains an endpoint `/cloud/user/signing-key` on which a user can GET a signing key. Note, this functionality might be deprecated or moved in the future. | ||
|
||
## Event handler | ||
## Event Handler | ||
|
||
The `ocs` service contains an eventhandler for handling `ocs` related events. As of now it only listens to the `ShareCreated` event. | ||
The `ocs` service contains an eventhandler for handling `ocs` related events. As of now, it only listens to the `ShareCreated` event. | ||
|
||
### Auto-Accept Shares | ||
|
||
When setting the `OCS_AUTO_ACCEPT_SHARES` to `true` all incoming shares will be accepted automatically. Users can overwrite this setting individually in their profile. | ||
When setting the `OCS_AUTO_ACCEPT_SHARES` to `true`, all incoming shares will be accepted automatically. Users can overwrite this setting individually in their profile. |