Skip to content

v2.27.1

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 18:46
· 690 commits to master since this release
v2.27.1
d59fea7

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.

#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.

owncloud/ocis#10813
#5031

  • Bugfix #5026: Delete Blobs when Space is deleted

Delete all blobs of a space when the space is deleted.

#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

#5025

  • Enhancement #5023: Notification feature toggle

Adds a feature toggle for the notification settings.

#5023

  • Enhancement #4990: Allow locking via ocm

Implement locking endpoints so files can be locked and unlocked via ocm.

#4990

  • Enhancement #5032: Add SendEmailsEvent

Adds SendEmailsEvent that is used to trigger the sending of group emails.

#5032