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

Merge pull request #11226 from owncloud/add-test-for-listing-shared-resource-activities

[tests-only][full-ci]Add tests for sharee listing resource activities
This commit is contained in:
Amrita 2025-04-17 06:21:59 +00:00
parent bba0bc09a8
commit 89d9134476
93 changed files with 297 additions and 295 deletions

View File

@ -1,7 +1,7 @@
---
title: "ocis.messages.eventhistory.v0"
url: /apis/grpc_apis/ocis_messages_eventhistory_v0
date: 2025-04-17T00:11:20Z
date: 2025-04-17T06:19:43Z
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-17T00:11:20Z
date: 2025-04-17T06:19:43Z
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-17T00:11:20Z
date: 2025-04-17T06:19:43Z
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-17T00:11:20Z
date: 2025-04-17T06:19:43Z
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-17T00:11:20Z
date: 2025-04-17T06:19:43Z
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-17T00:11:20Z
date: 2025-04-17T06:19:43Z
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-17T00:11:20Z
date: 2025-04-17T06:19:43Z
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-17T00:11:21Z
date: 2025-04-17T06:19:43Z
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-17T00:11:20Z
date: 2025-04-17T06:19:43Z
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-17T00:11:21Z
date: 2025-04-17T06:19:43Z
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-17T00:11:20Z
date: 2025-04-17T06:19:43Z
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-17T00:11:20Z
date: 2025-04-17T06:19:43Z
weight: 50
geekdocRepo: https://github.com/owncloud/ocis
---

View File

@ -6150,10 +6150,10 @@ IDM_ADMIN_USER_ID:
removalVersion: ""
deprecationInfo: ""
IDM_CREATE_DEMO_USERS:
name: IDM_CREATE_DEMO_USERS
name: SETTINGS_SETUP_DEFAULT_ASSIGNMENTS;IDM_CREATE_DEMO_USERS
defaultValue: "false"
type: bool
description: Flag to enable or disable the creation of the demo users.
description: The default role assignments the demo users should be setup.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
@ -8100,46 +8100,46 @@ OCIS_CACHE_TTL:
removalVersion: ""
deprecationInfo: ""
OCIS_CORS_ALLOW_CREDENTIALS:
name: OCIS_CORS_ALLOW_CREDENTIALS;THUMBNAILS_CORS_ALLOW_CREDENTIALS
name: OCIS_CORS_ALLOW_CREDENTIALS;ACTIVITYLOG_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: "6.0"
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_CORS_ALLOW_HEADERS:
name: OCIS_CORS_ALLOW_HEADERS;THUMBNAILS_CORS_ALLOW_HEADERS
name: OCIS_CORS_ALLOW_HEADERS;ACTIVITYLOG_CORS_ALLOW_HEADERS
defaultValue: '[Authorization Origin Content-Type Accept X-Requested-With X-Request-Id
Cache-Control]'
Ocs-Apirequest]'
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: "6.0"
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_CORS_ALLOW_METHODS:
name: OCIS_CORS_ALLOW_METHODS;THUMBNAILS_CORS_ALLOW_METHODS
defaultValue: '[GET POST PUT PATCH DELETE OPTIONS]'
name: OCIS_CORS_ALLOW_METHODS;ACTIVITYLOG_CORS_ALLOW_METHODS
defaultValue: '[GET]'
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: "6.0"
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_CORS_ALLOW_ORIGINS:
name: OCIS_CORS_ALLOW_ORIGINS;THUMBNAILS_CORS_ALLOW_ORIGINS
name: OCIS_CORS_ALLOW_ORIGINS;ACTIVITYLOG_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: "6.0"
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
@ -8229,7 +8229,7 @@ OCIS_DISABLE_VERSIONING:
removalVersion: ""
deprecationInfo: ""
OCIS_EDITION:
name: OCIS_EDITION;FRONTEND_EDITION
name: OCIS_EDITION;OCDAV_EDITION
defaultValue: Community
type: string
description: Edition of oCIS. Used for branding purposes.
@ -8247,16 +8247,16 @@ OCIS_EMAIL_TEMPLATE_PATH:
removalVersion: ""
deprecationInfo: ""
OCIS_ENABLE_OCM:
name: OCIS_ENABLE_OCM;FRONTEND_OCS_INCLUDE_OCM_SHAREES
name: OCIS_ENABLE_OCM;GRAPH_INCLUDE_OCM_SHAREES
defaultValue: "false"
type: bool
description: Include OCM sharees when listing sharees.
description: Include OCM sharees when listing users.
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_EVENTS_AUTH_PASSWORD:
name: OCIS_EVENTS_AUTH_PASSWORD;STORAGE_USERS_EVENTS_AUTH_PASSWORD
name: OCIS_EVENTS_AUTH_PASSWORD
defaultValue: ""
type: string
description: The password to authenticate with the events broker. The events broker
@ -8266,7 +8266,7 @@ OCIS_EVENTS_AUTH_PASSWORD:
removalVersion: ""
deprecationInfo: ""
OCIS_EVENTS_AUTH_USERNAME:
name: OCIS_EVENTS_AUTH_USERNAME;STORAGE_USERS_EVENTS_AUTH_USERNAME
name: OCIS_EVENTS_AUTH_USERNAME
defaultValue: ""
type: string
description: The username to authenticate with the events broker. The events broker
@ -8276,43 +8276,43 @@ OCIS_EVENTS_AUTH_USERNAME:
removalVersion: ""
deprecationInfo: ""
OCIS_EVENTS_CLUSTER:
name: OCIS_EVENTS_CLUSTER;STORAGE_USERS_EVENTS_CLUSTER
name: OCIS_EVENTS_CLUSTER
defaultValue: ocis-cluster
type: string
description: The clusterID of the event system. The event system is the message
queuing service. It is used as message broker for the microservice architecture.
Mandatory when using NATS as event system.
introductionVersion: pre5.0
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_EVENTS_ENABLE_TLS:
name: OCIS_EVENTS_ENABLE_TLS;STORAGE_USERS_EVENTS_ENABLE_TLS
name: OCIS_EVENTS_ENABLE_TLS
defaultValue: "false"
type: bool
description: Enable TLS for the connection to the events broker. The events broker
is the ocis service which receives and delivers events between the services.
introductionVersion: pre5.0
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_EVENTS_ENDPOINT:
name: OCIS_EVENTS_ENDPOINT;STORAGE_USERS_EVENTS_ENDPOINT
name: OCIS_EVENTS_ENDPOINT
defaultValue: 127.0.0.1:9233
type: string
description: The address of the event system. The event system is the message queuing
service. It is used as message broker for the microservice architecture.
introductionVersion: pre5.0
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_EVENTS_TLS_ROOT_CA_CERTIFICATE:
name: OCIS_EVENTS_TLS_ROOT_CA_CERTIFICATE;STORAGE_USERS_EVENTS_TLS_ROOT_CA_CERTIFICATE
name: OCIS_EVENTS_TLS_ROOT_CA_CERTIFICATE
defaultValue: ""
type: string
description: The root CA certificate used to validate the server's TLS certificate.
If provided STORAGE_USERS_EVENTS_TLS_INSECURE will be seen as false.
introductionVersion: pre5.0
If provided NOTIFICATIONS_EVENTS_TLS_INSECURE will be seen as false.
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
@ -8349,10 +8349,10 @@ OCIS_GRPC_CLIENT_TLS_MODE:
removalVersion: ""
deprecationInfo: ""
OCIS_GRPC_PROTOCOL:
name: OCIS_GRPC_PROTOCOL;APP_PROVIDER_GRPC_PROTOCOL
name: OCIS_GRPC_PROTOCOL;SHARING_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: ""
@ -8389,16 +8389,16 @@ OCIS_HTTP_TLS_KEY:
removalVersion: ""
deprecationInfo: ""
OCIS_INSECURE:
name: OCIS_INSECURE;THUMBNAILS_CS3SOURCE_INSECURE
name: OCIS_INSECURE
defaultValue: "false"
type: bool
description: Ignore untrusted SSL certificates when connecting to the CS3 source.
introductionVersion: pre5.0
description: Whether to verify the server TLS certificates.
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_JWT_SECRET:
name: OCIS_JWT_SECRET;APP_PROVIDER_JWT_SECRET
name: OCIS_JWT_SECRET;ACTIVITYLOG_JWT_SECRET
defaultValue: ""
type: string
description: The secret to mint and validate jwt tokens.
@ -8462,8 +8462,8 @@ OCIS_KEYCLOAK_USER_REALM:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_BIND_DN:
name: OCIS_LDAP_BIND_DN;IDP_LDAP_BIND_DN
defaultValue: uid=idp,ou=sysusers,o=libregraph-idm
name: OCIS_LDAP_BIND_DN;GRAPH_LDAP_BIND_DN
defaultValue: uid=libregraph,ou=sysusers,o=libregraph-idm
type: string
description: LDAP DN to use for simple bind authentication with the target LDAP
server.
@ -8472,7 +8472,7 @@ OCIS_LDAP_BIND_DN:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_BIND_PASSWORD:
name: OCIS_LDAP_BIND_PASSWORD;IDP_LDAP_BIND_PASSWORD
name: OCIS_LDAP_BIND_PASSWORD;GRAPH_LDAP_BIND_PASSWORD
defaultValue: ""
type: string
description: Password to use for authenticating the 'bind_dn'.
@ -8481,12 +8481,12 @@ OCIS_LDAP_BIND_PASSWORD:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_CACERT:
name: OCIS_LDAP_CACERT;IDP_LDAP_TLS_CACERT
name: OCIS_LDAP_CACERT;GRAPH_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
validate TLS server certificates of the LDAP service. If not defined, the root
directory derives from $OCIS_BASE_DATA_PATH/idp.
directory derives from $OCIS_BASE_DATA_PATH/idm.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
@ -8515,7 +8515,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;GRAPH_LDAP_GROUP_BASE_DN
defaultValue: ou=groups,o=libregraph-idm
type: string
description: Search base DN for looking up LDAP groups.
@ -8524,7 +8524,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;GRAPH_LDAP_GROUP_FILTER
defaultValue: ""
type: string
description: LDAP filter to add to the default filters for group searches.
@ -8533,7 +8533,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;GRAPH_LDAP_GROUP_OBJECTCLASS
defaultValue: groupOfNames
type: string
description: The object class to use for groups in the default group search filter
@ -8553,7 +8553,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;GRAPH_LDAP_GROUP_NAME_ATTRIBUTE
defaultValue: cn
type: string
description: LDAP Attribute to use for the name of groups.
@ -8562,8 +8562,8 @@ OCIS_LDAP_GROUP_SCHEMA_GROUPNAME:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_GROUP_SCHEMA_ID:
name: OCIS_LDAP_GROUP_SCHEMA_ID;GROUPS_LDAP_GROUP_SCHEMA_ID
defaultValue: ownclouduuid
name: OCIS_LDAP_GROUP_SCHEMA_ID;GRAPH_LDAP_GROUP_ID_ATTRIBUTE
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.
@ -8572,12 +8572,12 @@ OCIS_LDAP_GROUP_SCHEMA_ID:
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;GRAPH_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.
description: Set this to true if the defined 'ID' attribute for groups is of the
'OCTETSTRING' syntax. This is required when using the 'objectGUID' attribute of
Active Directory for the group ID's.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
@ -8592,7 +8592,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;GRAPH_LDAP_GROUP_MEMBER_ATTRIBUTE
defaultValue: member
type: string
description: LDAP Attribute that is used for group members.
@ -8601,7 +8601,7 @@ 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;GRAPH_LDAP_GROUP_SEARCH_SCOPE
defaultValue: sub
type: string
description: LDAP search scope to use when looking up groups. Supported scopes are
@ -8611,7 +8611,7 @@ OCIS_LDAP_GROUP_SCOPE:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_INSECURE:
name: OCIS_LDAP_INSECURE;IDP_INSECURE
name: OCIS_LDAP_INSECURE;GRAPH_LDAP_INSECURE
defaultValue: "false"
type: bool
description: Disable TLS certificate validation for the LDAP connections. Do not
@ -8621,7 +8621,7 @@ OCIS_LDAP_INSECURE:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_SERVER_WRITE_ENABLED:
name: OCIS_LDAP_SERVER_WRITE_ENABLED;FRONTEND_LDAP_SERVER_WRITE_ENABLED
name: OCIS_LDAP_SERVER_WRITE_ENABLED;GRAPH_LDAP_SERVER_WRITE_ENABLED
defaultValue: "true"
type: bool
description: Allow creating, modifying and deleting LDAP users via the GRAPH API.
@ -8633,16 +8633,17 @@ OCIS_LDAP_SERVER_WRITE_ENABLED:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_URI:
name: OCIS_LDAP_URI;IDP_LDAP_URI
name: OCIS_LDAP_URI;GRAPH_LDAP_URI
defaultValue: ldaps://localhost:9235
type: string
description: Url of the LDAP service to use as IDP.
description: URI of the LDAP Server to connect to. Supported URI schemes are 'ldaps://'
and 'ldap://'
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_BASE_DN:
name: OCIS_LDAP_USER_BASE_DN;IDP_LDAP_BASE_DN
name: OCIS_LDAP_USER_BASE_DN;GRAPH_LDAP_USER_BASE_DN
defaultValue: ou=users,o=libregraph-idm
type: string
description: Search base DN for looking up LDAP users.
@ -8651,7 +8652,7 @@ OCIS_LDAP_USER_BASE_DN:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_ENABLED_ATTRIBUTE:
name: OCIS_LDAP_USER_ENABLED_ATTRIBUTE;IDP_USER_ENABLED_ATTRIBUTE
name: OCIS_LDAP_USER_ENABLED_ATTRIBUTE;GRAPH_USER_ENABLED_ATTRIBUTE
defaultValue: ownCloudUserEnabled
type: string
description: LDAP Attribute to use as a flag telling if the user is enabled or disabled.
@ -8660,7 +8661,7 @@ OCIS_LDAP_USER_ENABLED_ATTRIBUTE:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_FILTER:
name: OCIS_LDAP_USER_FILTER;IDP_LDAP_FILTER
name: OCIS_LDAP_USER_FILTER;GRAPH_LDAP_USER_FILTER
defaultValue: ""
type: string
description: LDAP filter to add to the default filters for user search like '(objectclass=ownCloud)'.
@ -8669,51 +8670,53 @@ OCIS_LDAP_USER_FILTER:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_OBJECTCLASS:
name: OCIS_LDAP_USER_OBJECTCLASS;IDP_LDAP_OBJECTCLASS
name: OCIS_LDAP_USER_OBJECTCLASS;GRAPH_LDAP_USER_OBJECTCLASS
defaultValue: inetOrgPerson
type: string
description: LDAP User ObjectClass like 'inetOrgPerson'.
description: The object class to use for users in the default user search filter
('inetOrgPerson').
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_SCHEMA_DISPLAYNAME:
name: OCIS_LDAP_USER_SCHEMA_DISPLAYNAME;GROUPS_LDAP_USER_SCHEMA_DISPLAYNAME
defaultValue: displayname
name: OCIS_LDAP_USER_SCHEMA_DISPLAYNAME;LDAP_USER_SCHEMA_DISPLAY_NAME;GRAPH_LDAP_USER_DISPLAYNAME_ATTRIBUTE
defaultValue: displayName
type: string
description: LDAP Attribute to use for the displayname of users.
description: LDAP Attribute to use for the display name of users.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: 'LDAP_USER_SCHEMA_DISPLAY_NAME changing name for consistency | | | | | | |
deprecationInfo: LDAP_USER_SCHEMA_DISPLAY_NAME changing name for consistency | | | | | | |
LDAP_USER_SCHEMA_DISPLAY_NAME changing name for consistency | | | | LDAP_USER_SCHEMA_DISPLAY_NAME
changing name for consistency | | | LDAP_USER_SCHEMA_DISPLAY_NAME changing name
for consistency | '
changing name for consistency | | | | LDAP_USER_SCHEMA_DISPLAY_NAME changing
name for consistency
OCIS_LDAP_USER_SCHEMA_ID:
name: OCIS_LDAP_USER_SCHEMA_ID;IDP_LDAP_UUID_ATTRIBUTE
defaultValue: ownCloudUUID
name: OCIS_LDAP_USER_SCHEMA_ID;GRAPH_LDAP_USER_UID_ATTRIBUTE
defaultValue: owncloudUUID
type: string
description: LDAP User UUID attribute like 'uid'.
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;GRAPH_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.
'OCTETSTRING' syntax. This is required when using the 'objectGUID' attribute of
Active Directory for the user ID's.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_SCHEMA_MAIL:
name: OCIS_LDAP_USER_SCHEMA_MAIL;IDP_LDAP_EMAIL_ATTRIBUTE
name: OCIS_LDAP_USER_SCHEMA_MAIL;GRAPH_LDAP_USER_EMAIL_ATTRIBUTE
defaultValue: mail
type: string
description: LDAP User email attribute like 'mail'.
description: LDAP Attribute to use for the email address of users.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
@ -8729,16 +8732,16 @@ OCIS_LDAP_USER_SCHEMA_USER_TYPE:
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_SCHEMA_USERNAME:
name: OCIS_LDAP_USER_SCHEMA_USERNAME;IDP_LDAP_NAME_ATTRIBUTE
defaultValue: displayName
name: OCIS_LDAP_USER_SCHEMA_USERNAME;GRAPH_LDAP_USER_NAME_ATTRIBUTE
defaultValue: uid
type: string
description: LDAP User name attribute like 'displayName'.
description: LDAP Attribute to use for username of users.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LDAP_USER_SCOPE:
name: OCIS_LDAP_USER_SCOPE;IDP_LDAP_SCOPE
name: OCIS_LDAP_USER_SCOPE;GRAPH_LDAP_USER_SCOPE
defaultValue: sub
type: string
description: LDAP search scope to use when looking up users. Supported scopes are
@ -8748,60 +8751,60 @@ OCIS_LDAP_USER_SCOPE:
removalVersion: ""
deprecationInfo: ""
OCIS_LOG_COLOR:
name: OCIS_LOG_COLOR;APP_PROVIDER_LOG_COLOR
name: OCIS_LOG_COLOR;ACTIVITYLOG_LOG_COLOR
defaultValue: "false"
type: bool
description: Activates colorized log output.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LOG_FILE:
name: OCIS_LOG_FILE;APP_PROVIDER_LOG_FILE
defaultValue: ""
type: string
description: The path to the log file. Activates logging to this file if set.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LOG_LEVEL:
name: OCIS_LOG_LEVEL;APP_PROVIDER_LOG_LEVEL
defaultValue: ""
type: string
description: 'The log level. Valid values are: ''panic'', ''fatal'', ''error'',
''warn'', ''info'', ''debug'', ''trace''.'
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LOG_PRETTY:
name: OCIS_LOG_PRETTY;APP_PROVIDER_LOG_PRETTY
defaultValue: "false"
type: bool
description: Activates pretty log output.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_MACHINE_AUTH_API_KEY:
name: OCIS_MACHINE_AUTH_API_KEY;STORAGE_USERS_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"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LOG_FILE:
name: OCIS_LOG_FILE;ACTIVITYLOG_LOG_FILE
defaultValue: ""
type: string
description: The path to the log file. Activates logging to this file if set.
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LOG_LEVEL:
name: OCIS_LOG_LEVEL;ACTIVITYLOG_LOG_LEVEL
defaultValue: ""
type: string
description: 'The log level. Valid values are: ''panic'', ''fatal'', ''error'',
''warn'', ''info'', ''debug'', ''trace''.'
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_LOG_PRETTY:
name: OCIS_LOG_PRETTY;ACTIVITYLOG_LOG_PRETTY
defaultValue: "false"
type: bool
description: Activates pretty log output.
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_MACHINE_AUTH_API_KEY:
name: OCIS_MACHINE_AUTH_API_KEY;OCDAV_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: pre5.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_MAX_CONCURRENCY:
name: OCIS_MAX_CONCURRENCY;STORAGE_USERS_S3NG_MAX_CONCURRENCY
defaultValue: "5"
name: OCIS_MAX_CONCURRENCY;SHARING_USER_JSONCS3_MAX_CONCURRENCY
defaultValue: "1"
type: int
description: Maximum number of concurrent go-routines. Higher values can potentially
get work done faster but will also cause more load on the system. Values of 0
or below will be ignored and the default value of 100 will be used.
introductionVersion: pre5.0
or below will be ignored and the default value will be used.
introductionVersion: 7.0.0
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
@ -8827,7 +8830,7 @@ OCIS_OIDC_CLIENT_ID:
removalVersion: ""
deprecationInfo: ""
OCIS_OIDC_ISSUER:
name: OCIS_URL;OCIS_OIDC_ISSUER;PROXY_OIDC_ISSUER
name: OCIS_URL;OCIS_OIDC_ISSUER;WEB_OIDC_AUTHORITY
defaultValue: https://localhost:9200
type: string
description: URL of the OIDC issuer. It defaults to URL of the builtin IDP.
@ -8967,8 +8970,8 @@ OCIS_REVA_GATEWAY:
name: OCIS_REVA_GATEWAY
defaultValue: com.owncloud.api.gateway
type: string
description: The CS3 gateway endpoint.
introductionVersion: pre5.0
description: CS3 gateway used to look up user metadata
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
@ -8995,7 +8998,7 @@ OCIS_REVA_GATEWAY_TLS_MODE:
removalVersion: ""
deprecationInfo: ""
OCIS_SERVICE_ACCOUNT_ID:
name: OCIS_SERVICE_ACCOUNT_ID;STORAGE_USERS_SERVICE_ACCOUNT_ID
name: OCIS_SERVICE_ACCOUNT_ID;ACTIVITYLOG_SERVICE_ACCOUNT_ID
defaultValue: ""
type: string
description: The ID of the service account the service should use. See the 'auth-service'
@ -9005,7 +9008,7 @@ OCIS_SERVICE_ACCOUNT_ID:
removalVersion: ""
deprecationInfo: ""
OCIS_SERVICE_ACCOUNT_SECRET:
name: OCIS_SERVICE_ACCOUNT_SECRET;STORAGE_USERS_SERVICE_ACCOUNT_SECRET
name: OCIS_SERVICE_ACCOUNT_SECRET;ACTIVITYLOG_SERVICE_ACCOUNT_SECRET
defaultValue: ""
type: string
description: The service account secret.
@ -9094,40 +9097,40 @@ OCIS_SYSTEM_USER_IDP:
removalVersion: ""
deprecationInfo: ""
OCIS_TRACING_COLLECTOR:
name: OCIS_TRACING_COLLECTOR;APP_PROVIDER_TRACING_COLLECTOR
name: OCIS_TRACING_COLLECTOR;ACTIVITYLOG_TRACING_COLLECTOR
defaultValue: ""
type: string
description: The HTTP endpoint for sending spans directly to a collector, i.e. http://jaeger-collector:14268/api/traces.
Only used if the tracing endpoint is unset.
introductionVersion: pre5.0
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_TRACING_ENABLED:
name: OCIS_TRACING_ENABLED;APP_PROVIDER_TRACING_ENABLED
name: OCIS_TRACING_ENABLED;ACTIVITYLOG_TRACING_ENABLED
defaultValue: "false"
type: bool
description: Activates tracing.
introductionVersion: pre5.0
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_TRACING_ENDPOINT:
name: OCIS_TRACING_ENDPOINT;APP_PROVIDER_TRACING_ENDPOINT
name: OCIS_TRACING_ENDPOINT;ACTIVITYLOG_TRACING_ENDPOINT
defaultValue: ""
type: string
description: The endpoint of the tracing agent.
introductionVersion: pre5.0
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
OCIS_TRACING_TYPE:
name: OCIS_TRACING_TYPE;APP_PROVIDER_TRACING_TYPE
name: OCIS_TRACING_TYPE;ACTIVITYLOG_TRACING_TYPE
defaultValue: ""
type: string
description: The type of tracing. Defaults to '', which is the same as 'jaeger'.
Allowed tracing types are 'jaeger' and '' as of now.
introductionVersion: pre5.0
introductionVersion: "5.0"
deprecationVersion: ""
removalVersion: ""
deprecationInfo: ""
@ -9135,7 +9138,7 @@ OCIS_TRANSFER_SECRET:
name: OCIS_TRANSFER_SECRET
defaultValue: ""
type: string
description: The storage transfer secret.
description: Transfer secret for signing file up- and download requests.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""
@ -9152,11 +9155,10 @@ OCIS_TRANSLATION_PATH:
removalVersion: ""
deprecationInfo: ""
OCIS_URL:
name: OCIS_URL;APP_PROVIDER_WOPI_FOLDER_URL_BASE_URL
defaultValue: https://localhost:9200/
name: OCIS_URL;OCIS_OIDC_ISSUER;WEB_OIDC_AUTHORITY
defaultValue: https://localhost:9200
type: string
description: Base url to navigate back from the app to the containing folder in
the file list.
description: URL of the OIDC issuer. It defaults to URL of the builtin IDP.
introductionVersion: pre5.0
deprecationVersion: ""
removalVersion: ""

View File

@ -161,7 +161,7 @@ variables:
description: ""
do_ignore: true
- rawname: _registryAddressEnv
path: ocis-pkg/registry/registry.go:92
path: ocis-pkg/natsjsregistry/registry.go:206
foundincode: true
name: _registryAddressEnv
type: ""
@ -169,7 +169,7 @@ variables:
description: ""
do_ignore: false
- rawname: _registryAddressEnv
path: ocis-pkg/natsjsregistry/registry.go:206
path: ocis-pkg/registry/registry.go:92
foundincode: true
name: _registryAddressEnv
type: ""

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41[Deprecation Note]
xref:deprecation-note-2025-04-17-06-19-57[Deprecation Note]
a| [subs=-attributes]
++5.0 ++
a| [subs=-attributes]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41[Deprecation Note]
xref:deprecation-note-2025-04-17-06-19-57[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-17-00-11-41[Deprecation Note]
xref:deprecation-note-2025-04-17-06-19-57[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-17-00-11-41[Deprecation Note]
xref:deprecation-note-2025-04-17-06-19-57[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-17-00-11-41[Deprecation Note]
xref:deprecation-note-2025-04-17-06-19-57[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-17-00-11-41[Deprecation Note]
xref:deprecation-note-2025-04-17-06-19-57[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-17-00-11-41[Deprecation Note]
xref:deprecation-note-2025-04-17-06-19-57[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-17-00-11-41[Deprecation Note]
xref:deprecation-note-2025-04-17-06-19-57[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-17-00-11-41[Deprecation Note]
xref:deprecation-note-2025-04-17-06-19-57[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-17-00-11-41[Deprecation Note]
xref:deprecation-note-2025-04-17-06-19-57[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-17-00-11-41[Deprecation Note]
xref:deprecation-note-2025-04-17-06-19-57[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-17-00-11-41[Deprecation Note]
xref:deprecation-note-2025-04-17-06-19-57[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-17-00-11-41[Deprecation Note]
xref:deprecation-note-2025-04-17-06-19-57[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-17-00-11-41[Deprecation Note]
xref:deprecation-note-2025-04-17-06-19-57[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-17-00-11-41[Deprecation Note]
xref:deprecation-note-2025-04-17-06-19-57[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-17-00-11-41[Deprecation Note]
xref:deprecation-note-2025-04-17-06-19-57[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-17-00-11-41[Deprecation Note]
xref:deprecation-note-2025-04-17-06-19-57[Deprecation Note]
a| [subs=-attributes]
++5.0 ++
a| [subs=-attributes]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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 authenticate with the store. Only applies when store type 'nats-js-kv' is configured.
The password to use for authentication. Only applies when using the 'nats-js-kv' store type.
a| `OCIS_CACHE_AUTH_USERNAME`
a| [subs=-attributes]
@ -116,7 +116,7 @@ a| [subs=-attributes]
++ ++
a| [subs=-attributes]
The username to authenticate with the store. Only applies when store type 'nats-js-kv' is configured.
The username to use for authentication. Only applies when using the 'nats-js-kv' store type.
a| `OCIS_CACHE_DATABASE`
a| [subs=-attributes]
@ -136,14 +136,14 @@ a| [subs=-attributes]
++string ++
a| [subs=-attributes]
++cache-userinfo ++
++cache-stat ++
a| [subs=-attributes]
The database name the configured store should use.
a| `OCIS_CACHE_DISABLE_PERSISTENCE`
a| [subs=-attributes]
++pre5.0 ++
++5.0 ++
a| [subs=attributes+]
* xref:{s-path}/frontend.adoc[frontend] +
@ -164,11 +164,11 @@ a| [subs=-attributes]
++false ++
a| [subs=-attributes]
Disables persistence of the cache. Only applies when store type 'nats-js-kv' is configured. Defaults to false.
Disable persistence of the cache. Only applies when using the 'nats-js-kv' store type. Defaults to false.
a| `OCIS_CACHE_STORE`
a| [subs=-attributes]
++5.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/frontend.adoc[frontend] +
@ -187,14 +187,14 @@ a| [subs=-attributes]
++string ++
a| [subs=-attributes]
++nats-js-kv ++
++memory ++
a| [subs=-attributes]
The type of the signing key store. Supported values are: 'redis-sentinel' and 'nats-js-kv'. See the text description for details.
The type of the cache store. Supported values are: 'memory', 'redis-sentinel', 'nats-js-kv', 'noop'. See the text description for details.
a| `OCIS_CACHE_STORE_NODES`
a| [subs=-attributes]
++5.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/frontend.adoc[frontend] +
@ -216,11 +216,11 @@ a| [subs=-attributes]
++[127.0.0.1:9233] ++
a| [subs=-attributes]
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.
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.
a| `OCIS_CACHE_TTL`
a| [subs=-attributes]
++5.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/frontend.adoc[frontend] +
@ -239,10 +239,10 @@ a| [subs=-attributes]
++Duration ++
a| [subs=-attributes]
++12h0m0s ++
++5m0s ++
a| [subs=-attributes]
Default time to live for signing keys. See the Environment Variable Types description for more details.
Default time to live for user info in the cache. Only applied when access tokens has no expiration. See the Environment Variable Types description for more details.
a| `OCIS_CORS_ALLOW_CREDENTIALS`
a| [subs=-attributes]
@ -270,7 +270,7 @@ a| [subs=-attributes]
++bool ++
a| [subs=-attributes]
++true ++
++false ++
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]
++[Authorization Origin Content-Type Accept X-Requested-With X-Request-Id Cache-Control] ++
++[] ++
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]
++[GET POST PUT PATCH DELETE OPTIONS] ++
++[] ++
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.
@ -387,7 +387,7 @@ The propagator used for decomposedfs. At the moment, only 'sync' is fully suppor
a| `OCIS_DEFAULT_LANGUAGE`
a| [subs=-attributes]
++5.0 ++
++7.0.0 ++
a| [subs=attributes+]
* xref:{s-path}/activitylog.adoc[activitylog] +
@ -400,7 +400,7 @@ a| [subs=-attributes]
++string ++
a| [subs=-attributes]
++ ++
++en ++
a| [subs=-attributes]
The default language used by services and the WebUI. If not defined, English will be used as default. See the documentation for more details.
@ -653,7 +653,7 @@ The root CA certificate used to validate the server's TLS certificate. If provid
a| `OCIS_GATEWAY_GRPC_ADDR`
a| [subs=-attributes]
++5.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/gateway.adoc[gateway] +
@ -666,7 +666,7 @@ a| [subs=-attributes]
++127.0.0.1:9142 ++
a| [subs=-attributes]
The bind address of the gateway GRPC address.
The bind address of the GRPC service.
a| `OCIS_GRPC_CLIENT_TLS_CACERT`
a| [subs=-attributes]
@ -746,7 +746,7 @@ TLS mode for grpc connection to the go-micro based grpc services. Possible value
a| `OCIS_GRPC_PROTOCOL`
a| [subs=-attributes]
++pre5.0 ++
++7.0.0 ++
a| [subs=attributes+]
* xref:{s-path}/app-provider.adoc[app-provider] +
@ -774,7 +774,7 @@ a| [subs=-attributes]
++tcp ++
a| [subs=-attributes]
The transport protocol of the GPRC service.
The transport protocol of the GRPC service.
a| `OCIS_HTTP_TLS_CERTIFICATE`
a| [subs=-attributes]
@ -862,7 +862,7 @@ Path/File name for the TLS certificate key (in PEM format) for the server certif
a| `OCIS_INSECURE`
a| [subs=-attributes]
++5.0 ++
++pre5.0 ++
a| [subs=attributes+]
* xref:{s-path}/activitylog.adoc[activitylog] +
@ -900,11 +900,11 @@ a| [subs=-attributes]
++false ++
a| [subs=-attributes]
Whether to verify the server TLS certificates.
Allow insecure connections to the WEBFINGER service.
a| `OCIS_JWT_SECRET`
a| [subs=-attributes]
++pre5.0 ++
++7.0.0 ++
a| [subs=attributes+]
* xref:{s-path}/activitylog.adoc[activitylog] +
@ -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]
@ -1063,7 +1063,7 @@ a| [subs=-attributes]
++string ++
a| [subs=-attributes]
++uid=libregraph,ou=sysusers,o=libregraph-idm ++
++uid=reva,ou=sysusers,o=libregraph-idm ++
a| [subs=-attributes]
LDAP DN to use for simple bind authentication with the target LDAP server.
@ -1142,7 +1142,7 @@ a| [subs=-attributes]
++attribute ++
a| [subs=-attributes]
An option to control the behavior for disabling users. Supported options are 'none', 'attribute' and 'group'. If set to 'group', disabling a user via API will add the user to the configured group for disabled users, if set to 'attribute' this will be done in the ldap user entry, if set to 'none' the disable request is not processed. Default is 'attribute'.
An option to control the behavior for disabling users. Valid options are 'none', 'attribute' and 'group'. If set to 'group', disabling a user via API will add the user to the configured group for disabled users, if set to 'attribute' this will be done in the ldap user entry, if set to 'none' the disable request is not processed.
a| `OCIS_LDAP_GROUP_BASE_DN`
a| [subs=-attributes]
@ -1252,10 +1252,10 @@ a| [subs=-attributes]
++string ++
a| [subs=-attributes]
++owncloudUUID ++
++ownclouduuid ++
a| [subs=-attributes]
LDAP Attribute to use as the unique id for groups. This should be a stable globally unique ID like a UUID.
LDAP Attribute to use as the unique id for groups. This should be a stable globally unique id (e.g. a UUID).
a| `OCIS_LDAP_GROUP_SCHEMA_ID_IS_OCTETSTRING`
a| [subs=-attributes]
@ -1274,7 +1274,7 @@ a| [subs=-attributes]
++false ++
a| [subs=-attributes]
Set this to true if the defined 'ID' attribute for groups is of the 'OCTETSTRING' syntax. This is required when using the 'objectGUID' attribute of Active Directory for the group ID's.
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 IDs.
a| `OCIS_LDAP_GROUP_SCHEMA_MAIL`
a| [subs=-attributes]
@ -1330,7 +1330,7 @@ a| [subs=-attributes]
++sub ++
a| [subs=-attributes]
LDAP search scope to use when looking up groups. Supported scopes are 'base', 'one' and 'sub'.
LDAP search scope to use when looking up groups. Supported values are 'base', 'one' and 'sub'.
a| `OCIS_LDAP_INSECURE`
a| [subs=-attributes]
@ -1426,7 +1426,7 @@ a| [subs=-attributes]
++ownCloudUserEnabled ++
a| [subs=-attributes]
LDAP Attribute to use as a flag telling if the user is enabled or disabled.
LDAP attribute to use as a flag telling if the user is enabled or disabled.
a| `OCIS_LDAP_USER_FILTER`
a| [subs=-attributes]
@ -1482,10 +1482,10 @@ a| [subs=-attributes]
++string ++
a| [subs=-attributes]
++displayName ++
++displayname ++
a| [subs=-attributes]
LDAP Attribute to use for the display name of users.
LDAP Attribute to use for the displayname of users.
a| `OCIS_LDAP_USER_SCHEMA_ID`
a| [subs=-attributes]
@ -1502,7 +1502,7 @@ a| [subs=-attributes]
++string ++
a| [subs=-attributes]
++owncloudUUID ++
++ownclouduuid ++
a| [subs=-attributes]
LDAP Attribute to use as the unique ID for users. This should be a stable globally unique ID like a UUID.
@ -1524,7 +1524,7 @@ a| [subs=-attributes]
++false ++
a| [subs=-attributes]
Set this to true if the defined 'ID' attribute for users is of the 'OCTETSTRING' syntax. This is required when using the 'objectGUID' attribute of Active Directory for the user ID's.
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 IDs.
a| `OCIS_LDAP_USER_SCHEMA_MAIL`
a| [subs=-attributes]
@ -1601,7 +1601,7 @@ a| [subs=-attributes]
++sub ++
a| [subs=-attributes]
LDAP search scope to use when looking up users. Supported scopes are 'base', 'one' and 'sub'.
LDAP search scope to use when looking up users. Supported values are 'base', 'one' and 'sub'.
a| `OCIS_LOG_COLOR`
a| [subs=-attributes]
@ -1833,7 +1833,7 @@ Activates pretty log output.
a| `OCIS_MACHINE_AUTH_API_KEY`
a| [subs=-attributes]
++pre5.0 ++
++7.0.0 ++
a| [subs=attributes+]
* xref:{s-path}/auth-app.adoc[auth-app] +
@ -1851,7 +1851,7 @@ a| [subs=-attributes]
++ ++
a| [subs=-attributes]
Machine auth API key used to validate internal requests necessary to access resources from other services.
The machine auth API key used to validate internal requests necessary to access resources from other services.
a| `OCIS_MAX_CONCURRENCY`
a| [subs=-attributes]
@ -1913,7 +1913,7 @@ a| [subs=-attributes]
++https://localhost:9200 ++
a| [subs=-attributes]
URL of the OIDC issuer. It defaults to URL of the builtin IDP.
The identity provider href for the openid-discovery relation.
a| `OCIS_PASSWORD_POLICY_BANNED_PASSWORDS_LIST`
a| [subs=-attributes]
@ -2344,7 +2344,7 @@ a| [subs=-attributes]
++ ++
a| [subs=-attributes]
ID of the oCIS STORAGE-SYSTEM system user. Admins need to set the ID for the STORAGE-SYSTEM system user in this config option which is then used to reference the user. Any reasonable long string is possible, preferably this would be an UUIDv4 format.
ID of the oCIS storage-system system user. Admins need to set the ID for the STORAGE-SYSTEM system user in this config option which is then used to reference the user. Any reasonable long string is possible, preferably this would be an UUIDv4 format.
a| `OCIS_SYSTEM_USER_IDP`
a| [subs=-attributes]
@ -2660,14 +2660,14 @@ a| [subs=-attributes]
++string ++
a| [subs=-attributes]
++https://localhost:9200/ ++
++https://localhost:9200 ++
a| [subs=-attributes]
Base url to navigate back from the app to the containing folder in the file list.
The identity provider href for the openid-discovery relation.
a| `OCIS_WOPI_DISABLE_CHAT`
a| [subs=-attributes]
++pre5.0 ++
++7.0.0 ++
a| [subs=attributes+]
* xref:{s-path}/app-provider.adoc[app-provider] +
@ -2680,7 +2680,7 @@ a| [subs=-attributes]
++false ++
a| [subs=-attributes]
Disable the chat functionality of the office app.
Disable chat in the office web frontend. This feature applies to OnlyOffice and Microsoft.
a| `STORAGE_USERS_ASYNC_PROPAGATOR_PROPAGATION_DELAY`
a| [subs=-attributes]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41[Deprecation Note]
xref:deprecation-note-2025-04-17-06-19-57[Deprecation Note]
a| [subs=-attributes]
++pre5.0 ++
a| [subs=-attributes]

View File

@ -6,7 +6,7 @@
ifeval::[{show-deprecation} == true]
[#deprecation-note-2025-04-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[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-17-00-11-41]
[#deprecation-note-2025-04-17-06-19-57]
[caption=]
.Deprecation notes for the webfinger service
[width="100%",cols="~,~,~,~",options="header"]

View File

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

View File

@ -1,6 +1,6 @@
---
title: Antivirus
date: 2025-04-17T00:11:41.958385557Z
date: 2025-04-17T06:20:00.350342316Z
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-17T00:11:41.95851049Z
date: 2025-04-17T06:20:00.350502004Z
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-17T00:11:41.958652302Z
date: 2025-04-17T06:20:00.350688763Z
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-17T00:11:41.95873731Z
date: 2025-04-17T06:20:00.350783319Z
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-17T00:11:41.958959692Z
date: 2025-04-17T06:20:00.35092785Z
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-17T00:11:41.959058014Z
date: 2025-04-17T06:20:00.351020322Z
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-17T00:11:41.959145988Z
date: 2025-04-17T06:20:00.351146679Z
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-17T00:11:41.959213733Z
date: 2025-04-17T06:20:00.351238059Z
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-17T00:11:41.959307578Z
date: 2025-04-17T06:20:00.351380706Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/clientlog

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
---
title: OCM
date: 2025-04-17T00:11:41.961043736Z
date: 2025-04-17T06:20:00.353007857Z
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-17T00:11:41.961167124Z
date: 2025-04-17T06:20:00.353139963Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/ocs

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
---
title: SSE
date: 2025-04-17T00:11:41.968174495Z
date: 2025-04-17T06:20:00.355933684Z
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-17T00:11:41.968257989Z
date: 2025-04-17T06:20:00.356125953Z
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-17T00:11:41.968383773Z
date: 2025-04-17T06:20:00.356306551Z
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-17T00:11:41.968595526Z
date: 2025-04-17T06:20:00.356533946Z
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/thumbnails

View File

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

View File

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

View File

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

View File

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