diff --git a/changelog/7.1.3-2023-12-15/bugfix-audio-video-loading-shared-with-me b/changelog/7.1.3_2023-12-15/bugfix-audio-video-loading-shared-with-me similarity index 100% rename from changelog/7.1.3-2023-12-15/bugfix-audio-video-loading-shared-with-me rename to changelog/7.1.3_2023-12-15/bugfix-audio-video-loading-shared-with-me diff --git a/changelog/7.1.3-2023-12-15/bugfix-created-file-missing-file-extension b/changelog/7.1.3_2023-12-15/bugfix-created-file-missing-file-extension similarity index 100% rename from changelog/7.1.3-2023-12-15/bugfix-created-file-missing-file-extension rename to changelog/7.1.3_2023-12-15/bugfix-created-file-missing-file-extension diff --git a/changelog/7.1.3-2023-12-15/bugfix-internal-public-link-resolving b/changelog/7.1.3_2023-12-15/bugfix-internal-public-link-resolving similarity index 100% rename from changelog/7.1.3-2023-12-15/bugfix-internal-public-link-resolving rename to changelog/7.1.3_2023-12-15/bugfix-internal-public-link-resolving diff --git a/changelog/7.1.3-2023-12-15/bugfix-pdf-loading-safari b/changelog/7.1.3_2023-12-15/bugfix-pdf-loading-safari similarity index 100% rename from changelog/7.1.3-2023-12-15/bugfix-pdf-loading-safari rename to changelog/7.1.3_2023-12-15/bugfix-pdf-loading-safari diff --git a/changelog/7.1.3-2023-12-15/bugfix-set-or-remove-expiration-date-on-group-share-not-possible b/changelog/7.1.3_2023-12-15/bugfix-set-or-remove-expiration-date-on-group-share-not-possible similarity index 100% rename from changelog/7.1.3-2023-12-15/bugfix-set-or-remove-expiration-date-on-group-share-not-possible rename to changelog/7.1.3_2023-12-15/bugfix-set-or-remove-expiration-date-on-group-share-not-possible diff --git a/changelog/7.1.3-2023-12-15/bugfix-tiles-view-accessibility b/changelog/7.1.3_2023-12-15/bugfix-tiles-view-accessibility similarity index 100% rename from changelog/7.1.3-2023-12-15/bugfix-tiles-view-accessibility rename to changelog/7.1.3_2023-12-15/bugfix-tiles-view-accessibility diff --git a/changelog/unreleased/bugfix-wrong-share-permissions b/changelog/unreleased/bugfix-wrong-share-permissions new file mode 100644 index 00000000000..c3c39a2e769 --- /dev/null +++ b/changelog/unreleased/bugfix-wrong-share-permissions @@ -0,0 +1,5 @@ +Bugfix: Wrong share permissions when resharing off + +We've fixed a bug where a share with custom permissions always sent the resharing bit although resharing was disabled. + +https://github.com/owncloud/web/pull/10489 diff --git a/package.json b/package.json index 98b85a4bcdb..17846fb6964 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "8.0.0-rc.3", + "version": "8.0.0-rc.4", "private": true, "homepage": "https://github.com/owncloud/web", "license": "AGPL-3.0", diff --git a/sonar-project.properties b/sonar-project.properties index 25d1d7ad526..3bddeb90375 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=owncloud_web sonar.organization=owncloud-1 sonar.projectName=Web -sonar.projectVersion=8.0.0-rc.3 +sonar.projectVersion=8.0.0-rc.4 sonar.host.url=https://sonarcloud.io # =====================================================