|
31 | 31 | * [Changelog for 3.0.0](#changelog-for-300-2023-06-06)
|
32 | 32 | * [Changelog for 2.0.0](#changelog-for-200-2022-11-30)
|
33 | 33 | * [Changelog for 1.20.0](#changelog-for-1200-2022-04-13)
|
34 |
| -* [Changelog for 1.19.0](#changelog-for-1190-2022-03-29) |
35 | 34 | * [Changelog for 1.19.1](#changelog-for-1191-2022-03-29)
|
| 35 | +* [Changelog for 1.19.0](#changelog-for-1190-2022-03-29) |
36 | 36 | * [Changelog for 1.18.0](#changelog-for-1180-2022-03-03)
|
37 | 37 | * [Changelog for 1.17.0](#changelog-for-1170-2022-02-16)
|
38 | 38 | * [Changelog for 1.16.0](#changelog-for-1160-2021-12-10)
|
@@ -70,6 +70,7 @@ The following sections list the changes for unreleased.
|
70 | 70 | * Enhancement - Translate Notification Settings: [#10812](https://github.com/owncloud/ocis/pull/10812)
|
71 | 71 | * Enhancement - Bump Reva: [#10830](https://github.com/owncloud/ocis/pull/10830)
|
72 | 72 | * Enhancement - Part IV: Grouping of mail notifications: [#10838](https://github.com/owncloud/ocis/pull/10838)
|
| 73 | +* Enhancement - Update web to v11.1.0: [#10853](https://github.com/owncloud/ocis/pull/10853) |
73 | 74 |
|
74 | 75 | ## Details
|
75 | 76 |
|
@@ -137,6 +138,36 @@ The following sections list the changes for unreleased.
|
137 | 138 | https://github.com/owncloud/ocis/issues/10793
|
138 | 139 | https://github.com/owncloud/ocis/pull/10838
|
139 | 140 |
|
| 141 | +* Enhancement - Update web to v11.1.0: [#10853](https://github.com/owncloud/ocis/pull/10853) |
| 142 | + |
| 143 | + - Bugfix [owncloud/web#12040](https://github.com/owncloud/web/pull/12040): |
| 144 | + Preview app files visibility: #12040 - Bugfix |
| 145 | + [owncloud/web#12044](https://github.com/owncloud/web/pull/12044): Disable paste |
| 146 | + action in same folder: #12044 - Bugfix |
| 147 | + [owncloud/web#12045](https://github.com/owncloud/web/pull/12045): Do not push |
| 148 | + sidebar close action away: #12045 - Bugfix |
| 149 | + [owncloud/web#12045](https://github.com/owncloud/web/pull/12045): Update sidebar |
| 150 | + width on resize: #12045 - Bugfix |
| 151 | + [owncloud/web#12045](https://github.com/owncloud/web/pull/12045): Use correct |
| 152 | + breakpoints in sidebar: #12045 - Bugfix |
| 153 | + [owncloud/web#12050](https://github.com/owncloud/web/pull/12050): Show indirect |
| 154 | + shares on search page: #12050 - Bugfix |
| 155 | + [owncloud/web#12055](https://github.com/owncloud/web/pull/12055): Add more |
| 156 | + padding to input when clear action is visible: #12055 - Bugfix |
| 157 | + [owncloud/web#12058](https://github.com/owncloud/web/pull/12058): Use local |
| 158 | + state in sidebar in embed mode: #12058 - Bugfix |
| 159 | + [owncloud/web#12063](https://github.com/owncloud/web/pull/12063): Change opacity |
| 160 | + of disabled checkboxes: #12063 - Bugfix |
| 161 | + [owncloud/web#12074](https://github.com/owncloud/web/pull/12074): Refetch |
| 162 | + notifications settings on locale change: #12074 - Enhancement |
| 163 | + [owncloud/web#12010](https://github.com/owncloud/web/pull/12010): Add |
| 164 | + notifications settings: #12010 - Enhancement |
| 165 | + [owncloud/web#12054](https://github.com/owncloud/web/pull/12054): Use generic |
| 166 | + private link error: #12054 |
| 167 | + |
| 168 | + https://github.com/owncloud/ocis/pull/10853 |
| 169 | + https://github.com/owncloud/web/releases/tag/v11.1.0 |
| 170 | + |
140 | 171 | # Changelog for [7.0.0] (2024-12-17)
|
141 | 172 |
|
142 | 173 | The following sections list the changes for 7.0.0.
|
@@ -10867,7 +10898,7 @@ The following sections list the changes for 2.0.0.
|
10867 | 10898 |
|
10868 | 10899 | The following sections list the changes for 1.20.0.
|
10869 | 10900 |
|
10870 |
| -[1.20.0]: https://github.com/owncloud/ocis/compare/v1.19.0...v1.20.0 |
| 10901 | +[1.20.0]: https://github.com/owncloud/ocis/compare/v1.19.1...v1.20.0 |
10871 | 10902 |
|
10872 | 10903 | ## Summary
|
10873 | 10904 |
|
@@ -11041,11 +11072,29 @@ The following sections list the changes for 1.20.0.
|
11041 | 11072 | https://github.com/owncloud/ocis/pull/3509
|
11042 | 11073 | https://github.com/owncloud/web/releases/tag/v5.4.0
|
11043 | 11074 |
|
| 11075 | +# Changelog for [1.19.1] (2022-03-29) |
| 11076 | + |
| 11077 | +The following sections list the changes for 1.19.1. |
| 11078 | + |
| 11079 | +[1.19.1]: https://github.com/owncloud/ocis/compare/v1.19.0...v1.19.1 |
| 11080 | + |
| 11081 | +## Summary |
| 11082 | + |
| 11083 | +* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419) |
| 11084 | + |
| 11085 | +## Details |
| 11086 | + |
| 11087 | +* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419) |
| 11088 | + |
| 11089 | + URLs for Special items (space image, readme) were broken. |
| 11090 | + |
| 11091 | + https://github.com/owncloud/ocis/pull/3419 |
| 11092 | + |
11044 | 11093 | # Changelog for [1.19.0] (2022-03-29)
|
11045 | 11094 |
|
11046 | 11095 | The following sections list the changes for 1.19.0.
|
11047 | 11096 |
|
11048 |
| -[1.19.0]: https://github.com/owncloud/ocis/compare/v1.19.1...v1.19.0 |
| 11097 | +[1.19.0]: https://github.com/owncloud/ocis/compare/v1.18.0...v1.19.0 |
11049 | 11098 |
|
11050 | 11099 | ## Summary
|
11051 | 11100 |
|
@@ -11219,24 +11268,6 @@ The following sections list the changes for 1.19.0.
|
11219 | 11268 | https://github.com/owncloud/ocis/pull/3375
|
11220 | 11269 | https://github.com/owncloud/web/releases/tag/v5.3.0
|
11221 | 11270 |
|
11222 |
| -# Changelog for [1.19.1] (2022-03-29) |
11223 |
| - |
11224 |
| -The following sections list the changes for 1.19.1. |
11225 |
| - |
11226 |
| -[1.19.1]: https://github.com/owncloud/ocis/compare/v1.18.0...v1.19.1 |
11227 |
| - |
11228 |
| -## Summary |
11229 |
| - |
11230 |
| -* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419) |
11231 |
| - |
11232 |
| -## Details |
11233 |
| - |
11234 |
| -* Bugfix - Return correct special item urls: [#3419](https://github.com/owncloud/ocis/pull/3419) |
11235 |
| - |
11236 |
| - URLs for Special items (space image, readme) were broken. |
11237 |
| - |
11238 |
| - https://github.com/owncloud/ocis/pull/3419 |
11239 |
| - |
11240 | 11271 | # Changelog for [1.18.0] (2022-03-03)
|
11241 | 11272 |
|
11242 | 11273 | The following sections list the changes for 1.18.0.
|
|
0 commit comments