|
1 | 1 | # Table of Contents |
2 | 2 |
|
3 | 3 | * [Changelog for unreleased](#changelog-for-unreleased-unreleased) |
| 4 | +* [Changelog for 7.0.0-rc.4](#changelog-for-700-rc4-2024-12-09) |
4 | 5 | * [Changelog for 7.0.0-rc.3](#changelog-for-700-rc3-2024-11-21) |
5 | 6 | * [Changelog for 5.0.9](#changelog-for-509-2024-11-14) |
6 | 7 | * [Changelog for 7.0.0-rc.2](#changelog-for-700-rc2-2024-11-12) |
|
59 | 60 |
|
60 | 61 | The following sections list the changes for unreleased. |
61 | 62 |
|
62 | | -[unreleased]: https://github.com/owncloud/ocis/compare/v7.0.0-rc.3...master |
| 63 | +[unreleased]: https://github.com/owncloud/ocis/compare/v7.0.0-rc.4...master |
| 64 | + |
| 65 | +## Summary |
| 66 | + |
| 67 | +* Bugfix - Fix graph drives response for federated shares: [#10730](https://github.com/owncloud/ocis/pull/10730) |
| 68 | + |
| 69 | +## Details |
| 70 | + |
| 71 | +* Bugfix - Fix graph drives response for federated shares: [#10730](https://github.com/owncloud/ocis/pull/10730) |
| 72 | + |
| 73 | + Federated shares where erroneously showing up in the /me/drives response on the |
| 74 | + graph API. |
| 75 | + |
| 76 | + https://github.com/owncloud/ocis/issues/10689 |
| 77 | + https://github.com/owncloud/ocis/pull/10730 |
| 78 | + |
| 79 | +# Changelog for [7.0.0-rc.4] (2024-12-09) |
| 80 | + |
| 81 | +The following sections list the changes for 7.0.0-rc.4. |
| 82 | + |
| 83 | +[7.0.0-rc.4]: https://github.com/owncloud/ocis/compare/v7.0.0-rc.3...v7.0.0-rc.4 |
63 | 84 |
|
64 | 85 | ## Summary |
65 | 86 |
|
66 | 87 | * Bugfix - Fix deny access for graph roles: [#10627](https://github.com/owncloud/ocis/pull/10627) |
67 | 88 | * Bugfix - Fix possible race condition when a thumbnails is stored in the FS: [#10693](https://github.com/owncloud/ocis/pull/10693) |
68 | 89 | * Bugfix - Skip fetching members: [#10701](https://github.com/owncloud/ocis/pull/10701) |
69 | 90 | * Bugfix - Fix FileInfo BreadcrumbFolderURL: [#10718](https://github.com/owncloud/ocis/pull/10718) |
70 | | -* Bugfix - Fix graph drives response for federated shares: [#10730](https://github.com/owncloud/ocis/pull/10730) |
71 | 91 | * Bugfix - Bump Reva: [#10735](https://github.com/owncloud/ocis/pull/10735) |
72 | 92 | * Enhancement - Fetch shared resource metadata concurrently in graph: [#10683](https://github.com/owncloud/ocis/pull/10683) |
73 | 93 |
|
@@ -103,14 +123,6 @@ The following sections list the changes for unreleased. |
103 | 123 |
|
104 | 124 | https://github.com/owncloud/ocis/pull/10718 |
105 | 125 |
|
106 | | -* Bugfix - Fix graph drives response for federated shares: [#10730](https://github.com/owncloud/ocis/pull/10730) |
107 | | - |
108 | | - Federated shares where erroneously showing up in the /me/drives response on the |
109 | | - graph API. |
110 | | - |
111 | | - https://github.com/owncloud/ocis/issues/10689 |
112 | | - https://github.com/owncloud/ocis/pull/10730 |
113 | | - |
114 | 126 | * Bugfix - Bump Reva: [#10735](https://github.com/owncloud/ocis/pull/10735) |
115 | 127 |
|
116 | 128 | Bumps reva version to 2.26.8 |
|
0 commit comments