1
0
mirror of https://github.com/owncloud/ocis.git synced 2025-04-18 23:44:07 +03:00

Merge pull request #11228 from owncloud/port/k6-n-playwright

[full-ci][tests-only] chore: port skip k6 and web bump
This commit is contained in:
Sawjan Gurung 2025-04-17 00:13:11 +00:00
parent 59ef9fab09
commit 3183ed30ce
92 changed files with 257 additions and 261 deletions

View File

@ -1,7 +1,7 @@
---
title: "ocis.messages.eventhistory.v0"
url: /apis/grpc_apis/ocis_messages_eventhistory_v0
date: 2025-04-16T00:11:00Z
date: 2025-04-17T00:11:15Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -1,7 +1,7 @@
---
title: "ocis.messages.policies.v0"
url: /apis/grpc_apis/ocis_messages_policies_v0
date: 2025-04-16T00:11:00Z
date: 2025-04-17T00:11:15Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -1,7 +1,7 @@
---
title: "ocis.messages.search.v0"
url: /apis/grpc_apis/ocis_messages_search_v0
date: 2025-04-16T00:11:00Z
date: 2025-04-17T00:11:15Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -1,7 +1,7 @@
---
title: "ocis.messages.settings.v0"
url: /apis/grpc_apis/ocis_messages_settings_v0
date: 2025-04-16T00:11:00Z
date: 2025-04-17T00:11:15Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -1,7 +1,7 @@
---
title: "ocis.messages.store.v0"
url: /apis/grpc_apis/ocis_messages_store_v0
date: 2025-04-16T00:11:00Z
date: 2025-04-17T00:11:15Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -1,7 +1,7 @@
---
title: "ocis.messages.thumbnails.v0"
url: /apis/grpc_apis/ocis_messages_thumbnails_v0
date: 2025-04-16T00:11:00Z
date: 2025-04-17T00:11:15Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -1,7 +1,7 @@
---
title: "ocis.services.eventhistory.v0"
url: /apis/grpc_apis/ocis_services_eventhistory_v0
date: 2025-04-16T00:11:00Z
date: 2025-04-17T00:11:15Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -1,7 +1,7 @@
---
title: "ocis.services.policies.v0"
url: /apis/grpc_apis/ocis_services_policies_v0
date: 2025-04-16T00:11:00Z
date: 2025-04-17T00:11:15Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -1,7 +1,7 @@
---
title: "ocis.services.search.v0"
url: /apis/grpc_apis/ocis_services_search_v0
date: 2025-04-16T00:11:00Z
date: 2025-04-17T00:11:15Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -1,7 +1,7 @@
---
title: "ocis.services.settings.v0"
url: /apis/grpc_apis/ocis_services_settings_v0
date: 2025-04-16T00:11:00Z
date: 2025-04-17T00:11:15Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -1,7 +1,7 @@
---
title: "ocis.services.store.v0"
url: /apis/grpc_apis/ocis_services_store_v0
date: 2025-04-16T00:11:00Z
date: 2025-04-17T00:11:15Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -1,7 +1,7 @@
---
title: "ocis.services.thumbnails.v0"
url: /apis/grpc_apis/ocis_services_thumbnails_v0
date: 2025-04-16T00:11:00Z
date: 2025-04-17T00:11:15Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -7914,12 +7914,12 @@ OCDAV_WEBDAV_NAMESPACE:
removalVersion: ""
deprecationInfo: ""
OCIS_ADMIN_USER_ID:
name: OCIS_ADMIN_USER_ID;STORAGE_USERS_PURGE_TRASH_BIN_USER_ID
name: OCIS_ADMIN_USER_ID;IDM_ADMIN_USER_ID
defaultValue: ""
type: string
description: ID of the user who collects all necessary information for deletion.
Consider that the UUID can be encoded in some LDAP deployment configurations like
in .ldif files. These need to be decoded beforehand.
description: ID of the user that should receive admin privileges. Consider that
the UUID can be encoded in some LDAP deployment configurations like in .ldif files.
These need to be decoded beforehand.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
@ -7944,28 +7944,28 @@ OCIS_ASYNC_UPLOADS:
removalVersion: ""
deprecationInfo: ""
OCIS_CACHE_AUTH_PASSWORD:
name: OCIS_CACHE_AUTH_PASSWORD;STORAGE_SYSTEM_CACHE_AUTH_PASSWORD
name: OCIS_CACHE_AUTH_PASSWORD;OCS_PRESIGNEDURL_SIGNING_KEYS_STORE_AUTH_PASSWORD
defaultValue: ""
type: string
description: Password for the configured store. Only applies when store type 'nats-js-kv'
is configured.
description: The password to authenticate with the store. Only applies when store
type 'nats-js-kv' is configured.
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_CACHE_AUTH_USERNAME:
name: OCIS_CACHE_AUTH_USERNAME;STORAGE_SYSTEM_CACHE_AUTH_USERNAME
name: OCIS_CACHE_AUTH_USERNAME;OCS_PRESIGNEDURL_SIGNING_KEYS_STORE_AUTH_USERNAME
defaultValue: ""
type: string
description: Username for the configured store. Only applies when store type 'nats-js-kv'
is configured.
description: The username to authenticate with the store. Only applies when store
type 'nats-js-kv' is configured.
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_CACHE_DATABASE:
name: OCIS_CACHE_DATABASE
defaultValue: storage-system
defaultValue: cache-userinfo
type: string
description: The database name the configured store should use.
introductionVersion: pre5.0
@ -7973,88 +7973,87 @@ OCIS_CACHE_DATABASE:
removalVersion: ""
deprecationInfo: ""
OCIS_CACHE_DISABLE_PERSISTENCE:
name: OCIS_CACHE_DISABLE_PERSISTENCE;STORAGE_SYSTEM_CACHE_DISABLE_PERSISTENCE
defaultValue: "false"
name: OCIS_CACHE_DISABLE_PERSISTENCE;PROXY_PRESIGNEDURL_SIGNING_KEYS_STORE_DISABLE_PERSISTENCE
defaultValue: "true"
type: bool
description: Disables persistence of the cache. Only applies when store type 'nats-js-kv'
is configured. Defaults to false.
description: Disables persistence of the store. Only applies when store type 'nats-js-kv'
is configured. Defaults to true.
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_CACHE_STORE:
name: OCIS_CACHE_STORE;STORAGE_SYSTEM_CACHE_STORE
defaultValue: memory
name: OCIS_CACHE_STORE;OCS_PRESIGNEDURL_SIGNING_KEYS_STORE
defaultValue: nats-js-kv
type: string
description: 'The type of the cache store. Supported values are: ''memory'', ''redis-sentinel'',
''nats-js-kv'', ''noop''. See the text description for details.'
introductionVersion: pre5.0
description: 'The type of the signing key store. Supported values are: ''redis-sentinel''
and ''nats-js-kv''. See the text description for details.'
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_CACHE_STORE_NODES:
name: OCIS_CACHE_STORE_NODES;STORAGE_SYSTEM_CACHE_STORE_NODES
name: OCIS_CACHE_STORE_NODES;OCS_PRESIGNEDURL_SIGNING_KEYS_STORE_NODES
defaultValue: '[127.0.0.1:9233]'
type: '[]string'
description: A list of nodes to access the configured store. This has no effect
when 'memory' store is configured. Note that the behaviour how nodes are used
is dependent on the library of the configured store. See the Environment Variable
Types description for more details.
introductionVersion: pre5.0
description: A list of nodes to access the configured store. Note that the behaviour
how nodes are used is dependent on the library of the configured store. See the
Environment Variable Types description for more details.
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_CACHE_TTL:
name: OCIS_CACHE_TTL;STORAGE_SYSTEM_CACHE_TTL
defaultValue: 24m0s
name: OCIS_CACHE_TTL;OCS_PRESIGNEDURL_SIGNING_KEYS_STORE_TTL
defaultValue: 12h0m0s
type: Duration
description: Default time to live for user info in the user info cache. Only applied
when access tokens has no expiration. See the Environment Variable Types description
for more details.
introductionVersion: pre5.0
description: Default time to live for signing keys. See the Environment Variable
Types description for more details.
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_CORS_ALLOW_CREDENTIALS:
name: OCIS_CORS_ALLOW_CREDENTIALS;WEBFINGER_CORS_ALLOW_CREDENTIALS
defaultValue: "false"
name: OCIS_CORS_ALLOW_CREDENTIALS;THUMBNAILS_CORS_ALLOW_CREDENTIALS
defaultValue: "true"
type: bool
description: 'Allow credentials for CORS.See following chapter for more details:
*Access-Control-Allow-Credentials* at https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials.'
introductionVersion: pre5.0
introductionVersion: "6.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_CORS_ALLOW_HEADERS:
name: OCIS_CORS_ALLOW_HEADERS;WEBFINGER_CORS_ALLOW_HEADERS
defaultValue: '[]'
name: OCIS_CORS_ALLOW_HEADERS;THUMBNAILS_CORS_ALLOW_HEADERS
defaultValue: '[Authorization Origin Content-Type Accept X-Requested-With X-Request-Id
Cache-Control]'
type: '[]string'
description: 'A list of allowed CORS headers. See following chapter for more details:
*Access-Control-Request-Headers* at https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Request-Headers.
See the Environment Variable Types description for more details.'
introductionVersion: pre5.0
introductionVersion: "6.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_CORS_ALLOW_METHODS:
name: OCIS_CORS_ALLOW_METHODS;WEBFINGER_CORS_ALLOW_METHODS
defaultValue: '[]'
name: OCIS_CORS_ALLOW_METHODS;THUMBNAILS_CORS_ALLOW_METHODS
defaultValue: '[GET POST PUT PATCH DELETE OPTIONS]'
type: '[]string'
description: 'A list of allowed CORS methods. See following chapter for more details:
*Access-Control-Request-Method* at https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Request-Method.
See the Environment Variable Types description for more details.'
introductionVersion: pre5.0
introductionVersion: "6.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_CORS_ALLOW_ORIGINS:
name: OCIS_CORS_ALLOW_ORIGINS;WEBFINGER_CORS_ALLOW_ORIGINS
defaultValue: '[https://localhost:9200]'
name: OCIS_CORS_ALLOW_ORIGINS;THUMBNAILS_CORS_ALLOW_ORIGINS
defaultValue: '[*]'
type: '[]string'
description: 'A list of allowed CORS origins. See following chapter for more details:
*Access-Control-Allow-Origin* at https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin.
See the Environment Variable Types description for more details.'
introductionVersion: pre5.0
introductionVersion: "6.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
@ -8162,16 +8161,16 @@ OCIS_EMAIL_TEMPLATE_PATH:
removalVersion: ""
deprecationInfo: ""
OCIS_ENABLE_OCM:
name: OCIS_ENABLE_OCM;GRAPH_INCLUDE_OCM_SHAREES
name: OCIS_ENABLE_OCM;FRONTEND_OCS_INCLUDE_OCM_SHAREES
defaultValue: "false"
type: bool
description: Include OCM sharees when listing users.
description: Include OCM sharees when listing sharees.
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_EVENTS_AUTH_PASSWORD:
name: OCIS_EVENTS_AUTH_PASSWORD;EVENTHISTORY_EVENTS_AUTH_PASSWORD
name: OCIS_EVENTS_AUTH_PASSWORD;AUDIT_EVENTS_AUTH_PASSWORD
defaultValue: ""
type: string
description: The password to authenticate with the events broker. The events broker
@ -8181,7 +8180,7 @@ OCIS_EVENTS_AUTH_PASSWORD:
removalVersion: ""
deprecationInfo: ""
OCIS_EVENTS_AUTH_USERNAME:
name: OCIS_EVENTS_AUTH_USERNAME;EVENTHISTORY_EVENTS_AUTH_USERNAME
name: OCIS_EVENTS_AUTH_USERNAME;AUDIT_EVENTS_AUTH_USERNAME
defaultValue: ""
type: string
description: The username to authenticate with the events broker. The events broker
@ -8191,7 +8190,7 @@ OCIS_EVENTS_AUTH_USERNAME:
removalVersion: ""
deprecationInfo: ""
OCIS_EVENTS_CLUSTER:
name: OCIS_EVENTS_CLUSTER;EVENTHISTORY_EVENTS_CLUSTER
name: OCIS_EVENTS_CLUSTER;AUDIT_EVENTS_CLUSTER
defaultValue: ocis-cluster
type: string
description: The clusterID of the event system. The event system is the message
@ -8202,7 +8201,7 @@ OCIS_EVENTS_CLUSTER:
removalVersion: ""
deprecationInfo: ""
OCIS_EVENTS_ENABLE_TLS:
name: OCIS_EVENTS_ENABLE_TLS;EVENTHISTORY_EVENTS_ENABLE_TLS
name: OCIS_EVENTS_ENABLE_TLS;AUDIT_EVENTS_ENABLE_TLS
defaultValue: "false"
type: bool
description: Enable TLS for the connection to the events broker. The events broker
@ -8212,7 +8211,7 @@ OCIS_EVENTS_ENABLE_TLS:
removalVersion: ""
deprecationInfo: ""
OCIS_EVENTS_ENDPOINT:
name: OCIS_EVENTS_ENDPOINT;EVENTHISTORY_EVENTS_ENDPOINT
name: OCIS_EVENTS_ENDPOINT;AUDIT_EVENTS_ENDPOINT
defaultValue: 127.0.0.1:9233
type: string
description: The address of the event system. The event system is the message queuing
@ -8222,21 +8221,21 @@ OCIS_EVENTS_ENDPOINT:
removalVersion: ""
deprecationInfo: ""
OCIS_EVENTS_TLS_ROOT_CA_CERTIFICATE:
name: OCIS_EVENTS_TLS_ROOT_CA_CERTIFICATE;EVENTHISTORY_EVENTS_TLS_ROOT_CA_CERTIFICATE
name: OCIS_EVENTS_TLS_ROOT_CA_CERTIFICATE;AUDIT_EVENTS_TLS_ROOT_CA_CERTIFICATE
defaultValue: ""
type: string
description: The root CA certificate used to validate the server's TLS certificate.
Will be seen as empty if NOTIFICATIONS_EVENTS_TLS_INSECURE is provided.
If provided AUDIT_EVENTS_TLS_INSECURE will be seen as false.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_GATEWAY_GRPC_ADDR:
name: OCIS_GATEWAY_GRPC_ADDR;STORAGE_USERS_GATEWAY_GRPC_ADDR
name: OCIS_GATEWAY_GRPC_ADDR;GATEWAY_GRPC_ADDR
defaultValue: 127.0.0.1:9142
type: string
description: The bind address of the gateway GRPC address.
introductionVersion: "5.0"
description: The bind address of the GRPC service.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
@ -8264,10 +8263,10 @@ OCIS_GRPC_CLIENT_TLS_MODE:
removalVersion: ""
deprecationInfo: ""
OCIS_GRPC_PROTOCOL:
name: OCIS_GRPC_PROTOCOL;STORAGE_SYSTEM_GRPC_PROTOCOL
name: OCIS_GRPC_PROTOCOL;AUTH_BASIC_GRPC_PROTOCOL
defaultValue: ""
type: string
description: The transport protocol of the GPRC service.
description: The transport protocol of the GRPC service.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
@ -8304,7 +8303,7 @@ OCIS_HTTP_TLS_KEY:
removalVersion: ""
deprecationInfo: ""
OCIS_INSECURE:
name: OCIS_INSECURE;EVENTHISTORY_EVENTS_TLS_INSECURE
name: OCIS_INSECURE;AUDIT_EVENTS_TLS_INSECURE
defaultValue: "false"
type: bool
description: Whether to verify the server TLS certificates.
@ -8313,7 +8312,7 @@ OCIS_INSECURE:
removalVersion: ""
deprecationInfo: ""
OCIS_JWT_SECRET:
name: OCIS_JWT_SECRET;STORAGE_SYSTEM_JWT_SECRET
name: OCIS_JWT_SECRET;AUTH_BASIC_JWT_SECRET
defaultValue: ""
type: string
description: The secret to mint and validate jwt tokens.
@ -8322,7 +8321,7 @@ OCIS_JWT_SECRET:
removalVersion: ""
deprecationInfo: ""
OCIS_KEYCLOAK_BASE_PATH:
name: OCIS_KEYCLOAK_BASE_PATH;INVITATIONS_KEYCLOAK_BASE_PATH
name: OCIS_KEYCLOAK_BASE_PATH;GRAPH_KEYCLOAK_BASE_PATH
defaultValue: ""
type: string
description: The URL to access keycloak.
@ -8331,16 +8330,16 @@ OCIS_KEYCLOAK_BASE_PATH:
removalVersion: ""
deprecationInfo: ""
OCIS_KEYCLOAK_CLIENT_ID:
name: OCIS_KEYCLOAK_CLIENT_ID;INVITATIONS_KEYCLOAK_CLIENT_ID
name: OCIS_KEYCLOAK_CLIENT_ID;GRAPH_KEYCLOAK_CLIENT_ID
defaultValue: ""
type: string
description: The client ID to authenticate with keycloak.
description: The client id to authenticate with keycloak.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_KEYCLOAK_CLIENT_REALM:
name: OCIS_KEYCLOAK_CLIENT_REALM;INVITATIONS_KEYCLOAK_CLIENT_REALM
name: OCIS_KEYCLOAK_CLIENT_REALM;GRAPH_KEYCLOAK_CLIENT_REALM
defaultValue: ""
type: string
description: The realm the client is defined in.
@ -8349,7 +8348,7 @@ OCIS_KEYCLOAK_CLIENT_REALM:
removalVersion: ""
deprecationInfo: ""
OCIS_KEYCLOAK_CLIENT_SECRET:
name: OCIS_KEYCLOAK_CLIENT_SECRET;INVITATIONS_KEYCLOAK_CLIENT_SECRET
name: OCIS_KEYCLOAK_CLIENT_SECRET;GRAPH_KEYCLOAK_CLIENT_SECRET
defaultValue: ""
type: string
description: The client secret to use in authentication.
@ -8358,7 +8357,7 @@ OCIS_KEYCLOAK_CLIENT_SECRET:
removalVersion: ""
deprecationInfo: ""
OCIS_KEYCLOAK_INSECURE_SKIP_VERIFY:
name: OCIS_KEYCLOAK_INSECURE_SKIP_VERIFY;INVITATIONS_KEYCLOAK_INSECURE_SKIP_VERIFY
name: OCIS_KEYCLOAK_INSECURE_SKIP_VERIFY;GRAPH_KEYCLOAK_INSECURE_SKIP_VERIFY
defaultValue: "false"
type: bool
description: Disable TLS certificate validation for Keycloak connections. Do not
@ -8368,7 +8367,7 @@ OCIS_KEYCLOAK_INSECURE_SKIP_VERIFY:
removalVersion: ""
deprecationInfo: ""
OCIS_KEYCLOAK_USER_REALM:
name: OCIS_KEYCLOAK_USER_REALM;INVITATIONS_KEYCLOAK_USER_REALM
name: OCIS_KEYCLOAK_USER_REALM;GRAPH_KEYCLOAK_USER_REALM
defaultValue: ""
type: string
description: The realm users are defined.
@ -8377,7 +8376,7 @@ OCIS_KEYCLOAK_USER_REALM:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_BIND_DN:
name: OCIS_LDAP_BIND_DN;GROUPS_LDAP_BIND_DN
name: OCIS_LDAP_BIND_DN;AUTH_BASIC_LDAP_BIND_DN
defaultValue: uid=reva,ou=sysusers,o=libregraph-idm
type: string
description: LDAP DN to use for simple bind authentication with the target LDAP
@ -8387,7 +8386,7 @@ OCIS_LDAP_BIND_DN:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_BIND_PASSWORD:
name: OCIS_LDAP_BIND_PASSWORD;GROUPS_LDAP_BIND_PASSWORD
name: OCIS_LDAP_BIND_PASSWORD;AUTH_BASIC_LDAP_BIND_PASSWORD
defaultValue: ""
type: string
description: Password to use for authenticating the 'bind_dn'.
@ -8396,7 +8395,7 @@ OCIS_LDAP_BIND_PASSWORD:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_CACERT:
name: OCIS_LDAP_CACERT;GROUPS_LDAP_CACERT
name: OCIS_LDAP_CACERT;AUTH_BASIC_LDAP_CACERT
defaultValue: /var/lib/ocis/idm/ldap.crt
type: string
description: Path/File name for the root CA certificate (in PEM format) used to
@ -8430,7 +8429,7 @@ OCIS_LDAP_DISABLED_USERS_GROUP_DN:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_GROUP_BASE_DN:
name: OCIS_LDAP_GROUP_BASE_DN;GROUPS_LDAP_GROUP_BASE_DN
name: OCIS_LDAP_GROUP_BASE_DN;AUTH_BASIC_LDAP_GROUP_BASE_DN
defaultValue: ou=groups,o=libregraph-idm
type: string
description: Search base DN for looking up LDAP groups.
@ -8439,7 +8438,7 @@ OCIS_LDAP_GROUP_BASE_DN:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_GROUP_FILTER:
name: OCIS_LDAP_GROUP_FILTER;GROUPS_LDAP_GROUP_FILTER
name: OCIS_LDAP_GROUP_FILTER;AUTH_BASIC_LDAP_GROUP_FILTER
defaultValue: ""
type: string
description: LDAP filter to add to the default filters for group searches.
@ -8448,7 +8447,7 @@ OCIS_LDAP_GROUP_FILTER:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_GROUP_OBJECTCLASS:
name: OCIS_LDAP_GROUP_OBJECTCLASS;GROUPS_LDAP_GROUP_OBJECTCLASS
name: OCIS_LDAP_GROUP_OBJECTCLASS;AUTH_BASIC_LDAP_GROUP_OBJECTCLASS
defaultValue: groupOfNames
type: string
description: The object class to use for groups in the default group search filter
@ -8458,7 +8457,7 @@ OCIS_LDAP_GROUP_OBJECTCLASS:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_GROUP_SCHEMA_DISPLAYNAME:
name: OCIS_LDAP_GROUP_SCHEMA_DISPLAYNAME;GROUPS_LDAP_GROUP_SCHEMA_DISPLAYNAME
name: OCIS_LDAP_GROUP_SCHEMA_DISPLAYNAME;AUTH_BASIC_LDAP_GROUP_SCHEMA_DISPLAYNAME
defaultValue: cn
type: string
description: LDAP Attribute to use for the displayname of groups (often the same
@ -8468,7 +8467,7 @@ OCIS_LDAP_GROUP_SCHEMA_DISPLAYNAME:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_GROUP_SCHEMA_GROUPNAME:
name: OCIS_LDAP_GROUP_SCHEMA_GROUPNAME;GROUPS_LDAP_GROUP_SCHEMA_GROUPNAME
name: OCIS_LDAP_GROUP_SCHEMA_GROUPNAME;AUTH_BASIC_LDAP_GROUP_SCHEMA_GROUPNAME
defaultValue: cn
type: string
description: LDAP Attribute to use for the name of groups.
@ -8477,28 +8476,28 @@ OCIS_LDAP_GROUP_SCHEMA_GROUPNAME:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_GROUP_SCHEMA_ID:
name: OCIS_LDAP_GROUP_SCHEMA_ID;GROUPS_LDAP_GROUP_SCHEMA_ID
name: OCIS_LDAP_GROUP_SCHEMA_ID;AUTH_BASIC_LDAP_GROUP_SCHEMA_ID
defaultValue: ownclouduuid
type: string
description: LDAP Attribute to use as the unique id for groups. This should be a
stable globally unique ID like a UUID.
stable globally unique id (e.g. a UUID).
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_GROUP_SCHEMA_ID_IS_OCTETSTRING:
name: OCIS_LDAP_GROUP_SCHEMA_ID_IS_OCTETSTRING;GROUPS_LDAP_GROUP_SCHEMA_ID_IS_OCTETSTRING
name: OCIS_LDAP_GROUP_SCHEMA_ID_IS_OCTETSTRING;AUTH_BASIC_LDAP_GROUP_SCHEMA_ID_IS_OCTETSTRING
defaultValue: "false"
type: bool
description: Set this to true if the defined 'id' attribute for groups is of the
'OCTETSTRING' syntax. This is e.g. required when using the 'objectGUID' attribute
of Active Directory for the group ID's.
of Active Directory for the group IDs.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_GROUP_SCHEMA_MAIL:
name: OCIS_LDAP_GROUP_SCHEMA_MAIL;GROUPS_LDAP_GROUP_SCHEMA_MAIL
name: OCIS_LDAP_GROUP_SCHEMA_MAIL;AUTH_BASIC_LDAP_GROUP_SCHEMA_MAIL
defaultValue: mail
type: string
description: LDAP Attribute to use for the email address of groups (can be empty).
@ -8507,7 +8506,7 @@ OCIS_LDAP_GROUP_SCHEMA_MAIL:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_GROUP_SCHEMA_MEMBER:
name: OCIS_LDAP_GROUP_SCHEMA_MEMBER;GROUPS_LDAP_GROUP_SCHEMA_MEMBER
name: OCIS_LDAP_GROUP_SCHEMA_MEMBER;AUTH_BASIC_LDAP_GROUP_SCHEMA_MEMBER
defaultValue: member
type: string
description: LDAP Attribute that is used for group members.
@ -8516,17 +8515,17 @@ OCIS_LDAP_GROUP_SCHEMA_MEMBER:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_GROUP_SCOPE:
name: OCIS_LDAP_GROUP_SCOPE;GROUPS_LDAP_GROUP_SCOPE
name: OCIS_LDAP_GROUP_SCOPE;AUTH_BASIC_LDAP_GROUP_SCOPE
defaultValue: sub
type: string
description: LDAP search scope to use when looking up groups. Supported scopes are
description: LDAP search scope to use when looking up groups. Supported values are
'base', 'one' and 'sub'.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_INSECURE:
name: OCIS_LDAP_INSECURE;GROUPS_LDAP_INSECURE
name: OCIS_LDAP_INSECURE;AUTH_BASIC_LDAP_INSECURE
defaultValue: "false"
type: bool
description: Disable TLS certificate validation for the LDAP connections. Do not
@ -8536,7 +8535,7 @@ OCIS_LDAP_INSECURE:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_SERVER_WRITE_ENABLED:
name: OCIS_LDAP_SERVER_WRITE_ENABLED;GRAPH_LDAP_SERVER_WRITE_ENABLED
name: OCIS_LDAP_SERVER_WRITE_ENABLED;FRONTEND_LDAP_SERVER_WRITE_ENABLED
defaultValue: "true"
type: bool
description: Allow creating, modifying and deleting LDAP users via the GRAPH API.
@ -8548,7 +8547,7 @@ OCIS_LDAP_SERVER_WRITE_ENABLED:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_URI:
name: OCIS_LDAP_URI;GROUPS_LDAP_URI
name: OCIS_LDAP_URI;AUTH_BASIC_LDAP_URI
defaultValue: ldaps://localhost:9235
type: string
description: URI of the LDAP Server to connect to. Supported URI schemes are 'ldaps://'
@ -8558,7 +8557,7 @@ OCIS_LDAP_URI:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_BASE_DN:
name: OCIS_LDAP_USER_BASE_DN;GROUPS_LDAP_USER_BASE_DN
name: OCIS_LDAP_USER_BASE_DN;AUTH_BASIC_LDAP_USER_BASE_DN
defaultValue: ou=users,o=libregraph-idm
type: string
description: Search base DN for looking up LDAP users.
@ -8576,7 +8575,7 @@ OCIS_LDAP_USER_ENABLED_ATTRIBUTE:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_FILTER:
name: OCIS_LDAP_USER_FILTER;GROUPS_LDAP_USER_FILTER
name: OCIS_LDAP_USER_FILTER;AUTH_BASIC_LDAP_USER_FILTER
defaultValue: ""
type: string
description: LDAP filter to add to the default filters for user search like '(objectclass=ownCloud)'.
@ -8585,7 +8584,7 @@ OCIS_LDAP_USER_FILTER:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_OBJECTCLASS:
name: OCIS_LDAP_USER_OBJECTCLASS;GROUPS_LDAP_USER_OBJECTCLASS
name: OCIS_LDAP_USER_OBJECTCLASS;AUTH_BASIC_LDAP_USER_OBJECTCLASS
defaultValue: inetOrgPerson
type: string
description: The object class to use for users in the default user search filter
@ -8595,7 +8594,7 @@ OCIS_LDAP_USER_OBJECTCLASS:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_SCHEMA_DISPLAYNAME:
name: OCIS_LDAP_USER_SCHEMA_DISPLAYNAME;GROUPS_LDAP_USER_SCHEMA_DISPLAYNAME
name: OCIS_LDAP_USER_SCHEMA_DISPLAYNAME;AUTH_BASIC_LDAP_USER_SCHEMA_DISPLAYNAME
defaultValue: displayname
type: string
description: LDAP Attribute to use for the displayname of users.
@ -8606,28 +8605,28 @@ OCIS_LDAP_USER_SCHEMA_DISPLAYNAME:
LDAP_USER_SCHEMA_DISPLAY_NAME changing name for consistency | | LDAP_USER_SCHEMA_DISPLAY_NAME
changing name for consistency | | '
OCIS_LDAP_USER_SCHEMA_ID:
name: OCIS_LDAP_USER_SCHEMA_ID;GROUPS_LDAP_USER_SCHEMA_ID
name: OCIS_LDAP_USER_SCHEMA_ID;AUTH_BASIC_LDAP_USER_SCHEMA_ID
defaultValue: ownclouduuid
type: string
description: LDAP Attribute to use as the unique id for users. This should be a
stable globally unique id like a UUID.
description: LDAP Attribute to use as the unique ID for users. This should be a
stable globally unique ID like a UUID.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_SCHEMA_ID_IS_OCTETSTRING:
name: OCIS_LDAP_USER_SCHEMA_ID_IS_OCTETSTRING;GROUPS_LDAP_USER_SCHEMA_ID_IS_OCTETSTRING
name: OCIS_LDAP_USER_SCHEMA_ID_IS_OCTETSTRING;AUTH_BASIC_LDAP_USER_SCHEMA_ID_IS_OCTETSTRING
defaultValue: "false"
type: bool
description: Set this to true if the defined 'ID' attribute for users is of the
'OCTETSTRING' syntax. This is e.g. required when using the 'objectGUID' attribute
of Active Directory for the user ID's.
of Active Directory for the user IDs.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_SCHEMA_MAIL:
name: OCIS_LDAP_USER_SCHEMA_MAIL;GROUPS_LDAP_USER_SCHEMA_MAIL
name: OCIS_LDAP_USER_SCHEMA_MAIL;AUTH_BASIC_LDAP_USER_SCHEMA_MAIL
defaultValue: mail
type: string
description: LDAP Attribute to use for the email address of users.
@ -8636,7 +8635,7 @@ OCIS_LDAP_USER_SCHEMA_MAIL:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_SCHEMA_USER_TYPE:
name: OCIS_LDAP_USER_SCHEMA_USER_TYPE;GRAPH_LDAP_USER_TYPE_ATTRIBUTE
name: OCIS_LDAP_USER_SCHEMA_USER_TYPE;USERS_LDAP_USER_TYPE_ATTRIBUTE
defaultValue: ownCloudUserType
type: string
description: LDAP Attribute to distinguish between 'Member' and 'Guest' users. Default
@ -8646,7 +8645,7 @@ OCIS_LDAP_USER_SCHEMA_USER_TYPE:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_SCHEMA_USERNAME:
name: OCIS_LDAP_USER_SCHEMA_USERNAME;GROUPS_LDAP_USER_SCHEMA_USERNAME
name: OCIS_LDAP_USER_SCHEMA_USERNAME;AUTH_BASIC_LDAP_USER_SCHEMA_USERNAME
defaultValue: uid
type: string
description: LDAP Attribute to use for username of users.
@ -8655,17 +8654,17 @@ OCIS_LDAP_USER_SCHEMA_USERNAME:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_SCOPE:
name: OCIS_LDAP_USER_SCOPE;GROUPS_LDAP_USER_SCOPE
name: OCIS_LDAP_USER_SCOPE;AUTH_BASIC_LDAP_USER_SCOPE
defaultValue: sub
type: string
description: LDAP search scope to use when looking up users. Supported scopes are
description: LDAP search scope to use when looking up users. Supported values are
'base', 'one' and 'sub'.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LOG_COLOR:
name: OCIS_LOG_COLOR;STORAGE_SYSTEM_LOG_COLOR
name: OCIS_LOG_COLOR;IDM_LOG_COLOR
defaultValue: "false"
type: bool
description: Activates colorized log output.
@ -8674,7 +8673,7 @@ OCIS_LOG_COLOR:
removalVersion: ""
deprecationInfo: ""
OCIS_LOG_FILE:
name: OCIS_LOG_FILE;STORAGE_SYSTEM_LOG_FILE
name: OCIS_LOG_FILE;IDM_LOG_FILE
defaultValue: ""
type: string
description: The path to the log file. Activates logging to this file if set.
@ -8683,7 +8682,7 @@ OCIS_LOG_FILE:
removalVersion: ""
deprecationInfo: ""
OCIS_LOG_LEVEL:
name: OCIS_LOG_LEVEL;STORAGE_SYSTEM_LOG_LEVEL
name: OCIS_LOG_LEVEL;IDM_LOG_LEVEL
defaultValue: ""
type: string
description: 'The log level. Valid values are: ''panic'', ''fatal'', ''error'',
@ -8693,7 +8692,7 @@ OCIS_LOG_LEVEL:
removalVersion: ""
deprecationInfo: ""
OCIS_LOG_PRETTY:
name: OCIS_LOG_PRETTY;STORAGE_SYSTEM_LOG_PRETTY
name: OCIS_LOG_PRETTY;IDM_LOG_PRETTY
defaultValue: "false"
type: bool
description: Activates pretty log output.
@ -8702,12 +8701,12 @@ OCIS_LOG_PRETTY:
removalVersion: ""
deprecationInfo: ""
OCIS_MACHINE_AUTH_API_KEY:
name: OCIS_MACHINE_AUTH_API_KEY;STORAGE_USERS_MACHINE_AUTH_API_KEY
name: OCIS_MACHINE_AUTH_API_KEY;PROXY_MACHINE_AUTH_API_KEY
defaultValue: ""
type: string
description: Machine auth API key used to validate internal requests necessary for
the access to resources from other services.
introductionVersion: "5.0"
description: Machine auth API key used to validate internal requests necessary to
access resources from other services.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
@ -8734,10 +8733,10 @@ OCIS_OIDC_CLIENT_ID:
removalVersion: ""
deprecationInfo: ""
OCIS_OIDC_ISSUER:
name: OCIS_URL;OCIS_OIDC_ISSUER;WEBFINGER_OIDC_ISSUER
name: OCIS_URL;OCIS_OIDC_ISSUER
defaultValue: https://localhost:9200
type: string
description: The identity provider href for the openid-discovery relation.
description: The OIDC issuer URL to assign to the demo users.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
@ -8810,17 +8809,17 @@ OCIS_PASSWORD_POLICY_MIN_UPPERCASE_CHARACTERS:
removalVersion: ""
deprecationInfo: ""
OCIS_PERSISTENT_STORE:
name: OCIS_PERSISTENT_STORE;EVENTHISTORY_STORE
name: OCIS_PERSISTENT_STORE;POSTPROCESSING_STORE
defaultValue: nats-js-kv
type: string
description: 'The type of the store. Supported values are: ''memory'', ''nats-js-kv'',
''redis-sentinel'', ''noop''. See the text description for details.'
description: 'The type of the store. Supported values are: ''memory'', ''redis-sentinel'',
''nats-js-kv'', ''noop''. See the text description for details.'
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_PERSISTENT_STORE_AUTH_PASSWORD:
name: OCIS_PERSISTENT_STORE_AUTH_PASSWORD;EVENTHISTORY_STORE_AUTH_PASSWORD
name: OCIS_PERSISTENT_STORE_AUTH_PASSWORD;POSTPROCESSING_STORE_AUTH_PASSWORD
defaultValue: ""
type: string
description: The password to authenticate with the store. Only applies when store
@ -8830,7 +8829,7 @@ OCIS_PERSISTENT_STORE_AUTH_PASSWORD:
removalVersion: ""
deprecationInfo: ""
OCIS_PERSISTENT_STORE_AUTH_USERNAME:
name: OCIS_PERSISTENT_STORE_AUTH_USERNAME;EVENTHISTORY_STORE_AUTH_USERNAME
name: OCIS_PERSISTENT_STORE_AUTH_USERNAME;POSTPROCESSING_STORE_AUTH_USERNAME
defaultValue: ""
type: string
description: The username to authenticate with the store. Only applies when store
@ -8840,7 +8839,7 @@ OCIS_PERSISTENT_STORE_AUTH_USERNAME:
removalVersion: ""
deprecationInfo: ""
OCIS_PERSISTENT_STORE_NODES:
name: OCIS_PERSISTENT_STORE_NODES;EVENTHISTORY_STORE_NODES
name: OCIS_PERSISTENT_STORE_NODES;POSTPROCESSING_STORE_NODES
defaultValue: '[127.0.0.1:9233]'
type: '[]string'
description: A list of nodes to access the configured store. This has no effect
@ -8852,11 +8851,11 @@ OCIS_PERSISTENT_STORE_NODES:
removalVersion: ""
deprecationInfo: ""
OCIS_PERSISTENT_STORE_TTL:
name: OCIS_PERSISTENT_STORE_TTL;EVENTHISTORY_STORE_TTL
defaultValue: 336h0m0s
name: OCIS_PERSISTENT_STORE_TTL;POSTPROCESSING_STORE_TTL
defaultValue: 0s
type: Duration
description: Time to live for events in the store. Defaults to '336h' (2 weeks).
See the Environment Variable Types description for more details.
description: Time to live for events in the store. See the Environment Variable
Types description for more details.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
@ -8902,7 +8901,7 @@ OCIS_REVA_GATEWAY_TLS_MODE:
removalVersion: ""
deprecationInfo: ""
OCIS_SERVICE_ACCOUNT_ID:
name: OCIS_SERVICE_ACCOUNT_ID;AUTH_SERVICE_SERVICE_ACCOUNT_ID
name: OCIS_SERVICE_ACCOUNT_ID;PROXY_SERVICE_ACCOUNT_ID
defaultValue: ""
type: string
description: The ID of the service account the service should use. See the 'auth-service'
@ -8912,7 +8911,7 @@ OCIS_SERVICE_ACCOUNT_ID:
removalVersion: ""
deprecationInfo: ""
OCIS_SERVICE_ACCOUNT_SECRET:
name: OCIS_SERVICE_ACCOUNT_SECRET;AUTH_SERVICE_SERVICE_ACCOUNT_SECRET
name: OCIS_SERVICE_ACCOUNT_SECRET;PROXY_SERVICE_ACCOUNT_SECRET
defaultValue: ""
type: string
description: The service account secret.
@ -8999,7 +8998,7 @@ OCIS_SYSTEM_USER_IDP:
removalVersion: ""
deprecationInfo: ""
OCIS_TRACING_COLLECTOR:
name: OCIS_TRACING_COLLECTOR;STORAGE_SYSTEM_TRACING_COLLECTOR
name: OCIS_TRACING_COLLECTOR;IDM_TRACING_COLLECTOR
defaultValue: ""
type: string
description: The HTTP endpoint for sending spans directly to a collector, i.e. http://jaeger-collector:14268/api/traces.
@ -9009,7 +9008,7 @@ OCIS_TRACING_COLLECTOR:
removalVersion: ""
deprecationInfo: ""
OCIS_TRACING_ENABLED:
name: OCIS_TRACING_ENABLED;STORAGE_SYSTEM_TRACING_ENABLED
name: OCIS_TRACING_ENABLED;IDM_TRACING_ENABLED
defaultValue: "false"
type: bool
description: Activates tracing.
@ -9018,7 +9017,7 @@ OCIS_TRACING_ENABLED:
removalVersion: ""
deprecationInfo: ""
OCIS_TRACING_ENDPOINT:
name: OCIS_TRACING_ENDPOINT;STORAGE_SYSTEM_TRACING_ENDPOINT
name: OCIS_TRACING_ENDPOINT;IDM_TRACING_ENDPOINT
defaultValue: ""
type: string
description: The endpoint of the tracing agent.
@ -9027,7 +9026,7 @@ OCIS_TRACING_ENDPOINT:
removalVersion: ""
deprecationInfo: ""
OCIS_TRACING_TYPE:
name: OCIS_TRACING_TYPE;STORAGE_SYSTEM_TRACING_TYPE
name: OCIS_TRACING_TYPE;IDM_TRACING_TYPE
defaultValue: ""
type: string
description: The type of tracing. Defaults to '', which is the same as 'jaeger'.
@ -9046,24 +9045,21 @@ OCIS_TRANSFER_SECRET:
removalVersion: ""
deprecationInfo: ""
OCIS_TRANSLATION_PATH:
name: OCIS_TRANSLATION_PATH;GRAPH_TRANSLATION_PATH
name: OCIS_TRANSLATION_PATH;NOTIFICATIONS_TRANSLATION_PATH
defaultValue: ""
type: string
description: (optional) Set this to a path with custom translations to overwrite
the builtin translations. Note that file and folder naming rules apply, see the
documentation for more details.
introductionVersion: 7.0.0
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_URL:
name: OCIS_URL;WEBFINGER_OWNCLOUD_SERVER_INSTANCE_URL
name: OCIS_URL;OCIS_OIDC_ISSUER
defaultValue: https://localhost:9200
type: string
description: The URL for the legacy ownCloud server instance relation (not to be
confused with the product ownCloud Server). It defaults to the OCIS_URL but can
be overridden to support some reverse proxy corner cases. To shard the deployment,
multiple instances can be configured in the configuration file.
description: The OIDC issuer URL to assign to the demo users.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the activitylog service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the antivirus service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the app-provider service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the app-registry service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the audit service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the auth-app service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the auth-basic service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the auth-bearer service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the auth-machine service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the auth-service service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the clientlog service
[width="100%",cols="~,~,~,~",options="header"]
@ -190,7 +190,7 @@ The secret to mint and validate jwt tokens.
a|`OCIS_REVA_GATEWAY` +
`CLIENTLOG_REVA_GATEWAY` +
xref:deprecation-note-2025-04-16-00-11-26[Deprecation Note]
xref:deprecation-note-2025-04-17-00-11-29[Deprecation Note]
a| [subs=-attributes]
++5.0 ++
a| [subs=-attributes]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the collaboration service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the eventhistory service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the frontend service
[width="100%",cols="~,~,~,~",options="header"]
@ -630,7 +630,7 @@ a| [subs=-attributes]
Path prefix for the data gateway.
a|`FRONTEND_OCS_PREFIX` +
xref:deprecation-note-2025-04-16-00-11-26[Deprecation Note]
xref:deprecation-note-2025-04-17-00-11-29[Deprecation Note]
a| [subs=-attributes]
++pre5.0 ++
a| [subs=-attributes]
@ -641,7 +641,7 @@ a| [subs=-attributes]
URL path prefix for the OCS service. Note that the string must not start with '/'.
a|`FRONTEND_OCS_SHARE_PREFIX` +
xref:deprecation-note-2025-04-16-00-11-26[Deprecation Note]
xref:deprecation-note-2025-04-17-00-11-29[Deprecation Note]
a| [subs=-attributes]
++pre5.0 ++
a| [subs=-attributes]
@ -652,7 +652,7 @@ a| [subs=-attributes]
Path prefix for shares as part of an ocis resource. Note that the path must start with '/'.
a|`FRONTEND_OCS_PERSONAL_NAMESPACE` +
xref:deprecation-note-2025-04-16-00-11-26[Deprecation Note]
xref:deprecation-note-2025-04-17-00-11-29[Deprecation Note]
a| [subs=-attributes]
++pre5.0 ++
a| [subs=-attributes]
@ -663,7 +663,7 @@ a| [subs=-attributes]
Home namespace identifier.
a|`FRONTEND_OCS_ADDITIONAL_INFO_ATTRIBUTE` +
xref:deprecation-note-2025-04-16-00-11-26[Deprecation Note]
xref:deprecation-note-2025-04-17-00-11-29[Deprecation Note]
a| [subs=-attributes]
++pre5.0 ++
a| [subs=-attributes]
@ -675,7 +675,7 @@ Additional information attribute for the user like {{.Mail}}.
a|`OCIS_CACHE_STORE` +
`FRONTEND_OCS_STAT_CACHE_STORE` +
xref:deprecation-note-2025-04-16-00-11-26[Deprecation Note]
xref:deprecation-note-2025-04-17-00-11-29[Deprecation Note]
a| [subs=-attributes]
++pre5.0 ++
a| [subs=-attributes]
@ -687,7 +687,7 @@ The type of the cache store. Supported values are: 'memory', 'redis-sentinel', '
a|`OCIS_CACHE_STORE_NODES` +
`FRONTEND_OCS_STAT_CACHE_STORE_NODES` +
xref:deprecation-note-2025-04-16-00-11-26[Deprecation Note]
xref:deprecation-note-2025-04-17-00-11-29[Deprecation Note]
a| [subs=-attributes]
++pre5.0 ++
a| [subs=-attributes]
@ -709,7 +709,7 @@ a| [subs=-attributes]
The database name the configured store should use.
a|`FRONTEND_OCS_STAT_CACHE_TABLE` +
xref:deprecation-note-2025-04-16-00-11-26[Deprecation Note]
xref:deprecation-note-2025-04-17-00-11-29[Deprecation Note]
a| [subs=-attributes]
++pre5.0 ++
a| [subs=-attributes]
@ -721,7 +721,7 @@ The database table the store should use.
a|`OCIS_CACHE_TTL` +
`FRONTEND_OCS_STAT_CACHE_TTL` +
xref:deprecation-note-2025-04-16-00-11-26[Deprecation Note]
xref:deprecation-note-2025-04-17-00-11-29[Deprecation Note]
a| [subs=-attributes]
++pre5.0 ++
a| [subs=-attributes]
@ -733,7 +733,7 @@ Default time to live for user info in the cache. Only applied when access tokens
a|`OCIS_CACHE_DISABLE_PERSISTENCE` +
`FRONTEND_OCS_STAT_CACHE_DISABLE_PERSISTENCE` +
xref:deprecation-note-2025-04-16-00-11-26[Deprecation Note]
xref:deprecation-note-2025-04-17-00-11-29[Deprecation Note]
a| [subs=-attributes]
++5.0 ++
a| [subs=-attributes]
@ -745,7 +745,7 @@ Disable persistence of the cache. Only applies when using the 'nats-js-kv' store
a|`OCIS_CACHE_AUTH_USERNAME` +
`FRONTEND_OCS_STAT_CACHE_AUTH_USERNAME` +
xref:deprecation-note-2025-04-16-00-11-26[Deprecation Note]
xref:deprecation-note-2025-04-17-00-11-29[Deprecation Note]
a| [subs=-attributes]
++5.0 ++
a| [subs=-attributes]
@ -757,7 +757,7 @@ The username to use for authentication. Only applies when using the 'nats-js-kv'
a|`OCIS_CACHE_AUTH_PASSWORD` +
`FRONTEND_OCS_STAT_CACHE_AUTH_PASSWORD` +
xref:deprecation-note-2025-04-16-00-11-26[Deprecation Note]
xref:deprecation-note-2025-04-17-00-11-29[Deprecation Note]
a| [subs=-attributes]
++5.0 ++
a| [subs=-attributes]
@ -768,7 +768,7 @@ a| [subs=-attributes]
The password to use for authentication. Only applies when using the 'nats-js-kv' store type.
a|`FRONTEND_OCS_ENABLE_DENIALS` +
xref:deprecation-note-2025-04-16-00-11-26[Deprecation Note]
xref:deprecation-note-2025-04-17-00-11-29[Deprecation Note]
a| [subs=-attributes]
++pre5.0 ++
a| [subs=-attributes]
@ -780,7 +780,7 @@ EXPERIMENTAL: enable the feature to deny access on folders.
a|`OCIS_ENABLE_OCM` +
`FRONTEND_OCS_LIST_OCM_SHARES` +
xref:deprecation-note-2025-04-16-00-11-26[Deprecation Note]
xref:deprecation-note-2025-04-17-00-11-29[Deprecation Note]
a| [subs=-attributes]
++5.0 ++
a| [subs=-attributes]
@ -792,7 +792,7 @@ Include OCM shares when listing shares. See the OCM service documentation for mo
a|`OCIS_ENABLE_OCM` +
`FRONTEND_OCS_INCLUDE_OCM_SHAREES` +
xref:deprecation-note-2025-04-16-00-11-26[Deprecation Note]
xref:deprecation-note-2025-04-17-00-11-29[Deprecation Note]
a| [subs=-attributes]
++5.0 ++
a| [subs=-attributes]
@ -804,7 +804,7 @@ Include OCM sharees when listing sharees.
a|`OCIS_SHARING_PUBLIC_SHARE_MUST_HAVE_PASSWORD` +
`FRONTEND_OCS_PUBLIC_SHARE_MUST_HAVE_PASSWORD` +
xref:deprecation-note-2025-04-16-00-11-26[Deprecation Note]
xref:deprecation-note-2025-04-17-00-11-29[Deprecation Note]
a| [subs=-attributes]
++5.0 ++
a| [subs=-attributes]
@ -816,7 +816,7 @@ Set this to true if you want to enforce passwords on all public shares.
a|`OCIS_SHARING_PUBLIC_WRITEABLE_SHARE_MUST_HAVE_PASSWORD` +
`FRONTEND_OCS_PUBLIC_WRITEABLE_SHARE_MUST_HAVE_PASSWORD` +
xref:deprecation-note-2025-04-16-00-11-26[Deprecation Note]
xref:deprecation-note-2025-04-17-00-11-29[Deprecation Note]
a| [subs=-attributes]
++5.0 ++
a| [subs=-attributes]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the gateway service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -46,7 +46,7 @@ a| [subs=-attributes]
++ ++
a| [subs=-attributes]
ID of the user who collects all necessary information for deletion. Consider that the UUID can be encoded in some LDAP deployment configurations like in .ldif files. These need to be decoded beforehand.
ID of the user that should receive admin privileges. Consider that the UUID can be encoded in some LDAP deployment configurations like in .ldif files. These need to be decoded beforehand.
a| `OCIS_ASYNC_UPLOADS`
a| [subs=-attributes]
@ -90,7 +90,7 @@ a| [subs=-attributes]
++ ++
a| [subs=-attributes]
The password to use for authentication. Only applies when using the 'nats-js-kv' store type.
The password to use for authentication. Only applies when store type 'nats-js-kv' is configured.
a| `OCIS_CACHE_AUTH_USERNAME`
a| [subs=-attributes]
@ -116,7 +116,7 @@ a| [subs=-attributes]
++ ++
a| [subs=-attributes]
The username to use for authentication. Only applies when using the 'nats-js-kv' store type.
The username to use for authentication. Only applies when store type 'nats-js-kv' is configured.
a| `OCIS_CACHE_DATABASE`
a| [subs=-attributes]
@ -136,7 +136,7 @@ a| [subs=-attributes]
++string ++
a| [subs=-attributes]
++cache-stat ++
++cache-providers ++
a| [subs=-attributes]
The database name the configured store should use.
@ -164,7 +164,7 @@ a| [subs=-attributes]
++false ++
a| [subs=-attributes]
Disable persistence of the cache. Only applies when using the 'nats-js-kv' store type. Defaults to false.
Disables persistence of the provider cache. Only applies when store type 'nats-js-kv' is configured. Defaults to false.
a| `OCIS_CACHE_STORE`
a| [subs=-attributes]
@ -187,7 +187,7 @@ a| [subs=-attributes]
++string ++
a| [subs=-attributes]
++memory ++
++noop ++
a| [subs=-attributes]
The type of the cache store. Supported values are: 'memory', 'redis-sentinel', 'nats-js-kv', 'noop'. See the text description for details.
@ -270,7 +270,7 @@ a| [subs=-attributes]
++bool ++
a| [subs=-attributes]
++false ++
++true ++
a| [subs=-attributes]
Allow credentials for CORS.See following chapter for more details: *Access-Control-Allow-Credentials* at \https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials.
@ -301,7 +301,7 @@ a| [subs=-attributes]
++[]string ++
a| [subs=-attributes]
++[Origin Accept Content-Type Depth Authorization Ocs-Apirequest If-None-Match If-Match Destination Overwrite X-Request-Id X-Requested-With Tus-Resumable Tus-Checksum-Algorithm Upload-Concat Upload-Length Upload-Metadata Upload-Defer-Length Upload-Expires Upload-Checksum Upload-Offset X-HTTP-Method-Override Cache-Control] ++
++[Authorization Origin Content-Type Accept X-Requested-With X-Request-Id Ocs-Apirequest] ++
a| [subs=-attributes]
A list of allowed CORS headers. See following chapter for more details: *Access-Control-Request-Headers* at \https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Request-Headers. See the Environment Variable Types description for more details.
@ -332,7 +332,7 @@ a| [subs=-attributes]
++[]string ++
a| [subs=-attributes]
++[OPTIONS HEAD GET PUT POST PATCH DELETE MKCOL PROPFIND PROPPATCH MOVE COPY REPORT SEARCH] ++
++[GET] ++
a| [subs=-attributes]
A list of allowed CORS methods. See following chapter for more details: *Access-Control-Request-Method* at \https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Request-Method. See the Environment Variable Types description for more details.
@ -363,7 +363,7 @@ a| [subs=-attributes]
++[]string ++
a| [subs=-attributes]
++[https://localhost:9200] ++
++[*] ++
a| [subs=-attributes]
A list of allowed CORS origins. See following chapter for more details: *Access-Control-Allow-Origin* at \https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin. See the Environment Variable Types description for more details.
@ -649,7 +649,7 @@ a| [subs=-attributes]
++ ++
a| [subs=-attributes]
The root CA certificate used to validate the server's TLS certificate. If provided POSTPROCESSING_EVENTS_TLS_INSECURE will be seen as false.
The root CA certificate used to validate the server's TLS certificate. If provided NOTIFICATIONS_EVENTS_TLS_INSECURE will be seen as false.
a| `OCIS_GATEWAY_GRPC_ADDR`
a| [subs=-attributes]
@ -978,7 +978,7 @@ a| [subs=-attributes]
++ ++
a| [subs=-attributes]
The client ID to authenticate with keycloak.
The client id to authenticate with keycloak.
a| `OCIS_KEYCLOAK_CLIENT_REALM`
a| [subs=-attributes]
@ -1851,7 +1851,7 @@ a| [subs=-attributes]
++ ++
a| [subs=-attributes]
The machine auth API key used to validate internal requests necessary to access resources from other services.
Machine auth API key used to validate internal requests necessary for the access to resources from other services.
a| `OCIS_MAX_CONCURRENCY`
a| [subs=-attributes]
@ -2032,10 +2032,10 @@ a| [subs=-attributes]
++string ++
a| [subs=-attributes]
++nats-js-kv ++
++memory ++
a| [subs=-attributes]
The type of the store. Supported values are: 'memory', 'redis-sentinel', 'nats-js-kv', 'noop'. See the text description for details.
The type of the store. Supported values are: 'memory', 'nats-js-kv', 'redis-sentinel', 'noop'. See the text description for details.
a| `OCIS_PERSISTENT_STORE_AUTH_PASSWORD`
a| [subs=-attributes]
@ -2092,7 +2092,7 @@ a| [subs=-attributes]
++[]string ++
a| [subs=-attributes]
++[127.0.0.1:9233] ++
++[] ++
a| [subs=-attributes]
A list of nodes to access the configured store. This has no effect when 'memory' store is configured. Note that the behaviour how nodes are used is dependent on the library of the configured store. See the Environment Variable Types description for more details.
@ -2112,10 +2112,10 @@ a| [subs=-attributes]
++Duration ++
a| [subs=-attributes]
++0s ++
++336h0m0s ++
a| [subs=-attributes]
Time to live for events in the store. See the Environment Variable Types description for more details.
Time to live for events in the store. Defaults to '336h' (2 weeks). See the Environment Variable Types description for more details.
a| `OCIS_REVA_GATEWAY`
a| [subs=-attributes]
@ -2587,7 +2587,7 @@ a| [subs=-attributes]
++ ++
a| [subs=-attributes]
Transfer secret for signing file up- and download requests.
The storage transfer secret.
a| `OCIS_TRANSLATION_PATH`
a| [subs=-attributes]
@ -2640,7 +2640,7 @@ a| [subs=-attributes]
++https://localhost:9200 ++
a| [subs=-attributes]
The public facing URL of the oCIS frontend.
The identity provider value to set in the group IDs of the CS3 group objects for groups returned by this group provider.
a| `OCIS_WOPI_DISABLE_CHAT`
a| [subs=-attributes]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the graph service
[width="100%",cols="~,~,~,~",options="header"]
@ -786,7 +786,7 @@ LDAP Attribute to use for the email address of users.
a|`OCIS_LDAP_USER_SCHEMA_DISPLAYNAME` +
`LDAP_USER_SCHEMA_DISPLAY_NAME` +
`GRAPH_LDAP_USER_DISPLAYNAME_ATTRIBUTE` +
xref:deprecation-note-2025-04-16-00-11-26[Deprecation Note]
xref:deprecation-note-2025-04-17-00-11-29[Deprecation Note]
a| [subs=-attributes]
++pre5.0 ++
a| [subs=-attributes]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the groups service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the idm service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the idp service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the invitations service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the nats service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the notifications service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the ocdav service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the ocm service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the ocs service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the policies service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the postprocessing service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the proxy service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the search service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the settings service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the sharing service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the sse service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the storage-publiclink service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the storage-shares service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the storage-system service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the storage-users service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the thumbnails service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the userlog service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the users service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the web service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the webdav service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-16-00-11-26]
[#deprecation-note-2025-04-17-00-11-29]
[caption=]
.Deprecation notes for the webfinger service
[width="100%",cols="~,~,~,~",options="header"]

View File

@ -1,6 +1,6 @@
---
title: Activitylog
date: 2025-04-16T00:11:33.305045425Z
date: 2025-04-17T00:11:34.13142653Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/activitylog

View File

@ -1,6 +1,6 @@
---
title: Antivirus
date: 2025-04-16T00:11:33.305273833Z
date: 2025-04-17T00:11:34.13163526Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/antivirus

View File

@ -1,6 +1,6 @@
---
title: App Registry
date: 2025-04-16T00:11:33.305422884Z
date: 2025-04-17T00:11:34.131823893Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/app-registry

View File

@ -1,6 +1,6 @@
---
title: Audit
date: 2025-04-16T00:11:33.305613582Z
date: 2025-04-17T00:11:34.132012737Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/audit

View File

@ -1,6 +1,6 @@
---
title: Auth-App
date: 2025-04-16T00:11:33.305738967Z
date: 2025-04-17T00:11:34.132102755Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/auth-app

View File

@ -1,6 +1,6 @@
---
title: Auth-Basic
date: 2025-04-16T00:11:33.305861969Z
date: 2025-04-17T00:11:34.132262053Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/auth-basic

View File

@ -1,6 +1,6 @@
---
title: Auth-Bearer
date: 2025-04-16T00:11:33.305951997Z
date: 2025-04-17T00:11:34.132363794Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/auth-bearer

View File

@ -1,6 +1,6 @@
---
title: Auth-Machine
date: 2025-04-16T00:11:33.306039281Z
date: 2025-04-17T00:11:34.132448663Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/auth-machine

View File

@ -1,6 +1,6 @@
---
title: Auth-Service
date: 2025-04-16T00:11:33.306114612Z
date: 2025-04-17T00:11:34.132525137Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/auth-service

View File

@ -1,6 +1,6 @@
---
title: Clientlog Service
date: 2025-04-16T00:11:33.306210904Z
date: 2025-04-17T00:11:34.132638167Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/clientlog

View File

@ -1,6 +1,6 @@
---
title: Collaboration
date: 2025-04-16T00:11:33.306303718Z
date: 2025-04-17T00:11:34.132745488Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/collaboration

View File

@ -1,6 +1,6 @@
---
title: Eventhistory
date: 2025-04-16T00:11:33.306453308Z
date: 2025-04-17T00:11:34.13288051Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/eventhistory

View File

@ -1,6 +1,6 @@
---
title: Frontend
date: 2025-04-16T00:11:33.306575429Z
date: 2025-04-17T00:11:34.133033477Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/frontend

View File

@ -1,6 +1,6 @@
---
title: Gateway
date: 2025-04-16T00:11:33.306708037Z
date: 2025-04-17T00:11:34.133192585Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/gateway

View File

@ -1,6 +1,6 @@
---
title: Graph
date: 2025-04-16T00:11:33.306827882Z
date: 2025-04-17T00:11:34.133316578Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/graph

View File

@ -1,6 +1,6 @@
---
title: IDM
date: 2025-04-16T00:11:33.306980549Z
date: 2025-04-17T00:11:34.134779084Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/idm

View File

@ -1,6 +1,6 @@
---
title: IDP
date: 2025-04-16T00:11:33.3070771Z
date: 2025-04-17T00:11:34.13489982Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/idp

View File

@ -1,6 +1,6 @@
---
title: Invitations
date: 2025-04-16T00:11:33.307168602Z
date: 2025-04-17T00:11:34.135003635Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/invitations

View File

@ -1,6 +1,6 @@
---
title: Nats
date: 2025-04-16T00:11:33.307271084Z
date: 2025-04-17T00:11:34.135100195Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/nats

View File

@ -1,6 +1,6 @@
---
title: Notification
date: 2025-04-16T00:11:33.307369269Z
date: 2025-04-17T00:11:34.13522566Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/notifications

View File

@ -1,6 +1,6 @@
---
title: ocDAV
date: 2025-04-16T00:11:33.307461862Z
date: 2025-04-17T00:11:34.135311009Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/ocdav

View File

@ -1,6 +1,6 @@
---
title: OCM
date: 2025-04-16T00:11:33.309437643Z
date: 2025-04-17T00:11:34.135394365Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/ocm

View File

@ -1,6 +1,6 @@
---
title: OCS Service
date: 2025-04-16T00:11:33.311640169Z
date: 2025-04-17T00:11:34.135534718Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/ocs

View File

@ -1,6 +1,6 @@
---
title: Policies
date: 2025-04-16T00:11:33.311907441Z
date: 2025-04-17T00:11:34.13563762Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/policies

View File

@ -1,6 +1,6 @@
---
title: Postprocessing
date: 2025-04-16T00:11:33.312328271Z
date: 2025-04-17T00:11:34.135859356Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/postprocessing

View File

@ -1,6 +1,6 @@
---
title: Proxy
date: 2025-04-16T00:11:33.312749672Z
date: 2025-04-17T00:11:34.136028803Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/proxy

View File

@ -1,6 +1,6 @@
---
title: Search
date: 2025-04-16T00:11:33.313351732Z
date: 2025-04-17T00:11:34.136205954Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/search

View File

@ -1,6 +1,6 @@
---
title: Settings
date: 2025-04-16T00:11:33.313868564Z
date: 2025-04-17T00:11:34.13634262Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/settings

View File

@ -1,6 +1,6 @@
---
title: SSE
date: 2025-04-16T00:11:33.314285115Z
date: 2025-04-17T00:11:34.136476681Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/sse

View File

@ -1,6 +1,6 @@
---
title: Storage-System
date: 2025-04-16T00:11:33.314456417Z
date: 2025-04-17T00:11:34.136542484Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/storage-system

View File

@ -1,6 +1,6 @@
---
title: Storage-Users
date: 2025-04-16T00:11:33.314705816Z
date: 2025-04-17T00:11:34.136674001Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/storage-users

View File

@ -1,6 +1,6 @@
---
title: Thumbnails
date: 2025-04-16T00:11:33.31501184Z
date: 2025-04-17T00:11:34.136804414Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/thumbnails

View File

@ -1,6 +1,6 @@
---
title: Userlog
date: 2025-04-16T00:11:33.315318496Z
date: 2025-04-17T00:11:34.136987056Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/userlog

View File

@ -1,6 +1,6 @@
---
title: Web
date: 2025-04-16T00:11:33.315542126Z
date: 2025-04-17T00:11:34.143824953Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/web

View File

@ -1,6 +1,6 @@
---
title: Webdav
date: 2025-04-16T00:11:33.31578901Z
date: 2025-04-17T00:11:34.143934419Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/webdav

View File

@ -1,6 +1,6 @@
---
title: Webfinger
date: 2025-04-16T00:11:33.315943549Z
date: 2025-04-17T00:11:34.144733975Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/webfinger