|
35 | 35 | * [Changelog for 3.0.0](#changelog-for-300-2023-06-06)
|
36 | 36 | * [Changelog for 2.0.0](#changelog-for-200-2022-11-30)
|
37 | 37 | * [Changelog for 1.20.0](#changelog-for-1200-2022-04-13)
|
38 |
| -* [Changelog for 1.19.0](#changelog-for-1190-2022-03-29) |
39 | 38 | * [Changelog for 1.19.1](#changelog-for-1191-2022-03-29)
|
| 39 | +* [Changelog for 1.19.0](#changelog-for-1190-2022-03-29) |
40 | 40 | * [Changelog for 1.18.0](#changelog-for-1180-2022-03-03)
|
41 | 41 | * [Changelog for 1.17.0](#changelog-for-1170-2022-02-16)
|
42 | 42 | * [Changelog for 1.16.0](#changelog-for-1160-2021-12-10)
|
@@ -73,6 +73,7 @@ The following sections list the changes for unreleased.
|
73 | 73 | * Enhancement - Add the ocm notification handler: [#11005](https://github.com/owncloud/ocis/pull/11005)
|
74 | 74 | * Enhancement - Add logging when a users space gets deleted: [#11037](https://github.com/owncloud/ocis/pull/11037)
|
75 | 75 | * Enhancement - Add the ocm notification ShareChangePermission: [#11041](https://github.com/owncloud/ocis/pull/11041)
|
| 76 | +* Enhancement - Bump reva version: [#11051](https://github.com/owncloud/ocis/pull/11051) |
76 | 77 |
|
77 | 78 | ## Details
|
78 | 79 |
|
@@ -135,6 +136,12 @@ The following sections list the changes for unreleased.
|
135 | 136 |
|
136 | 137 | https://github.com/owncloud/ocis/pull/11041
|
137 | 138 |
|
| 139 | +* Enhancement - Bump reva version: [#11051](https://github.com/owncloud/ocis/pull/11051) |
| 140 | + |
| 141 | + Bumps reva version to fixed 2.27.5 |
| 142 | + |
| 143 | + https://github.com/owncloud/ocis/pull/11051 |
| 144 | + |
138 | 145 | # Changelog for [7.1.0-rc.4] (2025-02-04)
|
139 | 146 |
|
140 | 147 | The following sections list the changes for 7.1.0-rc.4.
|
@@ -11170,7 +11177,7 @@ The following sections list the changes for 2.0.0.
|
11170 | 11177 |
|
11171 | 11178 | The following sections list the changes for 1.20.0.
|
11172 | 11179 |
|
11173 |
| -[1.20.0]: https://github.com/owncloud/ocis/compare/v1.19.0...v1.20.0 |
| 11180 | +[1.20.0]: https://github.com/owncloud/ocis/compare/v1.19.1...v1.20.0 |
11174 | 11181 |
|
11175 | 11182 | ## Summary
|
11176 | 11183 |
|
@@ -11344,11 +11351,29 @@ The following sections list the changes for 1.20.0.
|
11344 | 11351 | https://github.com/owncloud/ocis/pull/3509
|
11345 | 11352 | https://github.com/owncloud/web/releases/tag/v5.4.0
|
11346 | 11353 |
|
| 11354 | +# Changelog for [1.19.1] (2022-03-29) |
| 11355 | + |
| 11356 | +The following sections list the changes for 1.19.1. |
| 11357 | + |
| 11358 | +[1.19.1]: https://github.com/owncloud/ocis/compare/v1.19.0...v1.19.1 |
| 11359 | + |
| 11360 | +## Summary |
| 11361 | + |
| 11362 | +* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419) |
| 11363 | + |
| 11364 | +## Details |
| 11365 | + |
| 11366 | +* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419) |
| 11367 | + |
| 11368 | + URLs for Special items (space image, readme) were broken. |
| 11369 | + |
| 11370 | + https://github.com/owncloud/ocis/pull/3419 |
| 11371 | + |
11347 | 11372 | # Changelog for [1.19.0] (2022-03-29)
|
11348 | 11373 |
|
11349 | 11374 | The following sections list the changes for 1.19.0.
|
11350 | 11375 |
|
11351 |
| -[1.19.0]: https://github.com/owncloud/ocis/compare/v1.19.1...v1.19.0 |
| 11376 | +[1.19.0]: https://github.com/owncloud/ocis/compare/v1.18.0...v1.19.0 |
11352 | 11377 |
|
11353 | 11378 | ## Summary
|
11354 | 11379 |
|
@@ -11522,24 +11547,6 @@ The following sections list the changes for 1.19.0.
|
11522 | 11547 | https://github.com/owncloud/ocis/pull/3375
|
11523 | 11548 | https://github.com/owncloud/web/releases/tag/v5.3.0
|
11524 | 11549 |
|
11525 |
| -# Changelog for [1.19.1] (2022-03-29) |
11526 |
| - |
11527 |
| -The following sections list the changes for 1.19.1. |
11528 |
| - |
11529 |
| -[1.19.1]: https://github.com/owncloud/ocis/compare/v1.18.0...v1.19.1 |
11530 |
| - |
11531 |
| -## Summary |
11532 |
| - |
11533 |
| -* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419) |
11534 |
| - |
11535 |
| -## Details |
11536 |
| - |
11537 |
| -* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419) |
11538 |
| - |
11539 |
| - URLs for Special items (space image, readme) were broken. |
11540 |
| - |
11541 |
| - https://github.com/owncloud/ocis/pull/3419 |
11542 |
| - |
11543 | 11550 | # Changelog for [1.18.0] (2022-03-03)
|
11544 | 11551 |
|
11545 | 11552 | The following sections list the changes for 1.18.0.
|
|
0 commit comments