From b04f3209d4867ffa73af3e0930fd42e11599bd22 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 19 Jun 2024 19:45:57 +0200 Subject: [PATCH] chore: prepare release, bump version --- .../CVE-2023-36308.md | 0 .../activity-service.md | 0 .../add-consistency-check-command.md | 0 .../add-get-drive-item-endpoint.md | 0 .../add-providerinfo-secure-view-flag.md | 0 .../add-remote-item-id-to-webdav-report.md | 0 .../add-spaceid-to-sse.md | 0 .../add-virus-filter.md | 0 .../assimilate-clean-into-sessions.md | 0 .../autoprovision-update-user.md | 0 .../bump-go-122.md | 0 .../bump-keycloak.md | 0 .../bump-natsjskv.md | 0 .../bump-reva.md | 0 .../change-default-resharing.md | 0 .../change-presigned-key-store.md | 0 .../check-parent-on-copy.md | 0 .../config-autoprovision-claims.md | 0 .../{unreleased => 6.0.0_2024-06-19}/csp.md | 0 .../enable-drawio-by-default.md | 0 .../enhanacement-clamav-example.md | 0 ...ent-add-epub-reader-to-web-default-apps.md | 0 .../enhancement-add-watermark-text.md | 0 ...nhancement-prepare-runners-for-services.md | 0 ...-sharing-ng-role-names-and-descriptions.md | 0 .../enhancement-strict-same-site-cookie.md | 0 .../enhancement-theme-processing.md | 0 .../enhancement-web-app-loading.md | 0 .../enhancement-web-server-compression.md | 0 .../file-touched-sse.md | 0 .../file-unlocked-sse.md | 0 .../fix-adding-wopi-doc-on-public-share.md | 0 .../fix-admin-role-assignment.md | 0 .../fix-affected-users.md | 0 .../fix-collaboration-registry.md | 0 .../fix-create-personal-space-cache.md | 0 .../fix-default-roles-assignment.md | 0 .../fix-docker-compose-wopi.md | 0 .../fix-error-translation-utils.md | 0 .../fix-graph-allowed-roles.md | 0 .../fix-graph-create-drive-item.md | 0 .../fix-graph-internal-link.md | 0 .../fix-graph-invite-virtual.md | 0 .../fix-graph-invite.md | 0 .../fix-graph-unmount-item.md | 0 .../fix-mount-points-naming.md | 0 .../fix-postprocessing-restart.md | 0 .../fix-public-link-lock.md | 0 .../fix-publiclink-upload.md | 0 .../fix-remove-group-from-share.md | 0 .../fix-remove-update-share.md | 0 .../fix-search-hidden.md | 0 .../fix-settings-metadata-tests.md | 0 .../fix-share-mount-unmount.md | 0 .../fix-share-update.md | 0 .../fix-well-known-rewrite.md | 0 .../fix-wopi-example.md | 0 .../graph-item-visibility-api.md | 0 .../graph-permission-created-date.md | 0 .../improve-cors.md | 0 .../initiator-ids.md | 0 .../link-sses.md | 0 .../mask-user-email-in-output.md | 0 .../max-input-image.md | 0 .../more-sse-events.md | 0 .../nats-reconnects.md | 0 .../natsjskv-registry-encoding.md | 0 .../next-before-making-calls.md | 0 .../non-default-multipartuploads.md | 0 ...nailer-from-showing-secureview-previews.md | 0 .../remove-deprecated-settings-backend.md | 0 .../remove-resharing.md | 0 .../remove-well-known-oidc-middleware.md | 0 .../rework-virus-handling.md | 0 .../select-next-clients-for-autoaccept.md | 0 .../shareeid-sses.md | 0 .../sharing-ng-mount.md | 0 .../sharing-ng-spacepermissions.md | 0 .../sharing-secure-view-role.md | 0 .../sharing-sse.md | 0 .../space-templates.md | 0 .../thumbnail-request-limit.md | 0 .../tokenInfo-endpoint-replacement.md | 0 .../update-storage-users-doc.md | 0 .../update-web-9.0.0.md | 0 docs/ocis/release_roadmap.md | 106 +++++++++--------- ocis-pkg/version/version.go | 2 +- services/collaboration/pkg/config/app.go | 12 +- services/collaboration/pkg/config/config.go | 8 +- services/collaboration/pkg/config/cs3api.go | 4 +- services/collaboration/pkg/config/debug.go | 8 +- services/collaboration/pkg/config/grpc.go | 2 +- services/collaboration/pkg/config/http.go | 2 +- services/collaboration/pkg/config/log.go | 8 +- services/collaboration/pkg/config/wopi.go | 4 +- services/frontend/pkg/config/config.go | 4 +- services/graph/pkg/config/config.go | 2 +- services/proxy/pkg/config/config.go | 8 +- services/storage-users/pkg/config/config.go | 24 ++-- services/thumbnails/pkg/config/config.go | 6 +- services/thumbnails/pkg/config/http.go | 2 +- services/web/pkg/config/config.go | 6 +- sonar-project.properties | 4 +- 103 files changed, 106 insertions(+), 106 deletions(-) rename changelog/{unreleased => 6.0.0_2024-06-19}/CVE-2023-36308.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/activity-service.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/add-consistency-check-command.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/add-get-drive-item-endpoint.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/add-providerinfo-secure-view-flag.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/add-remote-item-id-to-webdav-report.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/add-spaceid-to-sse.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/add-virus-filter.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/assimilate-clean-into-sessions.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/autoprovision-update-user.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/bump-go-122.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/bump-keycloak.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/bump-natsjskv.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/bump-reva.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/change-default-resharing.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/change-presigned-key-store.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/check-parent-on-copy.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/config-autoprovision-claims.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/csp.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/enable-drawio-by-default.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/enhanacement-clamav-example.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/enhancement-add-epub-reader-to-web-default-apps.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/enhancement-add-watermark-text.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/enhancement-prepare-runners-for-services.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/enhancement-sharing-ng-role-names-and-descriptions.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/enhancement-strict-same-site-cookie.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/enhancement-theme-processing.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/enhancement-web-app-loading.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/enhancement-web-server-compression.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/file-touched-sse.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/file-unlocked-sse.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-adding-wopi-doc-on-public-share.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-admin-role-assignment.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-affected-users.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-collaboration-registry.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-create-personal-space-cache.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-default-roles-assignment.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-docker-compose-wopi.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-error-translation-utils.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-graph-allowed-roles.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-graph-create-drive-item.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-graph-internal-link.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-graph-invite-virtual.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-graph-invite.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-graph-unmount-item.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-mount-points-naming.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-postprocessing-restart.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-public-link-lock.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-publiclink-upload.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-remove-group-from-share.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-remove-update-share.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-search-hidden.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-settings-metadata-tests.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-share-mount-unmount.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-share-update.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-well-known-rewrite.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/fix-wopi-example.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/graph-item-visibility-api.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/graph-permission-created-date.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/improve-cors.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/initiator-ids.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/link-sses.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/mask-user-email-in-output.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/max-input-image.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/more-sse-events.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/nats-reconnects.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/natsjskv-registry-encoding.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/next-before-making-calls.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/non-default-multipartuploads.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/prevent-thumbnailer-from-showing-secureview-previews.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/remove-deprecated-settings-backend.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/remove-resharing.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/remove-well-known-oidc-middleware.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/rework-virus-handling.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/select-next-clients-for-autoaccept.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/shareeid-sses.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/sharing-ng-mount.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/sharing-ng-spacepermissions.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/sharing-secure-view-role.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/sharing-sse.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/space-templates.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/thumbnail-request-limit.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/tokenInfo-endpoint-replacement.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/update-storage-users-doc.md (100%) rename changelog/{unreleased => 6.0.0_2024-06-19}/update-web-9.0.0.md (100%) diff --git a/changelog/unreleased/CVE-2023-36308.md b/changelog/6.0.0_2024-06-19/CVE-2023-36308.md similarity index 100% rename from changelog/unreleased/CVE-2023-36308.md rename to changelog/6.0.0_2024-06-19/CVE-2023-36308.md diff --git a/changelog/unreleased/activity-service.md b/changelog/6.0.0_2024-06-19/activity-service.md similarity index 100% rename from changelog/unreleased/activity-service.md rename to changelog/6.0.0_2024-06-19/activity-service.md diff --git a/changelog/unreleased/add-consistency-check-command.md b/changelog/6.0.0_2024-06-19/add-consistency-check-command.md similarity index 100% rename from changelog/unreleased/add-consistency-check-command.md rename to changelog/6.0.0_2024-06-19/add-consistency-check-command.md diff --git a/changelog/unreleased/add-get-drive-item-endpoint.md b/changelog/6.0.0_2024-06-19/add-get-drive-item-endpoint.md similarity index 100% rename from changelog/unreleased/add-get-drive-item-endpoint.md rename to changelog/6.0.0_2024-06-19/add-get-drive-item-endpoint.md diff --git a/changelog/unreleased/add-providerinfo-secure-view-flag.md b/changelog/6.0.0_2024-06-19/add-providerinfo-secure-view-flag.md similarity index 100% rename from changelog/unreleased/add-providerinfo-secure-view-flag.md rename to changelog/6.0.0_2024-06-19/add-providerinfo-secure-view-flag.md diff --git a/changelog/unreleased/add-remote-item-id-to-webdav-report.md b/changelog/6.0.0_2024-06-19/add-remote-item-id-to-webdav-report.md similarity index 100% rename from changelog/unreleased/add-remote-item-id-to-webdav-report.md rename to changelog/6.0.0_2024-06-19/add-remote-item-id-to-webdav-report.md diff --git a/changelog/unreleased/add-spaceid-to-sse.md b/changelog/6.0.0_2024-06-19/add-spaceid-to-sse.md similarity index 100% rename from changelog/unreleased/add-spaceid-to-sse.md rename to changelog/6.0.0_2024-06-19/add-spaceid-to-sse.md diff --git a/changelog/unreleased/add-virus-filter.md b/changelog/6.0.0_2024-06-19/add-virus-filter.md similarity index 100% rename from changelog/unreleased/add-virus-filter.md rename to changelog/6.0.0_2024-06-19/add-virus-filter.md diff --git a/changelog/unreleased/assimilate-clean-into-sessions.md b/changelog/6.0.0_2024-06-19/assimilate-clean-into-sessions.md similarity index 100% rename from changelog/unreleased/assimilate-clean-into-sessions.md rename to changelog/6.0.0_2024-06-19/assimilate-clean-into-sessions.md diff --git a/changelog/unreleased/autoprovision-update-user.md b/changelog/6.0.0_2024-06-19/autoprovision-update-user.md similarity index 100% rename from changelog/unreleased/autoprovision-update-user.md rename to changelog/6.0.0_2024-06-19/autoprovision-update-user.md diff --git a/changelog/unreleased/bump-go-122.md b/changelog/6.0.0_2024-06-19/bump-go-122.md similarity index 100% rename from changelog/unreleased/bump-go-122.md rename to changelog/6.0.0_2024-06-19/bump-go-122.md diff --git a/changelog/unreleased/bump-keycloak.md b/changelog/6.0.0_2024-06-19/bump-keycloak.md similarity index 100% rename from changelog/unreleased/bump-keycloak.md rename to changelog/6.0.0_2024-06-19/bump-keycloak.md diff --git a/changelog/unreleased/bump-natsjskv.md b/changelog/6.0.0_2024-06-19/bump-natsjskv.md similarity index 100% rename from changelog/unreleased/bump-natsjskv.md rename to changelog/6.0.0_2024-06-19/bump-natsjskv.md diff --git a/changelog/unreleased/bump-reva.md b/changelog/6.0.0_2024-06-19/bump-reva.md similarity index 100% rename from changelog/unreleased/bump-reva.md rename to changelog/6.0.0_2024-06-19/bump-reva.md diff --git a/changelog/unreleased/change-default-resharing.md b/changelog/6.0.0_2024-06-19/change-default-resharing.md similarity index 100% rename from changelog/unreleased/change-default-resharing.md rename to changelog/6.0.0_2024-06-19/change-default-resharing.md diff --git a/changelog/unreleased/change-presigned-key-store.md b/changelog/6.0.0_2024-06-19/change-presigned-key-store.md similarity index 100% rename from changelog/unreleased/change-presigned-key-store.md rename to changelog/6.0.0_2024-06-19/change-presigned-key-store.md diff --git a/changelog/unreleased/check-parent-on-copy.md b/changelog/6.0.0_2024-06-19/check-parent-on-copy.md similarity index 100% rename from changelog/unreleased/check-parent-on-copy.md rename to changelog/6.0.0_2024-06-19/check-parent-on-copy.md diff --git a/changelog/unreleased/config-autoprovision-claims.md b/changelog/6.0.0_2024-06-19/config-autoprovision-claims.md similarity index 100% rename from changelog/unreleased/config-autoprovision-claims.md rename to changelog/6.0.0_2024-06-19/config-autoprovision-claims.md diff --git a/changelog/unreleased/csp.md b/changelog/6.0.0_2024-06-19/csp.md similarity index 100% rename from changelog/unreleased/csp.md rename to changelog/6.0.0_2024-06-19/csp.md diff --git a/changelog/unreleased/enable-drawio-by-default.md b/changelog/6.0.0_2024-06-19/enable-drawio-by-default.md similarity index 100% rename from changelog/unreleased/enable-drawio-by-default.md rename to changelog/6.0.0_2024-06-19/enable-drawio-by-default.md diff --git a/changelog/unreleased/enhanacement-clamav-example.md b/changelog/6.0.0_2024-06-19/enhanacement-clamav-example.md similarity index 100% rename from changelog/unreleased/enhanacement-clamav-example.md rename to changelog/6.0.0_2024-06-19/enhanacement-clamav-example.md diff --git a/changelog/unreleased/enhancement-add-epub-reader-to-web-default-apps.md b/changelog/6.0.0_2024-06-19/enhancement-add-epub-reader-to-web-default-apps.md similarity index 100% rename from changelog/unreleased/enhancement-add-epub-reader-to-web-default-apps.md rename to changelog/6.0.0_2024-06-19/enhancement-add-epub-reader-to-web-default-apps.md diff --git a/changelog/unreleased/enhancement-add-watermark-text.md b/changelog/6.0.0_2024-06-19/enhancement-add-watermark-text.md similarity index 100% rename from changelog/unreleased/enhancement-add-watermark-text.md rename to changelog/6.0.0_2024-06-19/enhancement-add-watermark-text.md diff --git a/changelog/unreleased/enhancement-prepare-runners-for-services.md b/changelog/6.0.0_2024-06-19/enhancement-prepare-runners-for-services.md similarity index 100% rename from changelog/unreleased/enhancement-prepare-runners-for-services.md rename to changelog/6.0.0_2024-06-19/enhancement-prepare-runners-for-services.md diff --git a/changelog/unreleased/enhancement-sharing-ng-role-names-and-descriptions.md b/changelog/6.0.0_2024-06-19/enhancement-sharing-ng-role-names-and-descriptions.md similarity index 100% rename from changelog/unreleased/enhancement-sharing-ng-role-names-and-descriptions.md rename to changelog/6.0.0_2024-06-19/enhancement-sharing-ng-role-names-and-descriptions.md diff --git a/changelog/unreleased/enhancement-strict-same-site-cookie.md b/changelog/6.0.0_2024-06-19/enhancement-strict-same-site-cookie.md similarity index 100% rename from changelog/unreleased/enhancement-strict-same-site-cookie.md rename to changelog/6.0.0_2024-06-19/enhancement-strict-same-site-cookie.md diff --git a/changelog/unreleased/enhancement-theme-processing.md b/changelog/6.0.0_2024-06-19/enhancement-theme-processing.md similarity index 100% rename from changelog/unreleased/enhancement-theme-processing.md rename to changelog/6.0.0_2024-06-19/enhancement-theme-processing.md diff --git a/changelog/unreleased/enhancement-web-app-loading.md b/changelog/6.0.0_2024-06-19/enhancement-web-app-loading.md similarity index 100% rename from changelog/unreleased/enhancement-web-app-loading.md rename to changelog/6.0.0_2024-06-19/enhancement-web-app-loading.md diff --git a/changelog/unreleased/enhancement-web-server-compression.md b/changelog/6.0.0_2024-06-19/enhancement-web-server-compression.md similarity index 100% rename from changelog/unreleased/enhancement-web-server-compression.md rename to changelog/6.0.0_2024-06-19/enhancement-web-server-compression.md diff --git a/changelog/unreleased/file-touched-sse.md b/changelog/6.0.0_2024-06-19/file-touched-sse.md similarity index 100% rename from changelog/unreleased/file-touched-sse.md rename to changelog/6.0.0_2024-06-19/file-touched-sse.md diff --git a/changelog/unreleased/file-unlocked-sse.md b/changelog/6.0.0_2024-06-19/file-unlocked-sse.md similarity index 100% rename from changelog/unreleased/file-unlocked-sse.md rename to changelog/6.0.0_2024-06-19/file-unlocked-sse.md diff --git a/changelog/unreleased/fix-adding-wopi-doc-on-public-share.md b/changelog/6.0.0_2024-06-19/fix-adding-wopi-doc-on-public-share.md similarity index 100% rename from changelog/unreleased/fix-adding-wopi-doc-on-public-share.md rename to changelog/6.0.0_2024-06-19/fix-adding-wopi-doc-on-public-share.md diff --git a/changelog/unreleased/fix-admin-role-assignment.md b/changelog/6.0.0_2024-06-19/fix-admin-role-assignment.md similarity index 100% rename from changelog/unreleased/fix-admin-role-assignment.md rename to changelog/6.0.0_2024-06-19/fix-admin-role-assignment.md diff --git a/changelog/unreleased/fix-affected-users.md b/changelog/6.0.0_2024-06-19/fix-affected-users.md similarity index 100% rename from changelog/unreleased/fix-affected-users.md rename to changelog/6.0.0_2024-06-19/fix-affected-users.md diff --git a/changelog/unreleased/fix-collaboration-registry.md b/changelog/6.0.0_2024-06-19/fix-collaboration-registry.md similarity index 100% rename from changelog/unreleased/fix-collaboration-registry.md rename to changelog/6.0.0_2024-06-19/fix-collaboration-registry.md diff --git a/changelog/unreleased/fix-create-personal-space-cache.md b/changelog/6.0.0_2024-06-19/fix-create-personal-space-cache.md similarity index 100% rename from changelog/unreleased/fix-create-personal-space-cache.md rename to changelog/6.0.0_2024-06-19/fix-create-personal-space-cache.md diff --git a/changelog/unreleased/fix-default-roles-assignment.md b/changelog/6.0.0_2024-06-19/fix-default-roles-assignment.md similarity index 100% rename from changelog/unreleased/fix-default-roles-assignment.md rename to changelog/6.0.0_2024-06-19/fix-default-roles-assignment.md diff --git a/changelog/unreleased/fix-docker-compose-wopi.md b/changelog/6.0.0_2024-06-19/fix-docker-compose-wopi.md similarity index 100% rename from changelog/unreleased/fix-docker-compose-wopi.md rename to changelog/6.0.0_2024-06-19/fix-docker-compose-wopi.md diff --git a/changelog/unreleased/fix-error-translation-utils.md b/changelog/6.0.0_2024-06-19/fix-error-translation-utils.md similarity index 100% rename from changelog/unreleased/fix-error-translation-utils.md rename to changelog/6.0.0_2024-06-19/fix-error-translation-utils.md diff --git a/changelog/unreleased/fix-graph-allowed-roles.md b/changelog/6.0.0_2024-06-19/fix-graph-allowed-roles.md similarity index 100% rename from changelog/unreleased/fix-graph-allowed-roles.md rename to changelog/6.0.0_2024-06-19/fix-graph-allowed-roles.md diff --git a/changelog/unreleased/fix-graph-create-drive-item.md b/changelog/6.0.0_2024-06-19/fix-graph-create-drive-item.md similarity index 100% rename from changelog/unreleased/fix-graph-create-drive-item.md rename to changelog/6.0.0_2024-06-19/fix-graph-create-drive-item.md diff --git a/changelog/unreleased/fix-graph-internal-link.md b/changelog/6.0.0_2024-06-19/fix-graph-internal-link.md similarity index 100% rename from changelog/unreleased/fix-graph-internal-link.md rename to changelog/6.0.0_2024-06-19/fix-graph-internal-link.md diff --git a/changelog/unreleased/fix-graph-invite-virtual.md b/changelog/6.0.0_2024-06-19/fix-graph-invite-virtual.md similarity index 100% rename from changelog/unreleased/fix-graph-invite-virtual.md rename to changelog/6.0.0_2024-06-19/fix-graph-invite-virtual.md diff --git a/changelog/unreleased/fix-graph-invite.md b/changelog/6.0.0_2024-06-19/fix-graph-invite.md similarity index 100% rename from changelog/unreleased/fix-graph-invite.md rename to changelog/6.0.0_2024-06-19/fix-graph-invite.md diff --git a/changelog/unreleased/fix-graph-unmount-item.md b/changelog/6.0.0_2024-06-19/fix-graph-unmount-item.md similarity index 100% rename from changelog/unreleased/fix-graph-unmount-item.md rename to changelog/6.0.0_2024-06-19/fix-graph-unmount-item.md diff --git a/changelog/unreleased/fix-mount-points-naming.md b/changelog/6.0.0_2024-06-19/fix-mount-points-naming.md similarity index 100% rename from changelog/unreleased/fix-mount-points-naming.md rename to changelog/6.0.0_2024-06-19/fix-mount-points-naming.md diff --git a/changelog/unreleased/fix-postprocessing-restart.md b/changelog/6.0.0_2024-06-19/fix-postprocessing-restart.md similarity index 100% rename from changelog/unreleased/fix-postprocessing-restart.md rename to changelog/6.0.0_2024-06-19/fix-postprocessing-restart.md diff --git a/changelog/unreleased/fix-public-link-lock.md b/changelog/6.0.0_2024-06-19/fix-public-link-lock.md similarity index 100% rename from changelog/unreleased/fix-public-link-lock.md rename to changelog/6.0.0_2024-06-19/fix-public-link-lock.md diff --git a/changelog/unreleased/fix-publiclink-upload.md b/changelog/6.0.0_2024-06-19/fix-publiclink-upload.md similarity index 100% rename from changelog/unreleased/fix-publiclink-upload.md rename to changelog/6.0.0_2024-06-19/fix-publiclink-upload.md diff --git a/changelog/unreleased/fix-remove-group-from-share.md b/changelog/6.0.0_2024-06-19/fix-remove-group-from-share.md similarity index 100% rename from changelog/unreleased/fix-remove-group-from-share.md rename to changelog/6.0.0_2024-06-19/fix-remove-group-from-share.md diff --git a/changelog/unreleased/fix-remove-update-share.md b/changelog/6.0.0_2024-06-19/fix-remove-update-share.md similarity index 100% rename from changelog/unreleased/fix-remove-update-share.md rename to changelog/6.0.0_2024-06-19/fix-remove-update-share.md diff --git a/changelog/unreleased/fix-search-hidden.md b/changelog/6.0.0_2024-06-19/fix-search-hidden.md similarity index 100% rename from changelog/unreleased/fix-search-hidden.md rename to changelog/6.0.0_2024-06-19/fix-search-hidden.md diff --git a/changelog/unreleased/fix-settings-metadata-tests.md b/changelog/6.0.0_2024-06-19/fix-settings-metadata-tests.md similarity index 100% rename from changelog/unreleased/fix-settings-metadata-tests.md rename to changelog/6.0.0_2024-06-19/fix-settings-metadata-tests.md diff --git a/changelog/unreleased/fix-share-mount-unmount.md b/changelog/6.0.0_2024-06-19/fix-share-mount-unmount.md similarity index 100% rename from changelog/unreleased/fix-share-mount-unmount.md rename to changelog/6.0.0_2024-06-19/fix-share-mount-unmount.md diff --git a/changelog/unreleased/fix-share-update.md b/changelog/6.0.0_2024-06-19/fix-share-update.md similarity index 100% rename from changelog/unreleased/fix-share-update.md rename to changelog/6.0.0_2024-06-19/fix-share-update.md diff --git a/changelog/unreleased/fix-well-known-rewrite.md b/changelog/6.0.0_2024-06-19/fix-well-known-rewrite.md similarity index 100% rename from changelog/unreleased/fix-well-known-rewrite.md rename to changelog/6.0.0_2024-06-19/fix-well-known-rewrite.md diff --git a/changelog/unreleased/fix-wopi-example.md b/changelog/6.0.0_2024-06-19/fix-wopi-example.md similarity index 100% rename from changelog/unreleased/fix-wopi-example.md rename to changelog/6.0.0_2024-06-19/fix-wopi-example.md diff --git a/changelog/unreleased/graph-item-visibility-api.md b/changelog/6.0.0_2024-06-19/graph-item-visibility-api.md similarity index 100% rename from changelog/unreleased/graph-item-visibility-api.md rename to changelog/6.0.0_2024-06-19/graph-item-visibility-api.md diff --git a/changelog/unreleased/graph-permission-created-date.md b/changelog/6.0.0_2024-06-19/graph-permission-created-date.md similarity index 100% rename from changelog/unreleased/graph-permission-created-date.md rename to changelog/6.0.0_2024-06-19/graph-permission-created-date.md diff --git a/changelog/unreleased/improve-cors.md b/changelog/6.0.0_2024-06-19/improve-cors.md similarity index 100% rename from changelog/unreleased/improve-cors.md rename to changelog/6.0.0_2024-06-19/improve-cors.md diff --git a/changelog/unreleased/initiator-ids.md b/changelog/6.0.0_2024-06-19/initiator-ids.md similarity index 100% rename from changelog/unreleased/initiator-ids.md rename to changelog/6.0.0_2024-06-19/initiator-ids.md diff --git a/changelog/unreleased/link-sses.md b/changelog/6.0.0_2024-06-19/link-sses.md similarity index 100% rename from changelog/unreleased/link-sses.md rename to changelog/6.0.0_2024-06-19/link-sses.md diff --git a/changelog/unreleased/mask-user-email-in-output.md b/changelog/6.0.0_2024-06-19/mask-user-email-in-output.md similarity index 100% rename from changelog/unreleased/mask-user-email-in-output.md rename to changelog/6.0.0_2024-06-19/mask-user-email-in-output.md diff --git a/changelog/unreleased/max-input-image.md b/changelog/6.0.0_2024-06-19/max-input-image.md similarity index 100% rename from changelog/unreleased/max-input-image.md rename to changelog/6.0.0_2024-06-19/max-input-image.md diff --git a/changelog/unreleased/more-sse-events.md b/changelog/6.0.0_2024-06-19/more-sse-events.md similarity index 100% rename from changelog/unreleased/more-sse-events.md rename to changelog/6.0.0_2024-06-19/more-sse-events.md diff --git a/changelog/unreleased/nats-reconnects.md b/changelog/6.0.0_2024-06-19/nats-reconnects.md similarity index 100% rename from changelog/unreleased/nats-reconnects.md rename to changelog/6.0.0_2024-06-19/nats-reconnects.md diff --git a/changelog/unreleased/natsjskv-registry-encoding.md b/changelog/6.0.0_2024-06-19/natsjskv-registry-encoding.md similarity index 100% rename from changelog/unreleased/natsjskv-registry-encoding.md rename to changelog/6.0.0_2024-06-19/natsjskv-registry-encoding.md diff --git a/changelog/unreleased/next-before-making-calls.md b/changelog/6.0.0_2024-06-19/next-before-making-calls.md similarity index 100% rename from changelog/unreleased/next-before-making-calls.md rename to changelog/6.0.0_2024-06-19/next-before-making-calls.md diff --git a/changelog/unreleased/non-default-multipartuploads.md b/changelog/6.0.0_2024-06-19/non-default-multipartuploads.md similarity index 100% rename from changelog/unreleased/non-default-multipartuploads.md rename to changelog/6.0.0_2024-06-19/non-default-multipartuploads.md diff --git a/changelog/unreleased/prevent-thumbnailer-from-showing-secureview-previews.md b/changelog/6.0.0_2024-06-19/prevent-thumbnailer-from-showing-secureview-previews.md similarity index 100% rename from changelog/unreleased/prevent-thumbnailer-from-showing-secureview-previews.md rename to changelog/6.0.0_2024-06-19/prevent-thumbnailer-from-showing-secureview-previews.md diff --git a/changelog/unreleased/remove-deprecated-settings-backend.md b/changelog/6.0.0_2024-06-19/remove-deprecated-settings-backend.md similarity index 100% rename from changelog/unreleased/remove-deprecated-settings-backend.md rename to changelog/6.0.0_2024-06-19/remove-deprecated-settings-backend.md diff --git a/changelog/unreleased/remove-resharing.md b/changelog/6.0.0_2024-06-19/remove-resharing.md similarity index 100% rename from changelog/unreleased/remove-resharing.md rename to changelog/6.0.0_2024-06-19/remove-resharing.md diff --git a/changelog/unreleased/remove-well-known-oidc-middleware.md b/changelog/6.0.0_2024-06-19/remove-well-known-oidc-middleware.md similarity index 100% rename from changelog/unreleased/remove-well-known-oidc-middleware.md rename to changelog/6.0.0_2024-06-19/remove-well-known-oidc-middleware.md diff --git a/changelog/unreleased/rework-virus-handling.md b/changelog/6.0.0_2024-06-19/rework-virus-handling.md similarity index 100% rename from changelog/unreleased/rework-virus-handling.md rename to changelog/6.0.0_2024-06-19/rework-virus-handling.md diff --git a/changelog/unreleased/select-next-clients-for-autoaccept.md b/changelog/6.0.0_2024-06-19/select-next-clients-for-autoaccept.md similarity index 100% rename from changelog/unreleased/select-next-clients-for-autoaccept.md rename to changelog/6.0.0_2024-06-19/select-next-clients-for-autoaccept.md diff --git a/changelog/unreleased/shareeid-sses.md b/changelog/6.0.0_2024-06-19/shareeid-sses.md similarity index 100% rename from changelog/unreleased/shareeid-sses.md rename to changelog/6.0.0_2024-06-19/shareeid-sses.md diff --git a/changelog/unreleased/sharing-ng-mount.md b/changelog/6.0.0_2024-06-19/sharing-ng-mount.md similarity index 100% rename from changelog/unreleased/sharing-ng-mount.md rename to changelog/6.0.0_2024-06-19/sharing-ng-mount.md diff --git a/changelog/unreleased/sharing-ng-spacepermissions.md b/changelog/6.0.0_2024-06-19/sharing-ng-spacepermissions.md similarity index 100% rename from changelog/unreleased/sharing-ng-spacepermissions.md rename to changelog/6.0.0_2024-06-19/sharing-ng-spacepermissions.md diff --git a/changelog/unreleased/sharing-secure-view-role.md b/changelog/6.0.0_2024-06-19/sharing-secure-view-role.md similarity index 100% rename from changelog/unreleased/sharing-secure-view-role.md rename to changelog/6.0.0_2024-06-19/sharing-secure-view-role.md diff --git a/changelog/unreleased/sharing-sse.md b/changelog/6.0.0_2024-06-19/sharing-sse.md similarity index 100% rename from changelog/unreleased/sharing-sse.md rename to changelog/6.0.0_2024-06-19/sharing-sse.md diff --git a/changelog/unreleased/space-templates.md b/changelog/6.0.0_2024-06-19/space-templates.md similarity index 100% rename from changelog/unreleased/space-templates.md rename to changelog/6.0.0_2024-06-19/space-templates.md diff --git a/changelog/unreleased/thumbnail-request-limit.md b/changelog/6.0.0_2024-06-19/thumbnail-request-limit.md similarity index 100% rename from changelog/unreleased/thumbnail-request-limit.md rename to changelog/6.0.0_2024-06-19/thumbnail-request-limit.md diff --git a/changelog/unreleased/tokenInfo-endpoint-replacement.md b/changelog/6.0.0_2024-06-19/tokenInfo-endpoint-replacement.md similarity index 100% rename from changelog/unreleased/tokenInfo-endpoint-replacement.md rename to changelog/6.0.0_2024-06-19/tokenInfo-endpoint-replacement.md diff --git a/changelog/unreleased/update-storage-users-doc.md b/changelog/6.0.0_2024-06-19/update-storage-users-doc.md similarity index 100% rename from changelog/unreleased/update-storage-users-doc.md rename to changelog/6.0.0_2024-06-19/update-storage-users-doc.md diff --git a/changelog/unreleased/update-web-9.0.0.md b/changelog/6.0.0_2024-06-19/update-web-9.0.0.md similarity index 100% rename from changelog/unreleased/update-web-9.0.0.md rename to changelog/6.0.0_2024-06-19/update-web-9.0.0.md diff --git a/docs/ocis/release_roadmap.md b/docs/ocis/release_roadmap.md index 851c1ef67..f1db1fd2c 100644 --- a/docs/ocis/release_roadmap.md +++ b/docs/ocis/release_roadmap.md @@ -14,56 +14,56 @@ This page is designed to provide clarity and transparency regarding the scheduli ## Dates -| Release Date | Type | Version | Notes | Support | -| ------------ | ------------ | ----------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | -------------- | -| 23.12.2024 | Rolling | - | - | - | -| 02.12.2024 | Rolling | - | - | - | -| 11.11.2024 | Production | - | - | - | -| 21.10.2024 | Rolling | - | - | - | -| 30.09.2024 | Rolling | - | - | - | -| 09.09.2024 | Rolling | - | - | - | -| 19.08.2024 | Rolling | - | - | - | -| 29.07.2024 | Rolling | - | - | - | -| 08.07.2024 | Rolling | - | - | - | -| 17.06.2024 | Rolling | - | - | - | -| **22.05.2024** | **Production** | **[Infinite Scale 5 (5.0.5)](https://download.owncloud.com/ocis/ocis/stable/5.0.5/)** | **[Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-5-0-5)** | **Active Support** | -| 14.05.2024 | Production | [Infinite Scale 5 (5.0.4)](https://download.owncloud.com/ocis/ocis/stable/5.0.4/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-5-0-4) | Active Support | -| 02.05.2024 | Production | [Infinite Scale 5 (5.0.3)](https://download.owncloud.com/ocis/ocis/stable/5.0.3/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-5-0-3) | Active Support | -| 17.04.2024 | Production | [Infinite Scale 5 (5.0.2)](https://download.owncloud.com/ocis/ocis/stable/5.0.2/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-5-0-2) | Active Support | -| 11.04.2024 | Production | [Infinite Scale 5 (5.0.1)](https://download.owncloud.com/ocis/ocis/stable/5.0.1/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-5-0-1) | Active Support | -| 18.03.2024 | Production | [Infinite Scale 5 (5.0.0)](https://download.owncloud.com/ocis/ocis/stable/5.0.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-5-0-0) | Active Support | -| 27.03.2024 | Production | [Infinite Scale 4 (4.0.7)](https://download.owncloud.com/ocis/ocis/stable/4.0.7/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-4-0-7) | Discontinued | -| 07.02.2024 | Production | [Infinite Scale 4 (4.0.6)](https://download.owncloud.com/ocis/ocis/stable/4.0.6/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-4-0-6) | Discontinued | -| 21.12.2023 | Production | [Infinite Scale 4 (4.0.5)](https://download.owncloud.com/ocis/ocis/stable/4.0.5/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-4-0-5) | Discontinued | -| 07.12.2023 | Production | [Infinite Scale 4 (4.0.4)](https://download.owncloud.com/ocis/ocis/stable/4.0.4/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-4-0-4) | Discontinued | -| 24.11.2023 | Production | [Infinite Scale 4 (4.0.3)](https://download.owncloud.com/ocis/ocis/stable/4.0.3/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-4-0-3) | Discontinued | -| 06.10.2023 | Production | [Infinite Scale 4 (4.0.2)](https://download.owncloud.com/ocis/ocis/stable/4.0.2/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-4-0-2) | Discontinued | -| 01.09.2023 | Production | [Infinite Scale 4 (4.0.1)](https://download.owncloud.com/ocis/ocis/stable/4.0.1/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-4-0-1) | Discontinued | -| 25.08.2023 | Production | [Infinite Scale 4 (4.0.0)](https://download.owncloud.com/ocis/ocis/stable/4.0.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-4-0-0) | Discontinued | -| 07.06.2023 | Production | [Infinite Scale 3 (3.0.0)](https://download.owncloud.com/ocis/ocis/stable/3.0.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-3-0-0) | Discontinued | -| 30.11.2022 | Production | [Infinite Scale 2 (2.0.0)](https://download.owncloud.com/ocis/ocis/stable/2.0.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-2-0-0) | Discontinued | -| 04.04.2022 | Beta | [Infinite Scale 1 (1.9.0)](https://download.owncloud.com/ocis/ocis/stable/1.9.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#beta-releases) | Discontinued | -| 04.04.2022 | Beta | [Infinite Scale 1 (1.8.0)](https://download.owncloud.com/ocis/ocis/stable/1.8.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#beta-releases) | Discontinued | -| 04.04.2022 | Beta | [Infinite Scale 1 (1.7.0)](https://download.owncloud.com/ocis/ocis/stable/1.7.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#beta-releases) | Discontinued | -| 04.04.2022 | Beta | [Infinite Scale 1 (1.6.0)](https://download.owncloud.com/ocis/ocis/stable/1.6.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#beta-releases) | Discontinued | -| 04.04.2022 | Beta | [Infinite Scale 1 (1.5.0)](https://download.owncloud.com/ocis/ocis/stable/1.5.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#beta-releases) | Discontinued | -| 04.04.2022 | Beta | [Infinite Scale 1 (1.4.0)](https://download.owncloud.com/ocis/ocis/stable/1.4.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#beta-releases) | Discontinued | -| 04.04.2022 | Beta | [Infinite Scale 1 (1.3.0)](https://download.owncloud.com/ocis/ocis/stable/1.3.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#beta-releases) | Discontinued | -| 13.04.2022 | Beta | [Infinite Scale 1 (1.20.0)](https://download.owncloud.com/ocis/ocis/stable/1.20.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#beta-releases) | Discontinued | -| 04.04.2022 | Tech Preview | [Infinite Scale 1 (1.2.0)](https://download.owncloud.com/ocis/ocis/stable/1.2.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | -| 05.04.2022 | Tech Preview | [Infinite Scale 1 (1.19.1)](https://download.owncloud.com/ocis/ocis/stable/1.19.1/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | -| 05.04.2022 | Tech Preview | [Infinite Scale 1 (1.19.0)](https://download.owncloud.com/ocis/ocis/stable/1.19.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | -| 04.04.2022 | Tech Preview | [Infinite Scale 1 (1.18.0)](https://download.owncloud.com/ocis/ocis/stable/1.18.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | -| 04.04.2022 | Tech Preview | [Infinite Scale 1 (1.17.0)](https://download.owncloud.com/ocis/ocis/stable/1.17.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | -| 04.04.2022 | Tech Preview | [Infinite Scale 1 (1.16.0)](https://download.owncloud.com/ocis/ocis/stable/1.16.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | -| 04.04.2022 | Tech Preview | [Infinite Scale 1 (1.15.0)](https://download.owncloud.com/ocis/ocis/stable/1.15.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | -| 04.04.2022 | Tech Preview | [Infinite Scale 1 (1.14.0)](https://download.owncloud.com/ocis/ocis/stable/1.14.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | -| 04.04.2022 | Tech Preview | [Infinite Scale 1 (1.13.0)](https://download.owncloud.com/ocis/ocis/stable/1.13.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | -| 04.04.2022 | Tech Preview | [Infinite Scale 1 (1.12.0)](https://download.owncloud.com/ocis/ocis/stable/1.12.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | -| 04.04.2022 | Tech Preview | [Infinite Scale 1 (1.11.0)](https://download.owncloud.com/ocis/ocis/stable/1.11.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | -| 04.04.2022 | Tech Preview | [Infinite Scale 1 (1.10.0)](https://download.owncloud.com/ocis/ocis/stable/1.10.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | -| 04.04.2022 | Tech Preview | [Infinite Scale 1 (1.1.0)](https://download.owncloud.com/ocis/ocis/stable/1.1.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | -| 04.04.2022 | Tech Preview | [Infinite Scale 1 (1.0.06)](https://download.owncloud.com/ocis/ocis/stable/1.0.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | +| Release Date | Type | Version | Notes | Support | +| ------------ | ------------ |---------------------------------------------------------------------------------------| --------------------------------------------------------------------------------------------- | -------------- | +| 23.12.2024 | Rolling | - | - | - | +| 02.12.2024 | Rolling | - | - | - | +| 11.11.2024 | Production | - | - | - | +| 21.10.2024 | Rolling | - | - | - | +| 30.09.2024 | Rolling | - | - | - | +| 09.09.2024 | Rolling | - | - | - | +| 19.08.2024 | Rolling | - | - | - | +| 29.07.2024 | Rolling | - | - | - | +| 08.07.2024 | Rolling | - | - | - | +| 17.06.2024 | Rolling | [Infinite Scale 6 (6.0.0)](https://download.owncloud.com/ocis/ocis/rolling/6.0.0/) | - | - | +| **22.05.2024** | **Production** | **[Infinite Scale 5 (5.0.5)](https://download.owncloud.com/ocis/ocis/stable/5.0.5/)** | **[Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-5-0-5)** | **Active Support** | +| 14.05.2024 | Production | [Infinite Scale 5 (5.0.4)](https://download.owncloud.com/ocis/ocis/stable/5.0.4/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-5-0-4) | Active Support | +| 02.05.2024 | Production | [Infinite Scale 5 (5.0.3)](https://download.owncloud.com/ocis/ocis/stable/5.0.3/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-5-0-3) | Active Support | +| 17.04.2024 | Production | [Infinite Scale 5 (5.0.2)](https://download.owncloud.com/ocis/ocis/stable/5.0.2/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-5-0-2) | Active Support | +| 11.04.2024 | Production | [Infinite Scale 5 (5.0.1)](https://download.owncloud.com/ocis/ocis/stable/5.0.1/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-5-0-1) | Active Support | +| 18.03.2024 | Production | [Infinite Scale 5 (5.0.0)](https://download.owncloud.com/ocis/ocis/stable/5.0.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-5-0-0) | Active Support | +| 27.03.2024 | Production | [Infinite Scale 4 (4.0.7)](https://download.owncloud.com/ocis/ocis/stable/4.0.7/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-4-0-7) | Discontinued | +| 07.02.2024 | Production | [Infinite Scale 4 (4.0.6)](https://download.owncloud.com/ocis/ocis/stable/4.0.6/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-4-0-6) | Discontinued | +| 21.12.2023 | Production | [Infinite Scale 4 (4.0.5)](https://download.owncloud.com/ocis/ocis/stable/4.0.5/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-4-0-5) | Discontinued | +| 07.12.2023 | Production | [Infinite Scale 4 (4.0.4)](https://download.owncloud.com/ocis/ocis/stable/4.0.4/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-4-0-4) | Discontinued | +| 24.11.2023 | Production | [Infinite Scale 4 (4.0.3)](https://download.owncloud.com/ocis/ocis/stable/4.0.3/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-4-0-3) | Discontinued | +| 06.10.2023 | Production | [Infinite Scale 4 (4.0.2)](https://download.owncloud.com/ocis/ocis/stable/4.0.2/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-4-0-2) | Discontinued | +| 01.09.2023 | Production | [Infinite Scale 4 (4.0.1)](https://download.owncloud.com/ocis/ocis/stable/4.0.1/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-4-0-1) | Discontinued | +| 25.08.2023 | Production | [Infinite Scale 4 (4.0.0)](https://download.owncloud.com/ocis/ocis/stable/4.0.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-4-0-0) | Discontinued | +| 07.06.2023 | Production | [Infinite Scale 3 (3.0.0)](https://download.owncloud.com/ocis/ocis/stable/3.0.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-3-0-0) | Discontinued | +| 30.11.2022 | Production | [Infinite Scale 2 (2.0.0)](https://download.owncloud.com/ocis/ocis/stable/2.0.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#infinite-scale-2-0-0) | Discontinued | +| 04.04.2022 | Beta | [Infinite Scale 1 (1.9.0)](https://download.owncloud.com/ocis/ocis/stable/1.9.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#beta-releases) | Discontinued | +| 04.04.2022 | Beta | [Infinite Scale 1 (1.8.0)](https://download.owncloud.com/ocis/ocis/stable/1.8.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#beta-releases) | Discontinued | +| 04.04.2022 | Beta | [Infinite Scale 1 (1.7.0)](https://download.owncloud.com/ocis/ocis/stable/1.7.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#beta-releases) | Discontinued | +| 04.04.2022 | Beta | [Infinite Scale 1 (1.6.0)](https://download.owncloud.com/ocis/ocis/stable/1.6.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#beta-releases) | Discontinued | +| 04.04.2022 | Beta | [Infinite Scale 1 (1.5.0)](https://download.owncloud.com/ocis/ocis/stable/1.5.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#beta-releases) | Discontinued | +| 04.04.2022 | Beta | [Infinite Scale 1 (1.4.0)](https://download.owncloud.com/ocis/ocis/stable/1.4.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#beta-releases) | Discontinued | +| 04.04.2022 | Beta | [Infinite Scale 1 (1.3.0)](https://download.owncloud.com/ocis/ocis/stable/1.3.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#beta-releases) | Discontinued | +| 13.04.2022 | Beta | [Infinite Scale 1 (1.20.0)](https://download.owncloud.com/ocis/ocis/stable/1.20.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#beta-releases) | Discontinued | +| 04.04.2022 | Tech Preview | [Infinite Scale 1 (1.2.0)](https://download.owncloud.com/ocis/ocis/stable/1.2.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | +| 05.04.2022 | Tech Preview | [Infinite Scale 1 (1.19.1)](https://download.owncloud.com/ocis/ocis/stable/1.19.1/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | +| 05.04.2022 | Tech Preview | [Infinite Scale 1 (1.19.0)](https://download.owncloud.com/ocis/ocis/stable/1.19.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | +| 04.04.2022 | Tech Preview | [Infinite Scale 1 (1.18.0)](https://download.owncloud.com/ocis/ocis/stable/1.18.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | +| 04.04.2022 | Tech Preview | [Infinite Scale 1 (1.17.0)](https://download.owncloud.com/ocis/ocis/stable/1.17.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | +| 04.04.2022 | Tech Preview | [Infinite Scale 1 (1.16.0)](https://download.owncloud.com/ocis/ocis/stable/1.16.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | +| 04.04.2022 | Tech Preview | [Infinite Scale 1 (1.15.0)](https://download.owncloud.com/ocis/ocis/stable/1.15.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | +| 04.04.2022 | Tech Preview | [Infinite Scale 1 (1.14.0)](https://download.owncloud.com/ocis/ocis/stable/1.14.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | +| 04.04.2022 | Tech Preview | [Infinite Scale 1 (1.13.0)](https://download.owncloud.com/ocis/ocis/stable/1.13.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | +| 04.04.2022 | Tech Preview | [Infinite Scale 1 (1.12.0)](https://download.owncloud.com/ocis/ocis/stable/1.12.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | +| 04.04.2022 | Tech Preview | [Infinite Scale 1 (1.11.0)](https://download.owncloud.com/ocis/ocis/stable/1.11.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | +| 04.04.2022 | Tech Preview | [Infinite Scale 1 (1.10.0)](https://download.owncloud.com/ocis/ocis/stable/1.10.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | +| 04.04.2022 | Tech Preview | [Infinite Scale 1 (1.1.0)](https://download.owncloud.com/ocis/ocis/stable/1.1.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | +| 04.04.2022 | Tech Preview | [Infinite Scale 1 (1.0.06)](https://download.owncloud.com/ocis/ocis/stable/1.0.0/) | [Release Notes](https://doc.owncloud.com/ocis_release_notes.html#technology-preview-releases) | Discontinued | Please find the daily release here: [https://download.owncloud.com/ocis/ocis/daily/](https://download.owncloud.com/ocis/ocis/daily/). @@ -84,11 +84,11 @@ ownCloud Infinite Scale is released in three different release types: **Producti - Features are mostly completed. An upgrade path from the previous rolling release is provided and tested. Great release to use with non critical data. - Critical bugs are guaranteed to be fixed with the next rolling release. {{< /hint >}} -## +## <---> {{< hint type=important title=Daily >}} -- Mainly for test use cases. As the releases are done completely unattended, only the automatic test suite has tested the release. Manual testing was only applied by chance. -- Based on ownClouds strong test suite the daily releases are pretty stable, but the risk of unfinished changes is high. +- Mainly for test use cases. As the releases are done completely unattended, only the automatic test suite has tested the release. Manual testing was only applied by chance. +- Based on ownClouds strong test suite the daily releases are pretty stable, but the risk of unfinished changes is high. - For example, if a feature requires three commits, and only one was committed, the daily is cut anyway.{{< /columns >}} {{< /hint >}} diff --git a/ocis-pkg/version/version.go b/ocis-pkg/version/version.go index 86a21cac1..6638abfd6 100644 --- a/ocis-pkg/version/version.go +++ b/ocis-pkg/version/version.go @@ -16,7 +16,7 @@ var ( // LatestTag is the latest released version plus the dev meta version. // Will be overwritten by the release pipeline // Needs a manual change for every tagged release - LatestTag = "5.1.0-prealpha+dev" + LatestTag = "6.0.0+dev" // Date indicates the build date. // This has been removed, it looks like you can only replace static strings with recent go versions diff --git a/services/collaboration/pkg/config/app.go b/services/collaboration/pkg/config/app.go index a2cf83b19..36eecc507 100644 --- a/services/collaboration/pkg/config/app.go +++ b/services/collaboration/pkg/config/app.go @@ -2,11 +2,11 @@ package config // App defines the available app configuration. type App struct { - Name string `yaml:"name" env:"COLLABORATION_APP_NAME" desc:"The name of the app" introductionVersion:"%%NEXT%%"` - Description string `yaml:"description" env:"COLLABORATION_APP_DESCRIPTION" desc:"App description" introductionVersion:"%%NEXT%%"` - Icon string `yaml:"icon" env:"COLLABORATION_APP_ICON" desc:"Icon for the app" introductionVersion:"%%NEXT%%"` - LockName string `yaml:"lockname" env:"COLLABORATION_APP_LOCKNAME" desc:"Name for the app lock" introductionVersion:"%%NEXT%%"` + Name string `yaml:"name" env:"COLLABORATION_APP_NAME" desc:"The name of the app" introductionVersion:"6.0.0"` + Description string `yaml:"description" env:"COLLABORATION_APP_DESCRIPTION" desc:"App description" introductionVersion:"6.0.0"` + Icon string `yaml:"icon" env:"COLLABORATION_APP_ICON" desc:"Icon for the app" introductionVersion:"6.0.0"` + LockName string `yaml:"lockname" env:"COLLABORATION_APP_LOCKNAME" desc:"Name for the app lock" introductionVersion:"6.0.0"` - Addr string `yaml:"addr" env:"COLLABORATION_APP_ADDR" desc:"The URL where the WOPI app is located, such as https://127.0.0.1:8080." introductionVersion:"%%NEXT%%"` - Insecure bool `yaml:"insecure" env:"COLLABORATION_APP_INSECURE" desc:"Skip TLS certificate verification when connecting to the WOPI app" introductionVersion:"%%NEXT%%"` + Addr string `yaml:"addr" env:"COLLABORATION_APP_ADDR" desc:"The URL where the WOPI app is located, such as https://127.0.0.1:8080." introductionVersion:"6.0.0"` + Insecure bool `yaml:"insecure" env:"COLLABORATION_APP_INSECURE" desc:"Skip TLS certificate verification when connecting to the WOPI app" introductionVersion:"6.0.0"` } diff --git a/services/collaboration/pkg/config/config.go b/services/collaboration/pkg/config/config.go index fb95075c8..b7079343f 100644 --- a/services/collaboration/pkg/config/config.go +++ b/services/collaboration/pkg/config/config.go @@ -31,10 +31,10 @@ type Config struct { // Tracing defines the available tracing configuration. Not used at the moment type Tracing struct { - Enabled bool `yaml:"enabled" env:"OCIS_TRACING_ENABLED;COLLABORATION_TRACING_ENABLED" desc:"Activates tracing." introductionVersion:"%%NEXT%%"` - Type string `yaml:"type" env:"OCIS_TRACING_TYPE;COLLABORATION_TRACING_TYPE" desc:"The type of tracing. Defaults to '', which is the same as 'jaeger'. Allowed tracing types are 'jaeger' and '' as of now." introductionVersion:"%%NEXT%%"` - Endpoint string `yaml:"endpoint" env:"OCIS_TRACING_ENDPOINT;COLLABORATION_TRACING_ENDPOINT" desc:"The endpoint of the tracing agent." introductionVersion:"%%NEXT%%"` - Collector string `yaml:"collector" env:"OCIS_TRACING_COLLECTOR;COLLABORATION_TRACING_COLLECTOR" desc:"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:"%%NEXT%%"` + Enabled bool `yaml:"enabled" env:"OCIS_TRACING_ENABLED;COLLABORATION_TRACING_ENABLED" desc:"Activates tracing." introductionVersion:"6.0.0"` + Type string `yaml:"type" env:"OCIS_TRACING_TYPE;COLLABORATION_TRACING_TYPE" desc:"The type of tracing. Defaults to '', which is the same as 'jaeger'. Allowed tracing types are 'jaeger' and '' as of now." introductionVersion:"6.0.0"` + Endpoint string `yaml:"endpoint" env:"OCIS_TRACING_ENDPOINT;COLLABORATION_TRACING_ENDPOINT" desc:"The endpoint of the tracing agent." introductionVersion:"6.0.0"` + Collector string `yaml:"collector" env:"OCIS_TRACING_COLLECTOR;COLLABORATION_TRACING_COLLECTOR" desc:"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:"6.0.0"` } // Convert Tracing to the tracing package's Config struct. diff --git a/services/collaboration/pkg/config/cs3api.go b/services/collaboration/pkg/config/cs3api.go index 1d6711e8c..bd2c81a2d 100644 --- a/services/collaboration/pkg/config/cs3api.go +++ b/services/collaboration/pkg/config/cs3api.go @@ -8,10 +8,10 @@ type CS3Api struct { // Gateway defines the available configuration for the CS3 API gateway type Gateway struct { - Name string `yaml:"name" env:"OCIS_REVA_GATEWAY;COLLABORATION_CS3API_GATEWAY_NAME" desc:"The service name of the CS3API gateway." introductionVersion:"%%NEXT%%"` + Name string `yaml:"name" env:"OCIS_REVA_GATEWAY;COLLABORATION_CS3API_GATEWAY_NAME" desc:"The service name of the CS3API gateway." introductionVersion:"6.0.0"` } // DataGateway defines the available configuration for the CS3 API data gateway type DataGateway struct { - Insecure bool `yaml:"insecure" env:"COLLABORATION_CS3API_DATAGATEWAY_INSECURE" desc:"Connect to the CS3API data gateway insecurely." introductionVersion:"%%NEXT%%"` + Insecure bool `yaml:"insecure" env:"COLLABORATION_CS3API_DATAGATEWAY_INSECURE" desc:"Connect to the CS3API data gateway insecurely." introductionVersion:"6.0.0"` } diff --git a/services/collaboration/pkg/config/debug.go b/services/collaboration/pkg/config/debug.go index 9b1eab888..3aaab1357 100644 --- a/services/collaboration/pkg/config/debug.go +++ b/services/collaboration/pkg/config/debug.go @@ -2,8 +2,8 @@ package config // Debug defines the available debug configuration. Not used at the moment type Debug struct { - Addr string `yaml:"addr" env:"COLLABORATION_DEBUG_ADDR" desc:"Bind address of the debug server, where metrics, health, config and debug endpoints will be exposed." introductionVersion:"%%NEXT%%"` - Token string `yaml:"token" env:"COLLABORATION_DEBUG_TOKEN" desc:"Token to secure the metrics endpoint." introductionVersion:"%%NEXT%%"` - Pprof bool `yaml:"pprof" env:"COLLABORATION_DEBUG_PPROF" desc:"Enables pprof, which can be used for profiling." introductionVersion:"%%NEXT%%"` - Zpages bool `yaml:"zpages" env:"COLLABORATION_DEBUG_ZPAGES" desc:"Enables zpages, which can be used for collecting and viewing in-memory traces." introductionVersion:"%%NEXT%%"` + Addr string `yaml:"addr" env:"COLLABORATION_DEBUG_ADDR" desc:"Bind address of the debug server, where metrics, health, config and debug endpoints will be exposed." introductionVersion:"6.0.0"` + Token string `yaml:"token" env:"COLLABORATION_DEBUG_TOKEN" desc:"Token to secure the metrics endpoint." introductionVersion:"6.0.0"` + Pprof bool `yaml:"pprof" env:"COLLABORATION_DEBUG_PPROF" desc:"Enables pprof, which can be used for profiling." introductionVersion:"6.0.0"` + Zpages bool `yaml:"zpages" env:"COLLABORATION_DEBUG_ZPAGES" desc:"Enables zpages, which can be used for collecting and viewing in-memory traces." introductionVersion:"6.0.0"` } diff --git a/services/collaboration/pkg/config/grpc.go b/services/collaboration/pkg/config/grpc.go index 7e7044f3e..cf66901b7 100644 --- a/services/collaboration/pkg/config/grpc.go +++ b/services/collaboration/pkg/config/grpc.go @@ -2,6 +2,6 @@ package config // GRPC defines the available grpc configuration. type GRPC struct { - Addr string `yaml:"addr" env:"COLLABORATION_GRPC_ADDR" desc:"The bind address of the GRPC service." introductionVersion:"%%NEXT%%"` + Addr string `yaml:"addr" env:"COLLABORATION_GRPC_ADDR" desc:"The bind address of the GRPC service." introductionVersion:"6.0.0"` Namespace string `yaml:"-"` } diff --git a/services/collaboration/pkg/config/http.go b/services/collaboration/pkg/config/http.go index cee5a80a2..3908a9e83 100644 --- a/services/collaboration/pkg/config/http.go +++ b/services/collaboration/pkg/config/http.go @@ -6,7 +6,7 @@ import ( // HTTP defines the available http configuration. type HTTP struct { - Addr string `yaml:"addr" env:"COLLABORATION_HTTP_ADDR" desc:"The bind address of the HTTP service." introductionVersion:"%%NEXT%%"` + Addr string `yaml:"addr" env:"COLLABORATION_HTTP_ADDR" desc:"The bind address of the HTTP service." introductionVersion:"6.0.0"` Namespace string `yaml:"-"` TLS shared.HTTPServiceTLS `yaml:"tls"` } diff --git a/services/collaboration/pkg/config/log.go b/services/collaboration/pkg/config/log.go index aa4cc37f4..048b370df 100644 --- a/services/collaboration/pkg/config/log.go +++ b/services/collaboration/pkg/config/log.go @@ -2,8 +2,8 @@ package config // Log defines the available log configuration. type Log struct { - Level string `yaml:"level" env:"OCIS_LOG_LEVEL;COLLABORATION_LOG_LEVEL" desc:"The log level. Valid values are: 'panic', 'fatal', 'error', 'warn', 'info', 'debug', 'trace'." introductionVersion:"%%NEXT%%"` - Pretty bool `yaml:"pretty" env:"OCIS_LOG_PRETTY;COLLABORATION_LOG_PRETTY" desc:"Activates pretty log output." introductionVersion:"%%NEXT%%"` - Color bool `yaml:"color" env:"OCIS_LOG_COLOR;COLLABORATION_LOG_COLOR" desc:"Activates colorized log output." introductionVersion:"%%NEXT%%"` - File string `yaml:"file" env:"OCIS_LOG_FILE;COLLABORATION_LOG_FILE" desc:"The path to the log file. Activates logging to this file if set." introductionVersion:"%%NEXT%%"` + Level string `yaml:"level" env:"OCIS_LOG_LEVEL;COLLABORATION_LOG_LEVEL" desc:"The log level. Valid values are: 'panic', 'fatal', 'error', 'warn', 'info', 'debug', 'trace'." introductionVersion:"6.0.0"` + Pretty bool `yaml:"pretty" env:"OCIS_LOG_PRETTY;COLLABORATION_LOG_PRETTY" desc:"Activates pretty log output." introductionVersion:"6.0.0"` + Color bool `yaml:"color" env:"OCIS_LOG_COLOR;COLLABORATION_LOG_COLOR" desc:"Activates colorized log output." introductionVersion:"6.0.0"` + File string `yaml:"file" env:"OCIS_LOG_FILE;COLLABORATION_LOG_FILE" desc:"The path to the log file. Activates logging to this file if set." introductionVersion:"6.0.0"` } diff --git a/services/collaboration/pkg/config/wopi.go b/services/collaboration/pkg/config/wopi.go index f74411464..c0f4b01fc 100644 --- a/services/collaboration/pkg/config/wopi.go +++ b/services/collaboration/pkg/config/wopi.go @@ -2,6 +2,6 @@ package config // Wopi defines the available configuration for the WOPI endpoint. type Wopi struct { - WopiSrc string `yaml:"wopisrc" env:"COLLABORATION_WOPI_SRC" desc:"The WOPISrc base URL containing schema, host and port. Set this to the schema and domain where the collaboration service is reachable for the wopi app, such as https://office.owncloud.test." introductionVersion:"%%NEXT%%"` - Secret string `yaml:"secret" env:"COLLABORATION_WOPI_SECRET" desc:"Used to mint and verify WOPI JWT tokens and encrypt and decrypt the REVA JWT token embedded in the WOPI JWT token." introductionVersion:"%%NEXT%%"` + WopiSrc string `yaml:"wopisrc" env:"COLLABORATION_WOPI_SRC" desc:"The WOPISrc base URL containing schema, host and port. Set this to the schema and domain where the collaboration service is reachable for the wopi app, such as https://office.owncloud.test." introductionVersion:"6.0.0"` + Secret string `yaml:"secret" env:"COLLABORATION_WOPI_SECRET" desc:"Used to mint and verify WOPI JWT tokens and encrypt and decrypt the REVA JWT token embedded in the WOPI JWT token." introductionVersion:"6.0.0"` } diff --git a/services/frontend/pkg/config/config.go b/services/frontend/pkg/config/config.go index da8616b25..a84cb9b76 100644 --- a/services/frontend/pkg/config/config.go +++ b/services/frontend/pkg/config/config.go @@ -109,7 +109,7 @@ type Auth struct { type AppHandler struct { Prefix string `yaml:"-"` Insecure bool `yaml:"insecure" env:"OCIS_INSECURE;FRONTEND_APP_HANDLER_INSECURE" desc:"Allow insecure connections to the frontend." introductionVersion:"pre5.0"` - SecureViewAppAddr string `yaml:"secure_view_app_addr" env:"FRONTEND_APP_HANDLER_SECURE_VIEW_APP_ADDR" desc:"Service name or address of the app provider to use for secure view. Should match the service name or address of the registered CS3 app provider." introductionVersion:"%%NEXT%%"` + SecureViewAppAddr string `yaml:"secure_view_app_addr" env:"FRONTEND_APP_HANDLER_SECURE_VIEW_APP_ADDR" desc:"Service name or address of the app provider to use for secure view. Should match the service name or address of the registered CS3 app provider." introductionVersion:"6.0.0"` } type Archiver struct { @@ -145,7 +145,7 @@ type OCS struct { PublicShareMustHavePassword bool `yaml:"public_sharing_share_must_have_password" env:"OCIS_SHARING_PUBLIC_SHARE_MUST_HAVE_PASSWORD;FRONTEND_OCS_PUBLIC_SHARE_MUST_HAVE_PASSWORD" desc:"Set this to true if you want to enforce passwords on all public shares." introductionVersion:"5.0"` WriteablePublicShareMustHavePassword bool `yaml:"public_sharing_writeableshare_must_have_password" env:"OCIS_SHARING_PUBLIC_WRITEABLE_SHARE_MUST_HAVE_PASSWORD;FRONTEND_OCS_PUBLIC_WRITEABLE_SHARE_MUST_HAVE_PASSWORD" desc:"Set this to true if you want to enforce passwords for writable shares. Only effective if the setting for 'passwords on all public shares' is set to false." introductionVersion:"5.0"` IncludeOCMSharees bool `yaml:"include_ocm_sharees" env:"FRONTEND_OCS_INCLUDE_OCM_SHAREES" desc:"Include OCM sharees when listing sharees." introductionVersion:"5.0"` - ShowUserEmailInResults bool `yaml:"show_email_in_results" env:"OCIS_SHOW_USER_EMAIL_IN_RESULTS" desc:"Mask user email addresses in responses." introductionVersion:"%%NEXT%%"` + ShowUserEmailInResults bool `yaml:"show_email_in_results" env:"OCIS_SHOW_USER_EMAIL_IN_RESULTS" desc:"Mask user email addresses in responses." introductionVersion:"6.0.0"` } type CacheWarmupDrivers struct { diff --git a/services/graph/pkg/config/config.go b/services/graph/pkg/config/config.go index 8da0109ea..918e611f6 100644 --- a/services/graph/pkg/config/config.go +++ b/services/graph/pkg/config/config.go @@ -112,7 +112,7 @@ type API struct { UsernameMatch string `yaml:"graph_username_match" env:"GRAPH_USERNAME_MATCH" desc:"Apply restrictions to usernames. Supported values are 'default' and 'none'. When set to 'default', user names must not start with a number and are restricted to ASCII characters. When set to 'none', no restrictions are applied. The default value is 'default'." introductionVersion:"pre5.0"` AssignDefaultUserRole bool `yaml:"graph_assign_default_user_role" env:"GRAPH_ASSIGN_DEFAULT_USER_ROLE" desc:"Whether to assign newly created users the default role 'User'. Set this to 'false' if you want to assign roles manually, or if the role assignment should happen at first login. Set this to 'true' (the default) to assign the role 'User' when creating a new user." introductionVersion:"pre5.0"` IdentitySearchMinLength int `yaml:"graph_identity_search_min_length" env:"GRAPH_IDENTITY_SEARCH_MIN_LENGTH" desc:"The minimum length the search term needs to have for unprivileged users when searching for users or groups." introductionVersion:"5.0"` - ShowUserEmailInResults bool `yaml:"show_email_in_results" env:"OCIS_SHOW_USER_EMAIL_IN_RESULTS" desc:"Mask user email addresses in responses." introductionVersion:"%%NEXT%%"` + ShowUserEmailInResults bool `yaml:"show_email_in_results" env:"OCIS_SHOW_USER_EMAIL_IN_RESULTS" desc:"Mask user email addresses in responses." introductionVersion:"6.0.0"` } // Events combines the configuration options for the event bus. diff --git a/services/proxy/pkg/config/config.go b/services/proxy/pkg/config/config.go index 833adae1c..05569901c 100644 --- a/services/proxy/pkg/config/config.go +++ b/services/proxy/pkg/config/config.go @@ -43,7 +43,7 @@ type Config struct { BackendHTTPSCACert string `yaml:"backend_https_cacert" env:"PROXY_HTTPS_CACERT" desc:"Path/File for the root CA certificate used to validate the server’s TLS certificate for https enabled backend services." introductionVersion:"pre5.0"` AuthMiddleware AuthMiddleware `yaml:"auth_middleware"` PoliciesMiddleware PoliciesMiddleware `yaml:"policies_middleware"` - CSPConfigFileLocation string `yaml:"csp_config_file_location" env:"PROXY_CSP_CONFIG_FILE_LOCATION" desc:"The location of the CSP configuration file." introductionVersion:"%%NEXT%%"` + CSPConfigFileLocation string `yaml:"csp_config_file_location" env:"PROXY_CSP_CONFIG_FILE_LOCATION" desc:"The location of the CSP configuration file." introductionVersion:"6.0.0"` Context context.Context `yaml:"-" json:"-"` } @@ -156,9 +156,9 @@ type RoleMapping struct { // AutoProvisionClaims defines which claims from the OIDC userinfo response should be used for auto-provisioning user accounts type AutoProvisionClaims struct { - Username string `yaml:"username" env:"PROXY_AUTOPROVISION_CLAIM_USERNAME" desc:"The name of the OIDC claim that holds the username." introductionVersion:"%%NEXT%%"` - Email string `yaml:"email" env:"PROXY_AUTOPROVISION_CLAIM_EMAIL" desc:"The name of the OIDC claim that holds the email." introductionVersion:"%%NEXT%%"` - DisplayName string `yaml:"display_name" env:"PROXY_AUTOPROVISION_CLAIM_DISPLAYNAME" desc:"The name of the OIDC claim that holds the display name." introductionVersion:"%%NEXT%%"` + Username string `yaml:"username" env:"PROXY_AUTOPROVISION_CLAIM_USERNAME" desc:"The name of the OIDC claim that holds the username." introductionVersion:"6.0.0"` + Email string `yaml:"email" env:"PROXY_AUTOPROVISION_CLAIM_EMAIL" desc:"The name of the OIDC claim that holds the email." introductionVersion:"6.0.0"` + DisplayName string `yaml:"display_name" env:"PROXY_AUTOPROVISION_CLAIM_DISPLAYNAME" desc:"The name of the OIDC claim that holds the display name." introductionVersion:"6.0.0"` } // PolicySelector is the toplevel-configuration for different selectors diff --git a/services/storage-users/pkg/config/config.go b/services/storage-users/pkg/config/config.go index 439bcb727..5114c91e1 100644 --- a/services/storage-users/pkg/config/config.go +++ b/services/storage-users/pkg/config/config.go @@ -126,11 +126,11 @@ type OCISDriver struct { // PersonalSpaceAliasTemplate contains the template used to construct // the personal space alias, eg: `"{{.SpaceType}}/{{.User.Username | lower}}"` PersonalSpaceAliasTemplate string `yaml:"personalspacealias_template" env:"STORAGE_USERS_OCIS_PERSONAL_SPACE_ALIAS_TEMPLATE" desc:"Template string to construct personal space aliases." introductionVersion:"pre5.0"` - PersonalSpacePathTemplate string `yaml:"personalspacepath_template" env:"STORAGE_USERS_OCIS_PERSONAL_SPACE_PATH_TEMPLATE" desc:"Template string to construct the paths of the personal space roots." introductionVersion:"%%NEXT%%"` + PersonalSpacePathTemplate string `yaml:"personalspacepath_template" env:"STORAGE_USERS_OCIS_PERSONAL_SPACE_PATH_TEMPLATE" desc:"Template string to construct the paths of the personal space roots." introductionVersion:"6.0.0"` // GeneralSpaceAliasTemplate contains the template used to construct // the general space alias, eg: `{{.SpaceType}}/{{.SpaceName | replace " " "-" | lower}}` GeneralSpaceAliasTemplate string `yaml:"generalspacealias_template" env:"STORAGE_USERS_OCIS_GENERAL_SPACE_ALIAS_TEMPLATE" desc:"Template string to construct general space aliases." introductionVersion:"pre5.0"` - GeneralSpacePathTemplate string `yaml:"generalspacepath_template" env:"STORAGE_USERS_OCIS_GENERAL_SPACE_PATH_TEMPLATE" desc:"Template string to construct the paths of the projects space roots." introductionVersion:"%%NEXT%%"` + GeneralSpacePathTemplate string `yaml:"generalspacepath_template" env:"STORAGE_USERS_OCIS_GENERAL_SPACE_PATH_TEMPLATE" desc:"Template string to construct the paths of the projects space roots." introductionVersion:"6.0.0"` // ShareFolder defines the name of the folder jailing all shares ShareFolder string `yaml:"share_folder" env:"STORAGE_USERS_OCIS_SHARE_FOLDER" desc:"Name of the folder jailing all shares." introductionVersion:"pre5.0"` MaxAcquireLockCycles int `yaml:"max_acquire_lock_cycles" env:"STORAGE_USERS_OCIS_MAX_ACQUIRE_LOCK_CYCLES" desc:"When trying to lock files, ocis will try this amount of times to acquire the lock before failing. After each try it will wait for an increasing amount of time. Values of 0 or below will be ignored and the default value will be used." introductionVersion:"pre5.0"` @@ -163,11 +163,11 @@ type S3NGDriver struct { // PersonalSpaceAliasTemplate contains the template used to construct // the personal space alias, eg: `"{{.SpaceType}}/{{.User.Username | lower}}"` PersonalSpaceAliasTemplate string `yaml:"personalspacealias_template" env:"STORAGE_USERS_S3NG_PERSONAL_SPACE_ALIAS_TEMPLATE" desc:"Template string to construct personal space aliases." introductionVersion:"pre5.0"` - PersonalSpacePathTemplate string `yaml:"personalspacepath_template" env:"STORAGE_USERS_S3NG_PERSONAL_SPACE_PATH_TEMPLATE" desc:"Template string to construct the paths of the personal space roots." introductionVersion:"%%NEXT%%"` + PersonalSpacePathTemplate string `yaml:"personalspacepath_template" env:"STORAGE_USERS_S3NG_PERSONAL_SPACE_PATH_TEMPLATE" desc:"Template string to construct the paths of the personal space roots." introductionVersion:"6.0.0"` // GeneralSpaceAliasTemplate contains the template used to construct // the general space alias, eg: `{{.SpaceType}}/{{.SpaceName | replace " " "-" | lower}}` GeneralSpaceAliasTemplate string `yaml:"generalspacealias_template" env:"STORAGE_USERS_S3NG_GENERAL_SPACE_ALIAS_TEMPLATE" desc:"Template string to construct general space aliases." introductionVersion:"pre5.0"` - GeneralSpacePathTemplate string `yaml:"generalspacepath_template" env:"STORAGE_USERS_S3NG_GENERAL_SPACE_PATH_TEMPLATE" desc:"Template string to construct the paths of the projects space roots." introductionVersion:"%%NEXT%%"` + GeneralSpacePathTemplate string `yaml:"generalspacepath_template" env:"STORAGE_USERS_S3NG_GENERAL_SPACE_PATH_TEMPLATE" desc:"Template string to construct the paths of the projects space roots." introductionVersion:"6.0.0"` // ShareFolder defines the name of the folder jailing all shares ShareFolder string `yaml:"share_folder" env:"STORAGE_USERS_S3NG_SHARE_FOLDER" desc:"Name of the folder jailing all shares." introductionVersion:"pre5.0"` MaxAcquireLockCycles int `yaml:"max_acquire_lock_cycles" env:"STORAGE_USERS_S3NG_MAX_ACQUIRE_LOCK_CYCLES" desc:"When trying to lock files, ocis will try this amount of times to acquire the lock before failing. After each try it will wait for an increasing amount of time. Values of 0 or below will be ignored and the default value of 20 will be used." introductionVersion:"pre5.0"` @@ -194,16 +194,16 @@ type OwnCloudSQLDriver struct { // PosixDriver is the storage driver configuration when using 'posix' storage driver type PosixDriver struct { // Root is the absolute path to the location of the data - Root string `yaml:"root" env:"STORAGE_USERS_POSIX_ROOT" desc:"The directory where the filesystem storage will store its data. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH:/storage/owncloud." introductionVersion:"%%NEXT%%"` - PersonalSpacePathTemplate string `yaml:"personalspacepath_template" env:"STORAGE_USERS_POSIX_PERSONAL_SPACE_PATH_TEMPLATE" desc:"Template string to construct the paths of the personal space roots." introductionVersion:"%%NEXT%%"` - GeneralSpacePathTemplate string `yaml:"generalspacepath_template" env:"STORAGE_USERS_POSIX_GENERAL_SPACE_PATH_TEMPLATE" desc:"Template string to construct the paths of the projects space roots." introductionVersion:"%%NEXT%%"` - PermissionsEndpoint string `yaml:"permissions_endpoint" env:"STORAGE_USERS_PERMISSION_ENDPOINT;STORAGE_USERS_POSIX_PERMISSIONS_ENDPOINT" desc:"Endpoint of the permissions service. The endpoints can differ for 'ocis', 'posix' and 's3ng'." introductionVersion:"%%NEXT%%"` + Root string `yaml:"root" env:"STORAGE_USERS_POSIX_ROOT" desc:"The directory where the filesystem storage will store its data. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH:/storage/owncloud." introductionVersion:"6.0.0"` + PersonalSpacePathTemplate string `yaml:"personalspacepath_template" env:"STORAGE_USERS_POSIX_PERSONAL_SPACE_PATH_TEMPLATE" desc:"Template string to construct the paths of the personal space roots." introductionVersion:"6.0.0"` + GeneralSpacePathTemplate string `yaml:"generalspacepath_template" env:"STORAGE_USERS_POSIX_GENERAL_SPACE_PATH_TEMPLATE" desc:"Template string to construct the paths of the projects space roots." introductionVersion:"6.0.0"` + PermissionsEndpoint string `yaml:"permissions_endpoint" env:"STORAGE_USERS_PERMISSION_ENDPOINT;STORAGE_USERS_POSIX_PERMISSIONS_ENDPOINT" desc:"Endpoint of the permissions service. The endpoints can differ for 'ocis', 'posix' and 's3ng'." introductionVersion:"6.0.0"` - UseSpaceGroups bool `yaml:"use_space_groups" env:"STORAGE_USERS_POSIX_USE_SPACE_GROUPS" desc:"Use space groups to manage permissions on spaces." introductionVersion:"%%NEXT%%"` + UseSpaceGroups bool `yaml:"use_space_groups" env:"STORAGE_USERS_POSIX_USE_SPACE_GROUPS" desc:"Use space groups to manage permissions on spaces." introductionVersion:"6.0.0"` - WatchType string `yaml:"watch_type" env:"STORAGE_USERS_POSIX_WATCH_TYPE" desc:"Type of the watcher to use for getting notified about changes to the filesystem. Currently available options are 'inotifywait' (default), 'gpfswatchfolder' and 'gpfsfileauditlogging'." introductionVersion:"%%NEXT%%"` - WatchPath string `yaml:"watch_path" env:"STORAGE_USERS_POSIX_WATCH_PATH" desc:"Path to the watch directory/file. Only applies to the 'gpfsfileauditlogging' and 'inotifywait' watcher, in which case it is the path of the file audit log file/base directory to watch." introductionVersion:"%%NEXT%%"` - WatchFolderKafkaBrokers string `yaml:"watch_folder_kafka_hosts" env:"STORAGE_USERS_POSIX_WATCH_FOLDER_KAFKA_BROKERS" desc:"Comma-separated list of kafka brokers to read the watchfolder events from." introductionVersion:"%%NEXT%%"` + WatchType string `yaml:"watch_type" env:"STORAGE_USERS_POSIX_WATCH_TYPE" desc:"Type of the watcher to use for getting notified about changes to the filesystem. Currently available options are 'inotifywait' (default), 'gpfswatchfolder' and 'gpfsfileauditlogging'." introductionVersion:"6.0.0"` + WatchPath string `yaml:"watch_path" env:"STORAGE_USERS_POSIX_WATCH_PATH" desc:"Path to the watch directory/file. Only applies to the 'gpfsfileauditlogging' and 'inotifywait' watcher, in which case it is the path of the file audit log file/base directory to watch." introductionVersion:"6.0.0"` + WatchFolderKafkaBrokers string `yaml:"watch_folder_kafka_hosts" env:"STORAGE_USERS_POSIX_WATCH_FOLDER_KAFKA_BROKERS" desc:"Comma-separated list of kafka brokers to read the watchfolder events from." introductionVersion:"6.0.0"` } // Events combines the configuration options for the event bus. diff --git a/services/thumbnails/pkg/config/config.go b/services/thumbnails/pkg/config/config.go index 351c28017..297ae1cd1 100644 --- a/services/thumbnails/pkg/config/config.go +++ b/services/thumbnails/pkg/config/config.go @@ -44,7 +44,7 @@ type Thumbnail struct { FontMapFile string `yaml:"font_map_file" env:"THUMBNAILS_TXT_FONTMAP_FILE" desc:"The path to a font file for txt thumbnails." introductionVersion:"pre5.0"` TransferSecret string `yaml:"transfer_secret" env:"THUMBNAILS_TRANSFER_TOKEN" desc:"The secret to sign JWT to download the actual thumbnail file." introductionVersion:"pre5.0"` DataEndpoint string `yaml:"data_endpoint" env:"THUMBNAILS_DATA_ENDPOINT" desc:"The HTTP endpoint where the actual thumbnail file can be downloaded." introductionVersion:"pre5.0"` - MaxInputWidth int `yaml:"max_input_width" env:"THUMBNAILS_MAX_INPUT_WIDTH" desc:"The maximum width of an input image which is being processed." introductionVersion:"%%NEXT%%"` - MaxInputHeight int `yaml:"max_input_height" env:"THUMBNAILS_MAX_INPUT_HEIGHT" desc:"The maximum height of an input image which is being processed." introductionVersion:"%%NEXT%%"` - MaxInputImageFileSize string `yaml:"max_input_image_file_size" env:"THUMBNAILS_MAX_INPUT_IMAGE_FILE_SIZE" desc:"The maximum file size of an input image which is being processed. Usable common abbreviations: [KB, KiB, MB, MiB, GB, GiB, TB, TiB, PB, PiB, EB, EiB], example: 2GB." introductionVersion:"%%NEXT%%"` + MaxInputWidth int `yaml:"max_input_width" env:"THUMBNAILS_MAX_INPUT_WIDTH" desc:"The maximum width of an input image which is being processed." introductionVersion:"6.0.0"` + MaxInputHeight int `yaml:"max_input_height" env:"THUMBNAILS_MAX_INPUT_HEIGHT" desc:"The maximum height of an input image which is being processed." introductionVersion:"6.0.0"` + MaxInputImageFileSize string `yaml:"max_input_image_file_size" env:"THUMBNAILS_MAX_INPUT_IMAGE_FILE_SIZE" desc:"The maximum file size of an input image which is being processed. Usable common abbreviations: [KB, KiB, MB, MiB, GB, GiB, TB, TiB, PB, PiB, EB, EiB], example: 2GB." introductionVersion:"6.0.0"` } diff --git a/services/thumbnails/pkg/config/http.go b/services/thumbnails/pkg/config/http.go index ce18d17b4..84f68c683 100644 --- a/services/thumbnails/pkg/config/http.go +++ b/services/thumbnails/pkg/config/http.go @@ -8,5 +8,5 @@ type HTTP struct { TLS shared.HTTPServiceTLS `yaml:"tls"` Root string `yaml:"root" env:"THUMBNAILS_HTTP_ROOT" desc:"Subdirectory that serves as the root for this HTTP service." introductionVersion:"pre5.0"` Namespace string `yaml:"-"` - MaxConcurrentRequests int `yaml:"max_concurrent_requests" env:"THUMBNAILS_MAX_CONCURRENT_REQUESTS" desc:"Number of maximum concurrent thumbnail requests. Default is 0 which is unlimited." introductionVersion:"%%NEXT%%"` + MaxConcurrentRequests int `yaml:"max_concurrent_requests" env:"THUMBNAILS_MAX_CONCURRENT_REQUESTS" desc:"Number of maximum concurrent thumbnail requests. Default is 0 which is unlimited." introductionVersion:"6.0.0"` } diff --git a/services/web/pkg/config/config.go b/services/web/pkg/config/config.go index aceaceda7..5e6e08de4 100644 --- a/services/web/pkg/config/config.go +++ b/services/web/pkg/config/config.go @@ -32,9 +32,9 @@ type Config struct { // Asset defines the available asset configuration. type Asset struct { DeprecatedPath string `yaml:"path" env:"WEB_ASSET_PATH" desc:"Serve ownCloud Web assets from a path on the filesystem instead of the builtin assets." introductionVersion:"pre5.0" deprecationVersion:"5.1.0" removalVersion:"6.0.0" deprecationInfo:"The WEB_ASSET_PATH is deprecated and will be removed in the future." deprecationReplacement:"Use WEB_ASSET_CORE_PATH instead."` - CorePath string `yaml:"core_path" env:"WEB_ASSET_CORE_PATH" desc:"Serve ownCloud Web assets from a path on the filesystem instead of the builtin assets. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH:/web/assets/core" introductionVersion:"%%NEXT%%"` - ThemesPath string `yaml:"themes_path" env:"OCIS_ASSET_THEMES_PATH;WEB_ASSET_THEMES_PATH" desc:"Serve ownCloud themes from a path on the filesystem instead of the builtin assets. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH:/web/assets/themes" introductionVersion:"%%NEXT%%"` - AppsPath string `yaml:"apps_path" env:"WEB_ASSET_APPS_PATH" desc:"Serve ownCloud Web apps assets from a path on the filesystem instead of the builtin assets. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH:/web/assets/apps" introductionVersion:"%%NEXT%%"` + CorePath string `yaml:"core_path" env:"WEB_ASSET_CORE_PATH" desc:"Serve ownCloud Web assets from a path on the filesystem instead of the builtin assets. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH:/web/assets/core" introductionVersion:"6.0.0"` + ThemesPath string `yaml:"themes_path" env:"OCIS_ASSET_THEMES_PATH;WEB_ASSET_THEMES_PATH" desc:"Serve ownCloud themes from a path on the filesystem instead of the builtin assets. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH:/web/assets/themes" introductionVersion:"6.0.0"` + AppsPath string `yaml:"apps_path" env:"WEB_ASSET_APPS_PATH" desc:"Serve ownCloud Web apps assets from a path on the filesystem instead of the builtin assets. If not defined, the root directory derives from $OCIS_BASE_DATA_PATH:/web/assets/apps" introductionVersion:"6.0.0"` } // CustomStyle references additional css to be loaded into ownCloud Web. diff --git a/sonar-project.properties b/sonar-project.properties index ba2ba73f9..fede9ee8f 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=owncloud_ocis sonar.organization=owncloud-1 sonar.projectName=ocis -sonar.projectVersion=5.1.0-prealpha +sonar.projectVersion=6.0.0 sonar.host.url=https://sonarcloud.io # ===================================================== @@ -50,4 +50,4 @@ sonar.issue.ignore.multicriteria.g2.resourceKey=**/*_test.go # Timeout for web requests #sonar.ws.timeout=60 is the default, but we need to increase it to deal with timeouts when loading defaults -sonar.ws.timeout=120 \ No newline at end of file +sonar.ws.timeout=120