Skip to content

Commit

Permalink
Update services/ocs/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Martin <github@diemattels.at>
  • Loading branch information
kobergj and mmattel authored Sep 6, 2023
1 parent f4e4d2d commit 3587931
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions services/ocs/README.md
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.

0 comments on commit 3587931

Please sign in to comment.