Skip to content

Commit

Permalink
commit 17a5991
Browse files Browse the repository at this point in the history
Merge: 3f8bebc cdb9038
Author: Willy Kloucek <[email protected]>
Date:   Tue Nov 9 15:06:25 2021 +0100

    Merge pull request #2738 from owncloud/fix_mediaviewer_url_encoded

    fix opening images in media viewer for some usernames
  • Loading branch information
wkloucek committed Nov 9, 2021
1 parent 3fd447e commit 08c87bc
Show file tree
Hide file tree
Showing 14 changed files with 806 additions and 806 deletions.
176 changes: 88 additions & 88 deletions extensions/accounts/configuration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Configuration"
date: "2021-11-09T10:00:46+0000"
date: "2021-11-09T14:06:45+0000"
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/accounts/templates
Expand Down Expand Up @@ -35,11 +35,25 @@ If multiple variables are listed for one option, they are in order of precedence

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

### accounts update
### accounts add

Create a new account

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













Make changes to an existing account

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



Expand Down Expand Up @@ -98,6 +112,10 @@ Usage: `accounts update [command options] [arguments...]`
: Set the displayname for the account.


-username |
: Username will be written to preferred-name and on_premises_sam_account_name.


-preferred-name |
: Set the preferred-name for the account.

Expand Down Expand Up @@ -143,8 +161,11 @@ Usage: `accounts update [command options] [arguments...]`



### accounts list

List existing accounts

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



Expand All @@ -158,11 +179,8 @@ Usage: `accounts update [command options] [arguments...]`



### accounts add

Create a new account

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



Expand Down Expand Up @@ -227,68 +245,18 @@ Usage: `accounts add [command options] [arguments...]`
: service name. Default: `"accounts"`.


-enabled |
: Enable the account.


-displayname |
: Set the displayname for the account.


-username |
: Username will be written to preferred-name and on_premises_sam_account_name.


-preferred-name |
: Set the preferred-name for the account.


-on-premises-sam-account-name |
: Set the on-premises-sam-account-name.


-uidnumber |
: Set the uidnumber for the account.


-gidnumber |
: Set the gidnumber for the account.


-mail |
: Set the mail for the account.


-description |
: Set the description for the account.


-password |
: Set the password for the account.


-password-policies |
: Possible policies: DisableStrongPassword, DisablePasswordExpiration.


-force-password-change |
: Force password change on next sign-in.


-force-password-change-mfa |
: Force password change on next sign-in with mfa.



### 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...]`



Expand Down Expand Up @@ -361,21 +329,17 @@ Usage: `accounts inspect [command options] [arguments...]`



### accounts remove

Removes an existing account

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 rebuildIndex

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

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



Expand Down Expand Up @@ -443,20 +407,24 @@ Usage: `accounts rebuildIndex [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 version

Print the versions of the running instances

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


### accounts remove

Removes an existing account

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



Expand Down Expand Up @@ -524,26 +492,26 @@ 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"`.




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

### accounts inspect

-name | $ACCOUNTS_NAME
: service name. Default: `"accounts"`.
Show detailed data on an existing account

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


### accounts list

List existing accounts

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



Expand Down Expand Up @@ -622,10 +590,6 @@ Usage: `accounts list [command options] [arguments...]`
-name | $ACCOUNTS_NAME
: service name. Default: `"accounts"`.





### accounts ocis-accounts

Provide accounts and groups for oCIS
Expand Down Expand Up @@ -908,11 +872,11 @@ Usage: `accounts server [command options] [arguments...]`



### accounts version
### accounts update

Print the versions of the running instances
Make changes to an existing account

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



Expand Down Expand Up @@ -955,20 +919,60 @@ Usage: `accounts version [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"`.


-enabled |
: Enable the account.


-displayname |
: Set the displayname for the account.


-preferred-name |
: Set the preferred-name for the account.


-on-premises-sam-account-name |
: Set the on-premises-sam-account-name.


-uidnumber |
: Set the uidnumber for the account.


-gidnumber |
: Set the gidnumber for the account.


-mail |
: Set the mail for the account.


-description |
: Set the description for the account.


-password |
: Set the password for the account.


-password-policies |
: Possible policies: DisableStrongPassword, DisablePasswordExpiration.


-force-password-change |
: Force password change on next sign-in.


-force-password-change-mfa |
: Force password change on next sign-in with mfa.



Expand All @@ -984,12 +988,8 @@ Usage: `accounts version [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"`.



Expand Down
Loading

0 comments on commit 08c87bc

Please sign in to comment.