diff --git a/changelog/4.0.5_2023-12-21/add-trach-bin-cli.md b/changelog/4.0.5_2023-12-21/add-trach-bin-cli.md new file mode 100644 index 0000000000..c2c26aaa2c --- /dev/null +++ b/changelog/4.0.5_2023-12-21/add-trach-bin-cli.md @@ -0,0 +1,6 @@ +Enhancement: Add cli commands for trash-bin + +We added the `list` and `restore` commands to the trash-bin items to the CLI + +https://github.com/owncloud/ocis/pull/7936 +https://github.com/owncloud/ocis/issues/7845 diff --git a/changelog/4.0.5_2023-12-21/fix-auth-allow-empty-cred-chain.md b/changelog/4.0.5_2023-12-21/fix-auth-allow-empty-cred-chain.md new file mode 100644 index 0000000000..d1eff1fe99 --- /dev/null +++ b/changelog/4.0.5_2023-12-21/fix-auth-allow-empty-cred-chain.md @@ -0,0 +1,11 @@ +Bugfix: fix reva config of frontend service to avoid misleading error logs + +We set an empty Credentials chain for the frontend service now. In ocis all +non-reva token authentication is handled by the proxy. This avoids irritating +error messages about the missing 'auth-bearer' service. + +https://github.com/owncloud/ocis/pull/7934 +https://github.com/owncloud/ocis/pull/7453 +https://github.com/cs3org/reva/pull/4396 +https://github.com/cs3org/reva/pull/4241 +https://github.com/owncloud/ocis/issues/6692 diff --git a/changelog/4.0.5_2023-12-21/fix-traces.md b/changelog/4.0.5_2023-12-21/fix-traces.md new file mode 100644 index 0000000000..acdb4d5278 --- /dev/null +++ b/changelog/4.0.5_2023-12-21/fix-traces.md @@ -0,0 +1,5 @@ +Bugfix: Fix trace ids + +We changed the default tracing to produce non-empty traceids and fixed a problem where traces got disconnected further down the stack. + +https://github.com/owncloud/ocis/pull/8026 diff --git a/changelog/4.0.5_2023-12-21/fix-upload-session-purging.md b/changelog/4.0.5_2023-12-21/fix-upload-session-purging.md new file mode 100644 index 0000000000..5ff837037b --- /dev/null +++ b/changelog/4.0.5_2023-12-21/fix-upload-session-purging.md @@ -0,0 +1,5 @@ +Bugfix: Do not purge expired upload sessions that are still postprocessing + +https://github.com/owncloud/ocis/pull/7941 +https://github.com/owncloud/ocis/pull/7859 +https://github.com/owncloud/ocis/pull/7958 \ No newline at end of file diff --git a/changelog/4.0.6_2024-02-07/fix-RED-metrics.md b/changelog/4.0.6_2024-02-07/fix-RED-metrics.md new file mode 100644 index 0000000000..89cf681e22 --- /dev/null +++ b/changelog/4.0.6_2024-02-07/fix-RED-metrics.md @@ -0,0 +1,11 @@ +Bugfix: Fix RED metrics on the metrics endpoint + +We connected some metrics to the metrics endpoint to support the RED method for monitoring microservices. + +- Request Rate: The number of requests per second. The total count of requests is available under `ocis_proxy_requests_total`. +- Error Rate: The number of failed requests per second. The total count of failed requests is available under `ocis_proxy_errors_total`. +- Duration: The amount of time each request takes. The duration of all requests is available under `ocis_proxy_request_duration_seconds`. This is a histogram metric, so it also provides information about the distribution of request durations. + +The metrics are available under the following paths: `PROXY_DEBUG_ADDR/metrics` in a prometheus compatible format and maybe secured by `PROXY_DEBUG_TOKEN`. + +https://github.com/owncloud/ocis/pull/7994 diff --git a/changelog/unreleased/fix-signed-url-expiry.md b/changelog/4.0.6_2024-02-07/fix-signed-url-expiry.md similarity index 100% rename from changelog/unreleased/fix-signed-url-expiry.md rename to changelog/4.0.6_2024-02-07/fix-signed-url-expiry.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/423-on-tag-create.md b/changelog/5.0.0-rc.4_2024-02-07/423-on-tag-create.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/423-on-tag-create.md rename to changelog/5.0.0-rc.4_2024-02-07/423-on-tag-create.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/access-token-issuer.md b/changelog/5.0.0-rc.4_2024-02-07/access-token-issuer.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/access-token-issuer.md rename to changelog/5.0.0-rc.4_2024-02-07/access-token-issuer.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/add-RED-metrics.md b/changelog/5.0.0-rc.4_2024-02-07/add-RED-metrics.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/add-RED-metrics.md rename to changelog/5.0.0-rc.4_2024-02-07/add-RED-metrics.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/add-banned-list-to-deployements.md b/changelog/5.0.0-rc.4_2024-02-07/add-banned-list-to-deployements.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/add-banned-list-to-deployements.md rename to changelog/5.0.0-rc.4_2024-02-07/add-banned-list-to-deployements.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/add-default-link-permission-config.md b/changelog/5.0.0-rc.4_2024-02-07/add-default-link-permission-config.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/add-default-link-permission-config.md rename to changelog/5.0.0-rc.4_2024-02-07/add-default-link-permission-config.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/add-edit-public-share.md b/changelog/5.0.0-rc.4_2024-02-07/add-edit-public-share.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/add-edit-public-share.md rename to changelog/5.0.0-rc.4_2024-02-07/add-edit-public-share.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/add-file-type-filter-chip.md b/changelog/5.0.0-rc.4_2024-02-07/add-file-type-filter-chip.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/add-file-type-filter-chip.md rename to changelog/5.0.0-rc.4_2024-02-07/add-file-type-filter-chip.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/add-last-modified-filter-chip.md b/changelog/5.0.0-rc.4_2024-02-07/add-last-modified-filter-chip.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/add-last-modified-filter-chip.md rename to changelog/5.0.0-rc.4_2024-02-07/add-last-modified-filter-chip.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/add-passwod-banned-password-list.md b/changelog/5.0.0-rc.4_2024-02-07/add-passwod-banned-password-list.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/add-passwod-banned-password-list.md rename to changelog/5.0.0-rc.4_2024-02-07/add-passwod-banned-password-list.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/add-passwod-policies.md b/changelog/5.0.0-rc.4_2024-02-07/add-passwod-policies.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/add-passwod-policies.md rename to changelog/5.0.0-rc.4_2024-02-07/add-passwod-policies.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/add-trach-bin-cli.md b/changelog/5.0.0-rc.4_2024-02-07/add-trach-bin-cli.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/add-trach-bin-cli.md rename to changelog/5.0.0-rc.4_2024-02-07/add-trach-bin-cli.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/add-user-filter-startswith-and-contains.md b/changelog/5.0.0-rc.4_2024-02-07/add-user-filter-startswith-and-contains.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/add-user-filter-startswith-and-contains.md rename to changelog/5.0.0-rc.4_2024-02-07/add-user-filter-startswith-and-contains.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/add-validation-to-public-share-provider.md b/changelog/5.0.0-rc.4_2024-02-07/add-validation-to-public-share-provider.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/add-validation-to-public-share-provider.md rename to changelog/5.0.0-rc.4_2024-02-07/add-validation-to-public-share-provider.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/add-validation-update-public-share.md b/changelog/5.0.0-rc.4_2024-02-07/add-validation-update-public-share.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/add-validation-update-public-share.md rename to changelog/5.0.0-rc.4_2024-02-07/add-validation-update-public-share.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/allow-configuring-additional-routes.md b/changelog/5.0.0-rc.4_2024-02-07/allow-configuring-additional-routes.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/allow-configuring-additional-routes.md rename to changelog/5.0.0-rc.4_2024-02-07/allow-configuring-additional-routes.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/allow-disabling-persistent-caches.md b/changelog/5.0.0-rc.4_2024-02-07/allow-disabling-persistent-caches.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/allow-disabling-persistent-caches.md rename to changelog/5.0.0-rc.4_2024-02-07/allow-disabling-persistent-caches.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/auto-accept-shares.md b/changelog/5.0.0-rc.4_2024-02-07/auto-accept-shares.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/auto-accept-shares.md rename to changelog/5.0.0-rc.4_2024-02-07/auto-accept-shares.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/bump-go.md b/changelog/5.0.0-rc.4_2024-02-07/bump-go.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/bump-go.md rename to changelog/5.0.0-rc.4_2024-02-07/bump-go.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/bump-reva.md b/changelog/5.0.0-rc.4_2024-02-07/bump-reva.md similarity index 76% rename from changelog/5.0.0-rc.1_2023-12-27/bump-reva.md rename to changelog/5.0.0-rc.4_2024-02-07/bump-reva.md index 427592d553..b5e2dd7c66 100644 --- a/changelog/5.0.0-rc.1_2023-12-27/bump-reva.md +++ b/changelog/5.0.0-rc.4_2024-02-07/bump-reva.md @@ -1,4 +1,32 @@ -Enhancement: Update Reva to version 2.18.0 +Enhancement: Update reva to latest edge version + +We update reva to the latest edge version to get the latest fixes and features. + +## Changelog for reva edge + +* Bugfix [cs3org/reva#4454](https://github.com/cs3org/reva/pull/4454): Skip unnecessary share retrieval +* Bugfix [cs3org/reva#4461](https://github.com/cs3org/reva/pull/4461): CORS handling for WebDAV requests fixed +* Bugfix [cs3org/reva#4462](https://github.com/cs3org/reva/pull/4462): Prevent setting container specific permissions on files +* Bugfix [cs3org/reva#4463](https://github.com/cs3org/reva/pull/4463): Fix the resource name +* Bugfix [cs3org/reva#4466](https://github.com/cs3org/reva/pull/4466): Fix natsjskv store +* Bugfix [cs3org/reva#4469](https://github.com/cs3org/reva/pull/4469): Handle interrupted uploads +* Bugfix [cs3org/reva#4472](https://github.com/cs3org/reva/pull/4472): Fix concurrent access to a map +* Bugfix [cs3org/reva#4473](https://github.com/cs3org/reva/pull/4473): Decomposedfs now correctly lists sessions +* Bugfix [cs3org/reva#4474](https://github.com/cs3org/reva/pull/4474): Make /dav/meta consistent +* Bugfix [cs3org/reva#4475](https://github.com/cs3org/reva/pull/4475): Upload session specific processing flag +* Bugfix [cs3org/reva#4476](https://github.com/cs3org/reva/pull/4476): No need to unmark postprocessing when it was not started +* Bugfix [cs3org/reva#4479](https://github.com/cs3org/reva/pull/4479): Fix creating documents in the approvider +* Bugfix [cs3org/reva#4481](https://github.com/cs3org/reva/pull/4481): Distinguish failure and node metadata reversal +* Bugfix [cs3org/reva#4434](https://github.com/cs3org/reva/pull/4434): Fix the upload postprocessing +* Bugfix [cs3org/reva#4443](https://github.com/cs3org/reva/pull/4443): Fixed wrong status code when moving a file to a denied path +* Bugfix [cs3org/reva#4446](https://github.com/cs3org/reva/pull/4446): Disallow to delete a file during the processing +* Bugfix [cs3org/reva#4448](https://github.com/cs3org/reva/pull/4448): Fix truncating existing files +* Bugfix [cs3org/reva#4449](https://github.com/cs3org/reva/pull/4449): Keep failed processing status +* Bugfix [cs3org/reva#4452](https://github.com/cs3org/reva/pull/4452): More efficient share jail +* Bugfix [cs3org/reva#4456](https://github.com/cs3org/reva/pull/4456): Do not lose revisions when restoring the first revision +* Bugfix [cs3org/reva#4457](https://github.com/cs3org/reva/pull/4457): Fix concurrent map access in sharecache +* Enhancement [cs3org/reva#4453](https://github.com/cs3org/reva/pull/4453): Disable the password policy +* Enhancement [cs3org/reva#4477](https://github.com/cs3org/reva/pull/4477): Extend ResumePostprocessing event ## Changelog for reva 2.18.0 (2023-12-22) @@ -93,6 +121,11 @@ reva users. The changes are ordered by importance. * Enhancement [cs3org/reva#4170](https://github.com/cs3org/reva/pull/4170): Update password policies * Enhancement [cs3org/reva#4232](https://github.com/cs3org/reva/pull/4232): Improve error handling in utils package +https://github.com/owncloud/ocis/pull/8287 +https://github.com/owncloud/ocis/pull/8278 +https://github.com/owncloud/ocis/pull/8264 +https://github.com/owncloud/ocis/pull/8100 +https://github.com/owncloud/ocis/pull/8100 https://github.com/owncloud/ocis/pull/8038 https://github.com/owncloud/ocis/pull/8056 https://github.com/owncloud/ocis/pull/7949 diff --git a/changelog/5.0.0-rc.1_2023-12-27/change-default-config-tus.md b/changelog/5.0.0-rc.4_2024-02-07/change-default-config-tus.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/change-default-config-tus.md rename to changelog/5.0.0-rc.4_2024-02-07/change-default-config-tus.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/change-remove-access-denied-help-url-from-config.md b/changelog/5.0.0-rc.4_2024-02-07/change-remove-access-denied-help-url-from-config.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/change-remove-access-denied-help-url-from-config.md rename to changelog/5.0.0-rc.4_2024-02-07/change-remove-access-denied-help-url-from-config.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/change-remove-privacy-url-and-imprint-url-from-config.md b/changelog/5.0.0-rc.4_2024-02-07/change-remove-privacy-url-and-imprint-url-from-config.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/change-remove-privacy-url-and-imprint-url-from-config.md rename to changelog/5.0.0-rc.4_2024-02-07/change-remove-privacy-url-and-imprint-url-from-config.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/change-wrong-envvar-names.md b/changelog/5.0.0-rc.4_2024-02-07/change-wrong-envvar-names.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/change-wrong-envvar-names.md rename to changelog/5.0.0-rc.4_2024-02-07/change-wrong-envvar-names.md diff --git a/changelog/unreleased/cleanup-graph-driveitemsgo.md b/changelog/5.0.0-rc.4_2024-02-07/cleanup-graph-driveitemsgo.md similarity index 100% rename from changelog/unreleased/cleanup-graph-driveitemsgo.md rename to changelog/5.0.0-rc.4_2024-02-07/cleanup-graph-driveitemsgo.md diff --git a/changelog/unreleased/cleanup-search-searchgo.md b/changelog/5.0.0-rc.4_2024-02-07/cleanup-search-searchgo.md similarity index 100% rename from changelog/unreleased/cleanup-search-searchgo.md rename to changelog/5.0.0-rc.4_2024-02-07/cleanup-search-searchgo.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/clientlog-service.md b/changelog/5.0.0-rc.4_2024-02-07/clientlog-service.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/clientlog-service.md rename to changelog/5.0.0-rc.4_2024-02-07/clientlog-service.md diff --git a/changelog/unreleased/concurrency-defaults.md b/changelog/5.0.0-rc.4_2024-02-07/concurrency-defaults.md similarity index 100% rename from changelog/unreleased/concurrency-defaults.md rename to changelog/5.0.0-rc.4_2024-02-07/concurrency-defaults.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/default-async-uploads.md b/changelog/5.0.0-rc.4_2024-02-07/default-async-uploads.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/default-async-uploads.md rename to changelog/5.0.0-rc.4_2024-02-07/default-async-uploads.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/default-language.md b/changelog/5.0.0-rc.4_2024-02-07/default-language.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/default-language.md rename to changelog/5.0.0-rc.4_2024-02-07/default-language.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/default-registry.md b/changelog/5.0.0-rc.4_2024-02-07/default-registry.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/default-registry.md rename to changelog/5.0.0-rc.4_2024-02-07/default-registry.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/delete-outdated-userlog-events.md b/changelog/5.0.0-rc.4_2024-02-07/delete-outdated-userlog-events.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/delete-outdated-userlog-events.md rename to changelog/5.0.0-rc.4_2024-02-07/delete-outdated-userlog-events.md diff --git a/changelog/unreleased/disabled-password-policy-rework.md b/changelog/5.0.0-rc.4_2024-02-07/disabled-password-policy-rework.md similarity index 100% rename from changelog/unreleased/disabled-password-policy-rework.md rename to changelog/5.0.0-rc.4_2024-02-07/disabled-password-policy-rework.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/disabled-web-extensions-config.md b/changelog/5.0.0-rc.4_2024-02-07/disabled-web-extensions-config.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/disabled-web-extensions-config.md rename to changelog/5.0.0-rc.4_2024-02-07/disabled-web-extensions-config.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/dont-reload-web-config.md b/changelog/5.0.0-rc.4_2024-02-07/dont-reload-web-config.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/dont-reload-web-config.md rename to changelog/5.0.0-rc.4_2024-02-07/dont-reload-web-config.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/enhancement-add-login-url-config.md b/changelog/5.0.0-rc.4_2024-02-07/enhancement-add-login-url-config.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/enhancement-add-login-url-config.md rename to changelog/5.0.0-rc.4_2024-02-07/enhancement-add-login-url-config.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/enhancement-add-support-for-audio-files-to-thumbnails-service.md b/changelog/5.0.0-rc.4_2024-02-07/enhancement-add-support-for-audio-files-to-thumbnails-service.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/enhancement-add-support-for-audio-files-to-thumbnails-service.md rename to changelog/5.0.0-rc.4_2024-02-07/enhancement-add-support-for-audio-files-to-thumbnails-service.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/enhancement-add-user-list-requires-filter-config.md b/changelog/5.0.0-rc.4_2024-02-07/enhancement-add-user-list-requires-filter-config.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/enhancement-add-user-list-requires-filter-config.md rename to changelog/5.0.0-rc.4_2024-02-07/enhancement-add-user-list-requires-filter-config.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/enhancement-allow-listing-regular-users.md b/changelog/5.0.0-rc.4_2024-02-07/enhancement-allow-listing-regular-users.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/enhancement-allow-listing-regular-users.md rename to changelog/5.0.0-rc.4_2024-02-07/enhancement-allow-listing-regular-users.md diff --git a/changelog/unreleased/enhancement-disabled-password-policy.md b/changelog/5.0.0-rc.4_2024-02-07/enhancement-disabled-password-policy.md similarity index 100% rename from changelog/unreleased/enhancement-disabled-password-policy.md rename to changelog/5.0.0-rc.4_2024-02-07/enhancement-disabled-password-policy.md diff --git a/changelog/unreleased/enhancement-idp-config-background-img.md b/changelog/5.0.0-rc.4_2024-02-07/enhancement-idp-config-background-img.md similarity index 100% rename from changelog/unreleased/enhancement-idp-config-background-img.md rename to changelog/5.0.0-rc.4_2024-02-07/enhancement-idp-config-background-img.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/enhancement-notifications-auto-auth-settings.md b/changelog/5.0.0-rc.4_2024-02-07/enhancement-notifications-auto-auth-settings.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/enhancement-notifications-auto-auth-settings.md rename to changelog/5.0.0-rc.4_2024-02-07/enhancement-notifications-auto-auth-settings.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/enhancement-search-content-extraction-cleanup.md b/changelog/5.0.0-rc.4_2024-02-07/enhancement-search-content-extraction-cleanup.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/enhancement-search-content-extraction-cleanup.md rename to changelog/5.0.0-rc.4_2024-02-07/enhancement-search-content-extraction-cleanup.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/enhancement-sharing-ng-list-permissions.md b/changelog/5.0.0-rc.4_2024-02-07/enhancement-sharing-ng-list-permissions.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/enhancement-sharing-ng-list-permissions.md rename to changelog/5.0.0-rc.4_2024-02-07/enhancement-sharing-ng-list-permissions.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/enhancement-sharing-ng.md b/changelog/5.0.0-rc.4_2024-02-07/enhancement-sharing-ng.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/enhancement-sharing-ng.md rename to changelog/5.0.0-rc.4_2024-02-07/enhancement-sharing-ng.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/enhancement-sse-messaging.md b/changelog/5.0.0-rc.4_2024-02-07/enhancement-sse-messaging.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/enhancement-sse-messaging.md rename to changelog/5.0.0-rc.4_2024-02-07/enhancement-sse-messaging.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/enhancement-store-and-index-audio-metadata.md b/changelog/5.0.0-rc.4_2024-02-07/enhancement-store-and-index-audio-metadata.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/enhancement-store-and-index-audio-metadata.md rename to changelog/5.0.0-rc.4_2024-02-07/enhancement-store-and-index-audio-metadata.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/enhancement-store-and-index-location-metadata.md b/changelog/5.0.0-rc.4_2024-02-07/enhancement-store-and-index-location-metadata.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/enhancement-store-and-index-location-metadata.md rename to changelog/5.0.0-rc.4_2024-02-07/enhancement-store-and-index-location-metadata.md diff --git a/changelog/unreleased/enhancement-update-icap-antivirus.md b/changelog/5.0.0-rc.4_2024-02-07/enhancement-update-icap-antivirus.md similarity index 100% rename from changelog/unreleased/enhancement-update-icap-antivirus.md rename to changelog/5.0.0-rc.4_2024-02-07/enhancement-update-icap-antivirus.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-auth-service-jwt.md b/changelog/5.0.0-rc.4_2024-02-07/fix-auth-service-jwt.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-auth-service-jwt.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-auth-service-jwt.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-bleve-search.md b/changelog/5.0.0-rc.4_2024-02-07/fix-bleve-search.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-bleve-search.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-bleve-search.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-compile-date.md b/changelog/5.0.0-rc.4_2024-02-07/fix-compile-date.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-compile-date.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-compile-date.md diff --git a/changelog/unreleased/fix-concurrent-access-to-map.md b/changelog/5.0.0-rc.4_2024-02-07/fix-concurrent-access-to-map.md similarity index 100% rename from changelog/unreleased/fix-concurrent-access-to-map.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-concurrent-access-to-map.md diff --git a/changelog/unreleased/fix-concurrent-shares-config.md b/changelog/5.0.0-rc.4_2024-02-07/fix-concurrent-shares-config.md similarity index 100% rename from changelog/unreleased/fix-concurrent-shares-config.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-concurrent-shares-config.md diff --git a/changelog/unreleased/fix-cs3-backend.md b/changelog/5.0.0-rc.4_2024-02-07/fix-cs3-backend.md similarity index 100% rename from changelog/unreleased/fix-cs3-backend.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-cs3-backend.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-default-mail-language-fallback.md b/changelog/5.0.0-rc.4_2024-02-07/fix-default-mail-language-fallback.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-default-mail-language-fallback.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-default-mail-language-fallback.md diff --git a/changelog/unreleased/fix-deleting-during-postprocessing.md b/changelog/5.0.0-rc.4_2024-02-07/fix-deleting-during-postprocessing.md similarity index 100% rename from changelog/unreleased/fix-deleting-during-postprocessing.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-deleting-during-postprocessing.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-disable-depth-infinity.md b/changelog/5.0.0-rc.4_2024-02-07/fix-disable-depth-infinity.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-disable-depth-infinity.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-disable-depth-infinity.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-docs-pipeline.md b/changelog/5.0.0-rc.4_2024-02-07/fix-docs-pipeline.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-docs-pipeline.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-docs-pipeline.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-empty-traceids.md b/changelog/5.0.0-rc.4_2024-02-07/fix-empty-traceids.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-empty-traceids.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-empty-traceids.md diff --git a/changelog/unreleased/fix-getdrives-response-code.md b/changelog/5.0.0-rc.4_2024-02-07/fix-getdrives-response-code.md similarity index 100% rename from changelog/unreleased/fix-getdrives-response-code.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-getdrives-response-code.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-graph-codes.md b/changelog/5.0.0-rc.4_2024-02-07/fix-graph-codes.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-graph-codes.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-graph-codes.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-graph-education-createschool.md b/changelog/5.0.0-rc.4_2024-02-07/fix-graph-education-createschool.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-graph-education-createschool.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-graph-education-createschool.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-jsoncs3-share-manager-migration.md b/changelog/5.0.0-rc.4_2024-02-07/fix-jsoncs3-share-manager-migration.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-jsoncs3-share-manager-migration.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-jsoncs3-share-manager-migration.md diff --git a/changelog/unreleased/fix-language-patching.md b/changelog/5.0.0-rc.4_2024-02-07/fix-language-patching.md similarity index 100% rename from changelog/unreleased/fix-language-patching.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-language-patching.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-last-month-search.md b/changelog/5.0.0-rc.4_2024-02-07/fix-last-month-search.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-last-month-search.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-last-month-search.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-mountpoint-autoaccept.md b/changelog/5.0.0-rc.4_2024-02-07/fix-mountpoint-autoaccept.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-mountpoint-autoaccept.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-mountpoint-autoaccept.md diff --git a/changelog/unreleased/fix-nats-authentication.md b/changelog/5.0.0-rc.4_2024-02-07/fix-nats-authentication.md similarity index 100% rename from changelog/unreleased/fix-nats-authentication.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-nats-authentication.md diff --git a/changelog/unreleased/fix-nats-registry.md b/changelog/5.0.0-rc.4_2024-02-07/fix-nats-registry.md similarity index 100% rename from changelog/unreleased/fix-nats-registry.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-nats-registry.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-natsjs-cache.md b/changelog/5.0.0-rc.4_2024-02-07/fix-natsjs-cache.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-natsjs-cache.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-natsjs-cache.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-notifications-redundant-settings.md b/changelog/5.0.0-rc.4_2024-02-07/fix-notifications-redundant-settings.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-notifications-redundant-settings.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-notifications-redundant-settings.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-permissions-duplicate.md b/changelog/5.0.0-rc.4_2024-02-07/fix-permissions-duplicate.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-permissions-duplicate.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-permissions-duplicate.md diff --git a/changelog/unreleased/fix-policies-jwt-config.md b/changelog/5.0.0-rc.4_2024-02-07/fix-policies-jwt-config.md similarity index 100% rename from changelog/unreleased/fix-policies-jwt-config.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-policies-jwt-config.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-public-link-update.md b/changelog/5.0.0-rc.4_2024-02-07/fix-public-link-update.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-public-link-update.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-public-link-update.md diff --git a/changelog/unreleased/fix-race-in-tests.md b/changelog/5.0.0-rc.4_2024-02-07/fix-race-in-tests.md similarity index 100% rename from changelog/unreleased/fix-race-in-tests.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-race-in-tests.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-remove-unused-idp-dependency.md b/changelog/5.0.0-rc.4_2024-02-07/fix-remove-unused-idp-dependency.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-remove-unused-idp-dependency.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-remove-unused-idp-dependency.md diff --git a/changelog/unreleased/fix-resource-name.md b/changelog/5.0.0-rc.4_2024-02-07/fix-resource-name.md similarity index 100% rename from changelog/unreleased/fix-resource-name.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-resource-name.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-return-code-password-policy.md b/changelog/5.0.0-rc.4_2024-02-07/fix-return-code-password-policy.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-return-code-password-policy.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-return-code-password-policy.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-search-by-exact-mail.md b/changelog/5.0.0-rc.4_2024-02-07/fix-search-by-exact-mail.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-search-by-exact-mail.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-search-by-exact-mail.md diff --git a/changelog/unreleased/fix-search-logging.md b/changelog/5.0.0-rc.4_2024-02-07/fix-search-logging.md similarity index 100% rename from changelog/unreleased/fix-search-logging.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-search-logging.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-search-service-init.md b/changelog/5.0.0-rc.4_2024-02-07/fix-search-service-init.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-search-service-init.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-search-service-init.md diff --git a/changelog/5.0.0-rc.4_2024-02-07/fix-signed-url-expiry.md b/changelog/5.0.0-rc.4_2024-02-07/fix-signed-url-expiry.md new file mode 100644 index 0000000000..9b0cdf3da2 --- /dev/null +++ b/changelog/5.0.0-rc.4_2024-02-07/fix-signed-url-expiry.md @@ -0,0 +1,5 @@ +Bugfix: signed url verification + +Signed urls now expire properly + +https://github.com/owncloud/ocis/pull/8385 diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-space-unlock.md b/changelog/5.0.0-rc.4_2024-02-07/fix-space-unlock.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-space-unlock.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-space-unlock.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-tgz-mimetype.md b/changelog/5.0.0-rc.4_2024-02-07/fix-tgz-mimetype.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-tgz-mimetype.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-tgz-mimetype.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-token-storage-config-web.md b/changelog/5.0.0-rc.4_2024-02-07/fix-token-storage-config-web.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-token-storage-config-web.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-token-storage-config-web.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-too-early-preview-request.md b/changelog/5.0.0-rc.4_2024-02-07/fix-too-early-preview-request.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-too-early-preview-request.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-too-early-preview-request.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-update-share-ng.md b/changelog/5.0.0-rc.4_2024-02-07/fix-update-share-ng.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-update-share-ng.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-update-share-ng.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-updating-logo-new-theme-structure.md b/changelog/5.0.0-rc.4_2024-02-07/fix-updating-logo-new-theme-structure.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-updating-logo-new-theme-structure.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-updating-logo-new-theme-structure.md diff --git a/changelog/unreleased/fix-upload-postprocessing.md b/changelog/5.0.0-rc.4_2024-02-07/fix-upload-postprocessing.md similarity index 100% rename from changelog/unreleased/fix-upload-postprocessing.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-upload-postprocessing.md diff --git a/changelog/unreleased/fix-upload-reset-logo.md b/changelog/5.0.0-rc.4_2024-02-07/fix-upload-reset-logo.md similarity index 100% rename from changelog/unreleased/fix-upload-reset-logo.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-upload-reset-logo.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-upload-session-purging.md b/changelog/5.0.0-rc.4_2024-02-07/fix-upload-session-purging.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-upload-session-purging.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-upload-session-purging.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-user-renaming.md b/changelog/5.0.0-rc.4_2024-02-07/fix-user-renaming.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-user-renaming.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-user-renaming.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-users-by-claim-lookup-binary-uuid.md b/changelog/5.0.0-rc.4_2024-02-07/fix-users-by-claim-lookup-binary-uuid.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-users-by-claim-lookup-binary-uuid.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-users-by-claim-lookup-binary-uuid.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/fix-users-ldap-schema-user-id.md b/changelog/5.0.0-rc.4_2024-02-07/fix-users-ldap-schema-user-id.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/fix-users-ldap-schema-user-id.md rename to changelog/5.0.0-rc.4_2024-02-07/fix-users-ldap-schema-user-id.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/implement-sharing-roles.md b/changelog/5.0.0-rc.4_2024-02-07/implement-sharing-roles.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/implement-sharing-roles.md rename to changelog/5.0.0-rc.4_2024-02-07/implement-sharing-roles.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/improve-ocm-support.md b/changelog/5.0.0-rc.4_2024-02-07/improve-ocm-support.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/improve-ocm-support.md rename to changelog/5.0.0-rc.4_2024-02-07/improve-ocm-support.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/improve-sses.md b/changelog/5.0.0-rc.4_2024-02-07/improve-sses.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/improve-sses.md rename to changelog/5.0.0-rc.4_2024-02-07/improve-sses.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/kql-search-query-language.md b/changelog/5.0.0-rc.4_2024-02-07/kql-search-query-language.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/kql-search-query-language.md rename to changelog/5.0.0-rc.4_2024-02-07/kql-search-query-language.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/kv-nats-registry.md b/changelog/5.0.0-rc.4_2024-02-07/kv-nats-registry.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/kv-nats-registry.md rename to changelog/5.0.0-rc.4_2024-02-07/kv-nats-registry.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/ldap-bind-password-var-deprecation.md b/changelog/5.0.0-rc.4_2024-02-07/ldap-bind-password-var-deprecation.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/ldap-bind-password-var-deprecation.md rename to changelog/5.0.0-rc.4_2024-02-07/ldap-bind-password-var-deprecation.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/nats-authentication.md b/changelog/5.0.0-rc.4_2024-02-07/nats-authentication.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/nats-authentication.md rename to changelog/5.0.0-rc.4_2024-02-07/nats-authentication.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/natsjs-registry.md b/changelog/5.0.0-rc.4_2024-02-07/natsjs-registry.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/natsjs-registry.md rename to changelog/5.0.0-rc.4_2024-02-07/natsjs-registry.md diff --git a/changelog/unreleased/natsjskv-registry-fix.md b/changelog/5.0.0-rc.4_2024-02-07/natsjskv-registry-fix.md similarity index 100% rename from changelog/unreleased/natsjskv-registry-fix.md rename to changelog/5.0.0-rc.4_2024-02-07/natsjskv-registry-fix.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/new-permissions.md b/changelog/5.0.0-rc.4_2024-02-07/new-permissions.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/new-permissions.md rename to changelog/5.0.0-rc.4_2024-02-07/new-permissions.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/ocm.md b/changelog/5.0.0-rc.4_2024-02-07/ocm.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/ocm.md rename to changelog/5.0.0-rc.4_2024-02-07/ocm.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/opt-out-public-link-pw.md b/changelog/5.0.0-rc.4_2024-02-07/opt-out-public-link-pw.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/opt-out-public-link-pw.md rename to changelog/5.0.0-rc.4_2024-02-07/opt-out-public-link-pw.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/passwod-policies-renaming.md b/changelog/5.0.0-rc.4_2024-02-07/passwod-policies-renaming.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/passwod-policies-renaming.md rename to changelog/5.0.0-rc.4_2024-02-07/passwod-policies-renaming.md diff --git a/changelog/unreleased/postprocessing-bulk-restart.md b/changelog/5.0.0-rc.4_2024-02-07/postprocessing-bulk-restart.md similarity index 100% rename from changelog/unreleased/postprocessing-bulk-restart.md rename to changelog/5.0.0-rc.4_2024-02-07/postprocessing-bulk-restart.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/preferred-language.md b/changelog/5.0.0-rc.4_2024-02-07/preferred-language.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/preferred-language.md rename to changelog/5.0.0-rc.4_2024-02-07/preferred-language.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/proxy-use-service-account.md b/changelog/5.0.0-rc.4_2024-02-07/proxy-use-service-account.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/proxy-use-service-account.md rename to changelog/5.0.0-rc.4_2024-02-07/proxy-use-service-account.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/readable-share-enforce-password.md b/changelog/5.0.0-rc.4_2024-02-07/readable-share-enforce-password.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/readable-share-enforce-password.md rename to changelog/5.0.0-rc.4_2024-02-07/readable-share-enforce-password.md diff --git a/changelog/unreleased/remove-deprecated-vars.md b/changelog/5.0.0-rc.4_2024-02-07/remove-deprecated-vars.md similarity index 100% rename from changelog/unreleased/remove-deprecated-vars.md rename to changelog/5.0.0-rc.4_2024-02-07/remove-deprecated-vars.md diff --git a/changelog/unreleased/remove-useless-vars.md b/changelog/5.0.0-rc.4_2024-02-07/remove-useless-vars.md similarity index 100% rename from changelog/unreleased/remove-useless-vars.md rename to changelog/5.0.0-rc.4_2024-02-07/remove-useless-vars.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/retry-postprocessing-steps.md b/changelog/5.0.0-rc.4_2024-02-07/retry-postprocessing-steps.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/retry-postprocessing-steps.md rename to changelog/5.0.0-rc.4_2024-02-07/retry-postprocessing-steps.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/service-account-roles.md b/changelog/5.0.0-rc.4_2024-02-07/service-account-roles.md similarity index 82% rename from changelog/5.0.0-rc.1_2023-12-27/service-account-roles.md rename to changelog/5.0.0-rc.4_2024-02-07/service-account-roles.md index 712e250ae6..e5c1136d37 100644 --- a/changelog/5.0.0-rc.1_2023-12-27/service-account-roles.md +++ b/changelog/5.0.0-rc.4_2024-02-07/service-account-roles.md @@ -4,3 +4,4 @@ Use a hidden role for service accounts. It will not appear in ListRoles calls bu by settings service https://github.com/owncloud/ocis/pull/8051 +https://github.com/owncloud/ocis/pull/8074 diff --git a/changelog/5.0.0-rc.1_2023-12-27/service-accounts.md b/changelog/5.0.0-rc.4_2024-02-07/service-accounts.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/service-accounts.md rename to changelog/5.0.0-rc.4_2024-02-07/service-accounts.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/set-mountpoint-on-autoaccept.md b/changelog/5.0.0-rc.4_2024-02-07/set-mountpoint-on-autoaccept.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/set-mountpoint-on-autoaccept.md rename to changelog/5.0.0-rc.4_2024-02-07/set-mountpoint-on-autoaccept.md diff --git a/changelog/unreleased/sharing-ng-empty-owner.md b/changelog/5.0.0-rc.4_2024-02-07/sharing-ng-empty-owner.md similarity index 100% rename from changelog/unreleased/sharing-ng-empty-owner.md rename to changelog/5.0.0-rc.4_2024-02-07/sharing-ng-empty-owner.md diff --git a/changelog/unreleased/sharing-ng-roleconditions.md b/changelog/5.0.0-rc.4_2024-02-07/sharing-ng-roleconditions.md similarity index 100% rename from changelog/unreleased/sharing-ng-roleconditions.md rename to changelog/5.0.0-rc.4_2024-02-07/sharing-ng-roleconditions.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/sse-non-durable-streams.md b/changelog/5.0.0-rc.4_2024-02-07/sse-non-durable-streams.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/sse-non-durable-streams.md rename to changelog/5.0.0-rc.4_2024-02-07/sse-non-durable-streams.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/sse-scalability.md b/changelog/5.0.0-rc.4_2024-02-07/sse-scalability.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/sse-scalability.md rename to changelog/5.0.0-rc.4_2024-02-07/sse-scalability.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/storage-registry-envvar-config.md b/changelog/5.0.0-rc.4_2024-02-07/storage-registry-envvar-config.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/storage-registry-envvar-config.md rename to changelog/5.0.0-rc.4_2024-02-07/storage-registry-envvar-config.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/thumbnail-processors.md b/changelog/5.0.0-rc.4_2024-02-07/thumbnail-processors.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/thumbnail-processors.md rename to changelog/5.0.0-rc.4_2024-02-07/thumbnail-processors.md diff --git a/changelog/5.0.0-rc.1_2023-12-27/update-web-8.0.0.md b/changelog/5.0.0-rc.4_2024-02-07/update-web-8.0.0.md similarity index 99% rename from changelog/5.0.0-rc.1_2023-12-27/update-web-8.0.0.md rename to changelog/5.0.0-rc.4_2024-02-07/update-web-8.0.0.md index a960dcee65..a81b7e7371 100644 --- a/changelog/5.0.0-rc.1_2023-12-27/update-web-8.0.0.md +++ b/changelog/5.0.0-rc.4_2024-02-07/update-web-8.0.0.md @@ -140,6 +140,8 @@ https://github.com/owncloud/ocis/pull/8342 https://github.com/owncloud/web/releases/tag/v8.0.0-rc.3 https://github.com/owncloud/ocis/pull/8154 https://github.com/owncloud/web/releases/tag/v8.0.0-rc.2 +https://github.com/owncloud/ocis/pull/8154 +https://github.com/owncloud/web/releases/tag/v8.0.0-rc.2 https://github.com/owncloud/ocis/pull/8055 https://github.com/owncloud/web/releases/tag/v8.0.0-rc.1 https://github.com/owncloud/ocis/pull/7930 diff --git a/changelog/5.0.0-rc.1_2023-12-27/web-embed-mode-config.md b/changelog/5.0.0-rc.4_2024-02-07/web-embed-mode-config.md similarity index 100% rename from changelog/5.0.0-rc.1_2023-12-27/web-embed-mode-config.md rename to changelog/5.0.0-rc.4_2024-02-07/web-embed-mode-config.md diff --git a/changelog/unreleased/bump-reva.md b/changelog/unreleased/bump-reva.md deleted file mode 100644 index 1160d3471b..0000000000 --- a/changelog/unreleased/bump-reva.md +++ /dev/null @@ -1,8 +0,0 @@ -Enhancement: Update reva to latest edge version - -We update reva to the latest edge version to get the latest fixes and features. - -https://github.com/owncloud/ocis/pull/8287 -https://github.com/owncloud/ocis/pull/8278 -https://github.com/owncloud/ocis/pull/8264 -https://github.com/owncloud/ocis/pull/8100 diff --git a/changelog/unreleased/service-account-roles.md b/changelog/unreleased/service-account-roles.md deleted file mode 100644 index 6811a6065e..0000000000 --- a/changelog/unreleased/service-account-roles.md +++ /dev/null @@ -1,5 +0,0 @@ -Bugfix: Fix Service Account Roles on external IDP - -Service Account Roles wouldn't work when using with external IDP - -https://github.com/owncloud/ocis/pull/8074 diff --git a/tests/acceptance/features/apiGraphUserGroup/getUser.feature b/tests/acceptance/features/apiGraphUserGroup/getUser.feature index dced646708..1556cc3893 100644 --- a/tests/acceptance/features/apiGraphUserGroup/getUser.feature +++ b/tests/acceptance/features/apiGraphUserGroup/getUser.feature @@ -1450,7 +1450,7 @@ Feature: get users Then the HTTP status code should be "200" And the JSON data of the response should match """ - { + { "type": "object", "required": [ "value" @@ -1487,14 +1487,14 @@ Feature: get users } """ - + Scenario: non-admin user searches for a disabled users Given the user "Admin" has disabled user "Alice" When user "Brian" searches for user "alice" using Graph API Then the HTTP status code should be "200" And the JSON data of the response should match """ - { + { "type": "object", "required": [ "value" @@ -1531,7 +1531,7 @@ Feature: get users } """ - + Scenario: non-admin user searches for multiple users having same displayname Given the user "Admin" has created a new user with the following attributes: | userName | another-alice | @@ -1543,7 +1543,7 @@ Feature: get users Then the HTTP status code should be "200" And the JSON data of the response should match """ - { + { "type": "object", "required": [ "value"