Skip to content

Commit

Permalink
commit a8056f2
Browse files Browse the repository at this point in the history
Merge: f9f9056 633391e
Author: Benedikt Kulmann <[email protected]>
Date:   Tue Dec 15 09:32:59 2020 +0100

    Merge pull request #1092 from owncloud/settings-permission-checks

    Introduce permission checks for WRITE access via http
  • Loading branch information
kulmann committed Dec 15, 2020
1 parent 2164ef7 commit e2652de
Show file tree
Hide file tree
Showing 13 changed files with 364 additions and 364 deletions.
104 changes: 52 additions & 52 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-15T02:36:43+0000"
date: "2020-12-15T08:33:42+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -33,39 +33,18 @@ If you prefer to configure the service with environment variables you can see th

If you prefer to configure the service with commandline flags you can see the available variables below. Command line flags are only working when calling the subcommand directly.

### accounts update

Make changes to an existing account

Usage: `accounts update [command options] [arguments...]`

### accounts list
### accounts remove

List existing accounts
Removes an existing account

Usage: `accounts list [command options] [arguments...]`
Usage: `accounts remove [command options] [arguments...]`

--grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.

--name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts ocis-accounts

Provide accounts and groups for oCIS

Usage: `accounts ocis-accounts [command options] [arguments...]`

--log-level | $ACCOUNTS_LOG_LEVEL
: Set logging level. Default: `info`.

--log-pretty | $ACCOUNTS_LOG_PRETTY
: Enable pretty logging. Default: `true`.

--log-color | $ACCOUNTS_LOG_COLOR
: Enable colored logging. Default: `true`.

### accounts version

Print the versions of the running instances
Expand All @@ -78,35 +57,11 @@ Usage: `accounts version [command options] [arguments...]`
--name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts rebuildIndex

Rebuilds the service's index, i.e. deleting and then re-adding all existing documents

Usage: `accounts rebuildIndex [command options] [arguments...]`

### accounts inspect

Show detailed data on an existing account

Usage: `accounts inspect [command options] [arguments...]`

--grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.

--name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts remove

Removes an existing account

Usage: `accounts remove [command options] [arguments...]`
### accounts update

--grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.
Make changes to an existing account

--name | $ACCOUNTS_NAME
: service name. Default: `accounts`.
Usage: `accounts update [command options] [arguments...]`

### accounts server

Expand Down Expand Up @@ -180,3 +135,48 @@ Create a new account

Usage: `accounts add [command options] [arguments...]`

### accounts list

List existing accounts

Usage: `accounts list [command options] [arguments...]`

--grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.

--name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

### accounts rebuildIndex

Rebuilds the service's index, i.e. deleting and then re-adding all existing documents

Usage: `accounts rebuildIndex [command options] [arguments...]`

### accounts ocis-accounts

Provide accounts and groups for oCIS

Usage: `accounts ocis-accounts [command options] [arguments...]`

--log-level | $ACCOUNTS_LOG_LEVEL
: Set logging level. Default: `info`.

--log-pretty | $ACCOUNTS_LOG_PRETTY
: Enable pretty logging. Default: `true`.

--log-color | $ACCOUNTS_LOG_COLOR
: Enable colored logging. Default: `true`.

### accounts inspect

Show detailed data on an existing account

Usage: `accounts inspect [command options] [arguments...]`

--grpc-namespace | $ACCOUNTS_GRPC_NAMESPACE
: Set the base namespace for the grpc namespace. Default: `com.owncloud.api`.

--name | $ACCOUNTS_NAME
: service name. Default: `accounts`.

32 changes: 16 additions & 16 deletions extensions/glauth/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-15T02:36:45+0000"
date: "2020-12-15T08:33:44+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/glauth/templates
Expand Down Expand Up @@ -33,6 +33,21 @@ If you prefer to configure the service with environment variables you can see th

If you prefer to configure the service with commandline flags you can see the available variables below. Command line flags are only working when calling the subcommand directly.

### glauth ocis-glauth

Serve GLAuth API for oCIS

Usage: `glauth ocis-glauth [command options] [arguments...]`

--log-level | $GLAUTH_LOG_LEVEL
: Set logging level. Default: `info`.

--log-pretty | $GLAUTH_LOG_PRETTY
: Enable pretty logging. Default: `true`.

--log-color | $GLAUTH_LOG_COLOR
: Enable colored logging. Default: `true`.

### glauth health

Check health status
Expand Down Expand Up @@ -141,18 +156,3 @@ Usage: `glauth server [command options] [arguments...]`
--fallback-use-graphapi | $GLAUTH_FALLBACK_USE_GRAPHAPI
: use Graph API, only for owncloud datastore. Default: `true`.

### glauth ocis-glauth

Serve GLAuth API for oCIS

Usage: `glauth ocis-glauth [command options] [arguments...]`

--log-level | $GLAUTH_LOG_LEVEL
: Set logging level. Default: `info`.

--log-pretty | $GLAUTH_LOG_PRETTY
: Enable pretty logging. Default: `true`.

--log-color | $GLAUTH_LOG_COLOR
: Enable colored logging. Default: `true`.

2 changes: 1 addition & 1 deletion extensions/konnectd/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-15T02:36:47+0000"
date: "2020-12-15T08:33:46+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/konnectd/templates
Expand Down
56 changes: 28 additions & 28 deletions extensions/ocs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-15T02:36:52+0000"
date: "2020-12-15T08:33:50+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/ocs/templates
Expand Down Expand Up @@ -33,33 +33,6 @@ If you prefer to configure the service with environment variables you can see th

If you prefer to configure the service with commandline flags you can see the available variables below. Command line flags are only working when calling the subcommand directly.

### ocs ocis-ocs

Serve OCS API for oCIS

Usage: `ocs ocis-ocs [command options] [arguments...]`

--log-level | $OCS_LOG_LEVEL
: Set logging level. Default: `info`.

--log-pretty | $OCS_LOG_PRETTY
: Enable pretty logging. Default: `true`.

--log-color | $OCS_LOG_COLOR
: Enable colored logging. Default: `true`.

### ocs version

Print the versions of the running instances

Usage: `ocs version [command options] [arguments...]`

--http-namespace | $OCS_NAMESPACE
: Set the base namespace for the http namespace. Default: `com.owncloud.web`.

--name | $OCS_NAME
: Service name. Default: `ocs`.

### ocs health

Check health status
Expand Down Expand Up @@ -120,3 +93,30 @@ Usage: `ocs server [command options] [arguments...]`
--jwt-secret | $OCS_JWT_SECRET
: Used to dismantle the access token, should equal reva's jwt-secret. Default: `Pive-Fumkiu4`.

### ocs ocis-ocs

Serve OCS API for oCIS

Usage: `ocs ocis-ocs [command options] [arguments...]`

--log-level | $OCS_LOG_LEVEL
: Set logging level. Default: `info`.

--log-pretty | $OCS_LOG_PRETTY
: Enable pretty logging. Default: `true`.

--log-color | $OCS_LOG_COLOR
: Enable colored logging. Default: `true`.

### ocs version

Print the versions of the running instances

Usage: `ocs version [command options] [arguments...]`

--http-namespace | $OCS_NAMESPACE
: Set the base namespace for the http namespace. Default: `com.owncloud.web`.

--name | $OCS_NAME
: Service name. Default: `ocs`.

2 changes: 1 addition & 1 deletion extensions/onlyoffice/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-15T02:37:02+0000"
date: "2020-12-15T08:33:56+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/onlyoffice/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/proxy/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-15T02:36:54+0000"
date: "2020-12-15T08:33:51+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/proxy/templates
Expand Down
2 changes: 1 addition & 1 deletion extensions/settings/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2020-12-15T02:36:55+0000"
date: "2020-12-15T08:33:52+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/settings/templates
Expand Down
Loading

0 comments on commit e2652de

Please sign in to comment.