diff --git a/CHANGELOG.md b/CHANGELOG.md index e7b2394c9a..4757eb8f6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,69 @@ +Changelog for reva 2.27.1 (2025-01-09) +======================================= + +The following sections list the changes in reva 2.27.1 relevant to +reva users. The changes are ordered by importance. + +Summary +------- + +* Fix #5033: Fix ocm wildcards +* Fix #5031: Allow to accepted invite after it was once deleted +* Fix #5026: Delete Blobs when Space is deleted +* Enh #5025: Allow wildcards in OCM domains +* Enh #5023: Notification feature toggle +* Enh #4990: Allow locking via ocm +* Enh #5032: Add SendEmailsEvent + +Details +------- + +* Bugfix #5033: Fix ocm wildcards + + Ocm wildcards were not working properly. We now overwrite the wildcard values with the actual + domain. + + https://github.com/cs3org/reva/pull/5033 + +* Bugfix #5031: Allow to accepted invite after it was once deleted + + Allowed to accepted invite even after it was once deleted on the invite receiver or invite + creation side. + + https://github.com/owncloud/ocis/issues/10813 + https://github.com/cs3org/reva/pull/5031 + +* Bugfix #5026: Delete Blobs when Space is deleted + + Delete all blobs of a space when the space is deleted. + + https://github.com/cs3org/reva/pull/5026 + +* Enhancement #5025: Allow wildcards in OCM domains + + When verifiying domains, allow wildcards in the domain name. This will not work when using + `verify-request-hostname` + + https://github.com/cs3org/reva/pull/5025 + +* Enhancement #5023: Notification feature toggle + + Adds a feature toggle for the notification settings. + + https://github.com/cs3org/reva/pull/5023 + +* Enhancement #4990: Allow locking via ocm + + Implement locking endpoints so files can be locked and unlocked via ocm. + + https://github.com/cs3org/reva/pull/4990 + +* Enhancement #5032: Add SendEmailsEvent + + Adds SendEmailsEvent that is used to trigger the sending of group emails. + + https://github.com/cs3org/reva/pull/5032 + Changelog for reva 2.27.0 (2024-12-12) ======================================= @@ -10,8 +76,8 @@ Summary * Fix #4985: Drop unneeded session locks * Fix #5000: Fix ceph build * Fix #4989: Deleting OCM share also updates storageprovider +* Fix #4996: Get rid of some cases of unstructured logging * Enh #4998: Emit event when an ocm share is received -* Enh #4996: Get rid of some cases of unstructured logging Details ------- @@ -34,15 +100,15 @@ Details https://github.com/owncloud/ocis/issues/10262 https://github.com/cs3org/reva/pull/4989 +* Bugfix #4996: Get rid of some cases of unstructured logging + + https://github.com/cs3org/reva/pull/4996 + * Enhancement #4998: Emit event when an ocm share is received https://github.com/owncloud/ocis/issues/10718 https://github.com/cs3org/reva/pull/4998 -* Enhancement #4996: Get rid of some cases of unstructured logging - - https://github.com/cs3org/reva/pull/4996 - Changelog for reva 2.26.8 (2024-12-04) ======================================= @@ -5819,27 +5885,6 @@ Details https://github.com/cs3org/reva/pull/2922 -Changelog for reva 2.4.1 (2022-05-24) -======================================= - -The following sections list the changes in reva 2.4.1 relevant to -reva users. The changes are ordered by importance. - -Summary -------- - -* Fix #2891: Add missing http status code - -Details -------- - -* Bugfix #2891: Add missing http status code - - This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to - pass it through. - - https://github.com/cs3org/reva/pull/2891 - Changelog for reva 2.4.0 (2022-05-24) ======================================= @@ -5983,6 +6028,27 @@ Details https://github.com/cs3org/reva/pull/2792 +Changelog for reva 2.4.1 (2022-05-24) +======================================= + +The following sections list the changes in reva 2.4.1 relevant to +reva users. The changes are ordered by importance. + +Summary +------- + +* Fix #2891: Add missing http status code + +Details +------- + +* Bugfix #2891: Add missing http status code + + This Fix adds a missing status code to the InsufficientStorage error in reva, to allow tus to + pass it through. + + https://github.com/cs3org/reva/pull/2891 + Changelog for reva 2.3.1 (2022-05-08) ======================================= diff --git a/RELEASE_DATE b/RELEASE_DATE index a2b3430734..511b357e00 100644 --- a/RELEASE_DATE +++ b/RELEASE_DATE @@ -1 +1 @@ -2024-12-12 \ No newline at end of file +2025-01-09 \ No newline at end of file diff --git a/VERSION b/VERSION index 295b40e7f7..c0893309ad 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.27.0 \ No newline at end of file +2.27.1 \ No newline at end of file diff --git a/changelog/unreleased/allow-wildcard-ocm.md b/changelog/2.27.1_2025-01-09/allow-wildcard-ocm.md similarity index 100% rename from changelog/unreleased/allow-wildcard-ocm.md rename to changelog/2.27.1_2025-01-09/allow-wildcard-ocm.md diff --git a/changelog/unreleased/fix-wildcards.md b/changelog/2.27.1_2025-01-09/fix-wildcards.md similarity index 100% rename from changelog/unreleased/fix-wildcards.md rename to changelog/2.27.1_2025-01-09/fix-wildcards.md diff --git a/changelog/unreleased/notification-feature-toggle.md b/changelog/2.27.1_2025-01-09/notification-feature-toggle.md similarity index 100% rename from changelog/unreleased/notification-feature-toggle.md rename to changelog/2.27.1_2025-01-09/notification-feature-toggle.md diff --git a/changelog/unreleased/ocm-accept-invite.md b/changelog/2.27.1_2025-01-09/ocm-accept-invite.md similarity index 100% rename from changelog/unreleased/ocm-accept-invite.md rename to changelog/2.27.1_2025-01-09/ocm-accept-invite.md diff --git a/changelog/unreleased/ocm-locking.md b/changelog/2.27.1_2025-01-09/ocm-locking.md similarity index 100% rename from changelog/unreleased/ocm-locking.md rename to changelog/2.27.1_2025-01-09/ocm-locking.md diff --git a/changelog/unreleased/proper-space-delete.md b/changelog/2.27.1_2025-01-09/proper-space-delete.md similarity index 100% rename from changelog/unreleased/proper-space-delete.md rename to changelog/2.27.1_2025-01-09/proper-space-delete.md diff --git a/changelog/unreleased/send-emails-event.md b/changelog/2.27.1_2025-01-09/send-emails-event.md similarity index 100% rename from changelog/unreleased/send-emails-event.md rename to changelog/2.27.1_2025-01-09/send-emails-event.md diff --git a/changelog/NOTE.md b/changelog/NOTE.md index 5b404dc817..27fc082e67 100644 --- a/changelog/NOTE.md +++ b/changelog/NOTE.md @@ -1,45 +1,66 @@ -Changelog for reva 2.27.0 (2024-12-12) +Changelog for reva 2.27.1 (2025-01-09) ======================================= -The following sections list the changes in reva 2.27.0 relevant to +The following sections list the changes in reva 2.27.1 relevant to reva users. The changes are ordered by importance. Summary ------- -* Fix #4985: Drop unneeded session locks -* Fix #5000: Fix ceph build -* Fix #4989: Deleting OCM share also updates storageprovider -* Enh #4998: Emit event when an ocm share is received -* Enh #4996: Get rid of some cases of unstructured logging +* Fix #5033: Fix ocm wildcards +* Fix #5031: Allow to accepted invite after it was once deleted +* Fix #5026: Delete Blobs when Space is deleted +* Enh #5025: Allow wildcards in OCM domains +* Enh #5023: Notification feature toggle +* Enh #4990: Allow locking via ocm +* Enh #5032: Add SendEmailsEvent Details ------- -* Bugfix #4985: Drop unneeded session locks +* Bugfix #5033: Fix ocm wildcards - We no longer lock session metadada files, as they are already written atomically. + Ocm wildcards were not working properly. We now overwrite the wildcard values with the actual + domain. - https://github.com/cs3org/reva/pull/4985 + https://github.com/cs3org/reva/pull/5033 -* Bugfix #5000: Fix ceph build +* Bugfix #5031: Allow to accepted invite after it was once deleted - https://github.com/cs3org/reva/pull/5000 + Allowed to accepted invite even after it was once deleted on the invite receiver or invite + creation side. -* Bugfix #4989: Deleting OCM share also updates storageprovider + https://github.com/owncloud/ocis/issues/10813 + https://github.com/cs3org/reva/pull/5031 - When remvoving an OCM share we're now also removing the related grant from the storage - provider. +* Bugfix #5026: Delete Blobs when Space is deleted - https://github.com/owncloud/ocis/issues/10262 - https://github.com/cs3org/reva/pull/4989 + Delete all blobs of a space when the space is deleted. -* Enhancement #4998: Emit event when an ocm share is received + https://github.com/cs3org/reva/pull/5026 - https://github.com/owncloud/ocis/issues/10718 - https://github.com/cs3org/reva/pull/4998 +* Enhancement #5025: Allow wildcards in OCM domains -* Enhancement #4996: Get rid of some cases of unstructured logging + When verifiying domains, allow wildcards in the domain name. This will not work when using + `verify-request-hostname` - https://github.com/cs3org/reva/pull/4996 + https://github.com/cs3org/reva/pull/5025 + +* Enhancement #5023: Notification feature toggle + + Adds a feature toggle for the notification settings. + + https://github.com/cs3org/reva/pull/5023 + +* Enhancement #4990: Allow locking via ocm + + Implement locking endpoints so files can be locked and unlocked via ocm. + + https://github.com/cs3org/reva/pull/4990 + +* Enhancement #5032: Add SendEmailsEvent + + Adds SendEmailsEvent that is used to trigger the sending of group emails. + + https://github.com/cs3org/reva/pull/5032 diff --git a/docs/content/en/docs/changelog/2.27.1/_index.md b/docs/content/en/docs/changelog/2.27.1/_index.md new file mode 100644 index 0000000000..436095b51b --- /dev/null +++ b/docs/content/en/docs/changelog/2.27.1/_index.md @@ -0,0 +1,75 @@ + +--- +title: "v2.27.1" +linkTitle: "v2.27.1" +weight: 40 +description: > + Changelog for Reva v2.27.1 (2025-01-09) +--- + +Changelog for reva 2.27.1 (2025-01-09) +======================================= + +The following sections list the changes in reva 2.27.1 relevant to +reva users. The changes are ordered by importance. + +Summary +------- + +* Fix #5033: Fix ocm wildcards +* Fix #5031: Allow to accepted invite after it was once deleted +* Fix #5026: Delete Blobs when Space is deleted +* Enh #5025: Allow wildcards in OCM domains +* Enh #5023: Notification feature toggle +* Enh #4990: Allow locking via ocm +* Enh #5032: Add SendEmailsEvent + +Details +------- + +* Bugfix #5033: Fix ocm wildcards + + Ocm wildcards were not working properly. We now overwrite the wildcard values with the actual + domain. + + https://github.com/cs3org/reva/pull/5033 + +* Bugfix #5031: Allow to accepted invite after it was once deleted + + Allowed to accepted invite even after it was once deleted on the invite receiver or invite + creation side. + + https://github.com/owncloud/ocis/issues/10813 + https://github.com/cs3org/reva/pull/5031 + +* Bugfix #5026: Delete Blobs when Space is deleted + + Delete all blobs of a space when the space is deleted. + + https://github.com/cs3org/reva/pull/5026 + +* Enhancement #5025: Allow wildcards in OCM domains + + When verifiying domains, allow wildcards in the domain name. This will not work when using + `verify-request-hostname` + + https://github.com/cs3org/reva/pull/5025 + +* Enhancement #5023: Notification feature toggle + + Adds a feature toggle for the notification settings. + + https://github.com/cs3org/reva/pull/5023 + +* Enhancement #4990: Allow locking via ocm + + Implement locking endpoints so files can be locked and unlocked via ocm. + + https://github.com/cs3org/reva/pull/4990 + +* Enhancement #5032: Add SendEmailsEvent + + Adds SendEmailsEvent that is used to trigger the sending of group emails. + + https://github.com/cs3org/reva/pull/5032 +