|
1 | | -Changelog for reva 2.27.1 (2025-01-09) |
| 1 | +Changelog for reva 2.27.2 (2025-01-17) |
2 | 2 | ======================================= |
3 | 3 |
|
4 | | -The following sections list the changes in reva 2.27.1 relevant to |
| 4 | +The following sections list the changes in reva 2.27.2 relevant to |
5 | 5 | reva users. The changes are ordered by importance. |
6 | 6 |
|
7 | 7 | Summary |
8 | 8 | ------- |
9 | 9 |
|
10 | | -* Fix #5033: Fix ocm wildcards |
11 | | -* Fix #5031: Allow to accepted invite after it was once deleted |
12 | | -* Fix #5026: Delete Blobs when Space is deleted |
13 | | -* Enh #5025: Allow wildcards in OCM domains |
14 | | -* Enh #5023: Notification feature toggle |
15 | | -* Enh #4990: Allow locking via ocm |
16 | | -* Enh #5032: Add SendEmailsEvent |
| 10 | +* Fix #5043: Fix SpaceMembershipExpired unmarshal |
17 | 11 |
|
18 | 12 | Details |
19 | 13 | ------- |
20 | 14 |
|
21 | | -* Bugfix #5033: Fix ocm wildcards |
| 15 | +* Bugfix #5043: Fix SpaceMembershipExpired unmarshal |
22 | 16 |
|
23 | | - Ocm wildcards were not working properly. We now overwrite the wildcard values with the actual |
24 | | - domain. |
| 17 | + SpaceMembershipExpired events can now be unmarshalled correctly |
25 | 18 |
|
26 | | - https://github.com/cs3org/reva/pull/5033 |
27 | | - |
28 | | -* Bugfix #5031: Allow to accepted invite after it was once deleted |
29 | | - |
30 | | - Allowed to accepted invite even after it was once deleted on the invite receiver or invite |
31 | | - creation side. |
32 | | - |
33 | | - https://github.com/owncloud/ocis/issues/10813 |
34 | | - https://github.com/cs3org/reva/pull/5031 |
35 | | - |
36 | | -* Bugfix #5026: Delete Blobs when Space is deleted |
37 | | - |
38 | | - Delete all blobs of a space when the space is deleted. |
39 | | - |
40 | | - https://github.com/cs3org/reva/pull/5026 |
41 | | - |
42 | | -* Enhancement #5025: Allow wildcards in OCM domains |
43 | | - |
44 | | - When verifiying domains, allow wildcards in the domain name. This will not work when using |
45 | | - `verify-request-hostname` |
46 | | - |
47 | | - https://github.com/cs3org/reva/pull/5025 |
48 | | - |
49 | | -* Enhancement #5023: Notification feature toggle |
50 | | - |
51 | | - Adds a feature toggle for the notification settings. |
52 | | - |
53 | | - https://github.com/cs3org/reva/pull/5023 |
54 | | - |
55 | | -* Enhancement #4990: Allow locking via ocm |
56 | | - |
57 | | - Implement locking endpoints so files can be locked and unlocked via ocm. |
58 | | - |
59 | | - https://github.com/cs3org/reva/pull/4990 |
60 | | - |
61 | | -* Enhancement #5032: Add SendEmailsEvent |
62 | | - |
63 | | - Adds SendEmailsEvent that is used to trigger the sending of group emails. |
64 | | - |
65 | | - https://github.com/cs3org/reva/pull/5032 |
| 19 | + https://github.com/cs3org/reva/pull/5043 |
66 | 20 |
|
0 commit comments