@@ -50,12 +50,14 @@ ownCloud admins and users.
5050* Bugfix - Fix JS test isolation bugs exposed by Jasmine 5 random test ordering: [#41616](https://github.com/owncloud/core/pull/41616)
5151* Bugfix - Decrypt versions and trashbin so encryption can be disabled: [#41623](https://github.com/owncloud/core/issues/41623)
5252* Bugfix - Fix user:home:list-dirs and user:home:list-users crashing on PHP 8: [#41630](https://github.com/owncloud/core/issues/41630)
53+ * Bugfix - Add MIME types for OpenDocument formats: [#41648](https://github.com/owncloud/core/pull/41648)
5354* Change - Update M$ Office icons: [#41347](https://github.com/owncloud/core/pull/41347)
5455* Change - No longer store auto loader information in any memory cache: [#41376](https://github.com/owncloud/core/pull/41376)
5556* Change - Update PHP dependencies: [#41450](https://github.com/owncloud/core/pull/41450)
5657* Change - Drop command db:convert-type: [#41451](https://github.com/owncloud/core/pull/41451)
5758* Change - Removed legacy and deprecated code from ownCloud 11: [#41455](https://github.com/owncloud/core/pull/41455)
5859* Change - Use configurable URL for internet connectivity check: [#41506](https://github.com/owncloud/core/pull/41506)
60+ * Change - Use phan major version 6 code analysis: [#41650](https://github.com/owncloud/core/pull/41650)
5961
6062## Details
6163
@@ -189,6 +191,18 @@ ownCloud admins and users.
189191
190192 https://github.com/owncloud/core/issues/41630
191193
194+ * Bugfix - Add MIME types for OpenDocument formats: [#41648](https://github.com/owncloud/core/pull/41648)
195+
196+ Add MIME type mappings for additional OpenDocument formats for file types odc,
197+ odi, odm, otc, otg, oth, oti, otp, ots and ott.
198+
199+ Add MIME type aliases for chart and image formats that were currently missing in
200+ the default mimetypealiases.dist.json file.
201+
202+ Update mimetypelist.js using ./occ maintenance:mimetype:update-js
203+
204+ https://github.com/owncloud/core/pull/41648
205+
192206* Change - Update M$ Office icons: [#41347](https://github.com/owncloud/core/pull/41347)
193207
194208 Icons have been updated according to the M$ cloud storage partner program
@@ -308,6 +322,17 @@ ownCloud admins and users.
308322 https://github.com/owncloud/core/issues/41465
309323 https://github.com/owncloud/core/pull/41506
310324
325+ * Change - Use phan major version 6 code analysis: [#41650](https://github.com/owncloud/core/pull/41650)
326+
327+ Now that PHP 7 support has been dropped, we can use the latest release of the
328+ phan code analyser.
329+
330+ Patch releases before 6.0.7 had a problem with the function signatures for some
331+ Redis methods. That was corrected in https://github.com/phan/phan/pull/5546 and
332+ released in phan version 6.0.7. So that version is required as the minimum here.
333+
334+ https://github.com/owncloud/core/pull/41650
335+
311336# Changelog for ownCloud Core [10.16.3] (2026-05-22)
312337
313338The following sections list the changes in ownCloud core 10.16.3 relevant to
0 commit comments