diff --git a/CHANGELOG.html b/CHANGELOG.html index 76fa725e2f1b..a4aa1bb86c36 100644 --- a/CHANGELOG.html +++ b/CHANGELOG.html @@ -1,12 +1,34 @@
The following sections list the changes in ownCloud core unreleased relevant to ownCloud admins and users.
+The following sections list the changes in ownCloud core 10.9.1 relevant to ownCloud admins and users.
- Full list of changes in unreleased + Full list of changes in 10.9.1
-Bugfix - Prevent encrypted files from being corrupted when overwriting them: #39623
+Fixed an issue where overwriting an encrypted file by a share recipient would corrupt it. This + is a regression which was introduced by #39516. +
+https://github.com/owncloud/encryption/issues/315
+
https://github.com/owncloud/core/pull/39623
The following sections list the changes in ownCloud core 10.9.0 relevant to ownCloud admins and users.
++ Full list of changes in 10.9.0 +
+Security - Patch jquery ui: #39451
@@ -118,6 +151,13 @@https://github.com/owncloud/core/pull/39451
Security - Patch jquery ui CVE-2016-7103: #39545
+Patched a CVE regarding the jquery dialog widget. This widget is currently not being used so + this is a preventive patch. +
+https://github.com/owncloud/core/pull/39545
Bugfix - Do not try to login via auth module if the user is disabled: #36257
Trying to login via an auth module (such as OAuth2) created a new session token even if the user @@ -241,7 +281,7 @@
https://github.com/owncloud/core/pull/39146
https://github.com/owncloud/core/pull/39146
https://github.com/owncloud/core/pull/39517
https://github.com/owncloud/core/pull/39563
Bugfix - Keep pagination active with empty search queries: #39155
@@ -503,9 +543,9 @@https://github.com/owncloud/core/pull/39395
Bugfix - Faulty file list entry after accepting a remote share: #39411
+Bugfix - Faulty file list entry after accepting a federated share: #39411
With this change, we reload the shared with you file list if the user accepts or declines a share. - This solves the issue after accepting a remote share the table record was not pointing to the + This solves the issue after accepting a federated share the table record was not pointing to the correct location.
https://github.com/owncloud/enterprise/issues/4823
@@ -550,6 +590,68 @@
Bugfix - Fix favicon, cloud symbol on Safari not visible: #39506
https://github.com/owncloud/core/pull/39506
Bugfix - Clicking the eye icon in password input field does not show the password: #39528
+During the installation, the user should be able to click the eye icon in the admin user and + database password field to see the password, this recently stopped to work and has been fixed + with this change. +
+https://github.com/owncloud/core/issues/39527
+
https://github.com/owncloud/core/pull/39528
Bugfix - Group select in user create panel allows empty and pre-existing groups: #39532
+Before this change, the admin could create groups with empty name or multiple times with the + same name. This has been fixed with this change. +
+https://github.com/owncloud/enterprise/issues/4890
+
https://github.com/owncloud/core/pull/39532
Bugfix - An app config value of null could be entered but not updated: #39554
+An app config value now cannot be set to null. Any existing null values are now treated as the + empty string. +
+https://github.com/owncloud/core/pull/39554
Bugfix - Directory name in error message when file name already exists: #39569
+This fixes an issue where the wrong directory name was shown when trying to rename a file to a name + that already exists in the same directory. +
+https://github.com/owncloud/core/issues/39552
+
https://github.com/owncloud/core/pull/39569
Bugfix - Prohibit username htaccesstest.txt: #39572
+Htaccesstest.txt is a special file that can be in the data directory. That is not allowed as a + username. +
+https://github.com/owncloud/core/issues/39570
+
https://github.com/owncloud/core/pull/39572
Bugfix - Use ViewOnlyPlugin when requesting a meta endpoint using WebDAV v2: #39575
+This fixes an issue where versions of shared files were downloadable using the new WebDAV API + despite missing permissions, e.g. when shared via secure view. +
+https://github.com/owncloud/enterprise/issues/4916
+
https://github.com/owncloud/core/pull/39575
Bugfix - Provisioning API quota is incomplete when username casing is not exact: #39586
+The Provisioning API now returns all the quota information for a user even when the username + casing is different in the API request. +
+https://github.com/owncloud/core/issues/39577
+
https://github.com/owncloud/core/pull/39586
Change - Enable streaming for propfind requests: #38583
Propfind requests will now be streamed to reduce memory usage with large responses. @@ -569,7 +671,7 @@
https://www.php.net/supported-versions.php
Change - Use "federated" rather than "remote" for shares: #38877
+Change - Use "federated" rather than "remote" for shares: #39578
Shares from one ownCloud to another ownCloud were referred to in some places as remote shares and in other places as federated shares. References to remote shares in error messages and on the user interface have been changed to references to federated shares. All user-facing text @@ -577,7 +679,7 @@
https://github.com/owncloud/core/issues/38871
https://github.com/owncloud/core/pull/38877
https://github.com/owncloud/core/pull/39578
https://github.com/owncloud/core/pull/38877
Change - Update url for sync client button and docs: #38962
@@ -601,6 +703,16 @@https://github.com/owncloud/core/pull/39206
Change - Allow setting multiple default file actions: #39541
+This change allows a mime type to have multiple default file actions. In the past, registering + an action as default would overwrite existing defaults.In case multiple file actions apply to a mime type, clicking on a file will show the app drawer + context menu. +
+https://github.com/owncloud/enterprise/issues/4634
+
https://github.com/owncloud/core/pull/39541
Change - Update JavaScript dependencies: #39385
The following have been updated: - karma (4.4.1 to 6.3.8) - minimist (1.2.3 to 1.2.5) - sinon @@ -716,7 +828,7 @@
https://github.com/owncloud/enterprise/issues/4518
https://github.com/owncloud/core/pull/39126
https://github.com/owncloud/core/pull/39126
https://github.com/owncloud/core/pull/39516
Enhancement - Quick action for creating public links: #4718
@@ -758,12 +870,13 @@https://github.com/owncloud/core/pull/39184
Enhancement - Don't show updater if setting 'upgrade.disable-web' is set to true: #39183
+Enhancement - Don't show updater if setting 'upgrade.disable-web' is set to true: #39185
With this PR the update section in Settings->Admin->General will be not shown if setting 'upgrade.disable-web' is set to true.
-https://github.com/owncloud/core/compare/issues/39183
https://github.com/owncloud/core/issues/39183
+
https://github.com/owncloud/core/issues/39183
https://github.com/owncloud/core/pull/39185
Enhancement - Hide accept and decline share text on mobile view: #39224
@@ -916,11 +1029,11 @@https://github.com/owncloud/core/pull/39349
Enhancement - Add last_login to Provisioning API get user response: #38351
+Enhancement - Add last_login to Provisioning API get user response: #39351
The response to a Provisioning API GET request to the cloud/users/username endpoint now includes the last_login time in the response. The value is a Unix timestamp in seconds.
-https://github.com/owncloud/core/pull/38351
https://github.com/owncloud/core/pull/39351
Enhancement - Add priority for JavaScript plugins: #39359
@@ -978,6 +1091,31 @@Enhancement - Change the size of the ownCloud logo in the mail header image: #39501
https://github.com/owncloud/core/pull/39501
Enhancement - Add user:home:list-dirs and user:home:list-users commands: #39579
+Added two new users commands:* `occ user:home:list-dirs` List all homes which are currently used by users * `occ + user:home:list-users <path>` List all users who have their home in a given path * `occ + user:home:list-users --all` List all users for every home path +
+https://github.com/owncloud/core/issues/39502
+
https://github.com/owncloud/core/pull/39579
https://github.com/owncloud/core/pull/39583
Enhancement - Expand file name area to click: #39592
+With this change, the file name area to click will expand, this is helpful with very small file or + folder names (e.g. single digit). +
+https://github.com/owncloud/core/issues/39591
+
https://github.com/owncloud/core/pull/39592
Enhancement - Add support for the x-office/drawing mimetype: #39594
+https://github.com/owncloud/core/issues/39593
+
https://github.com/owncloud/core/pull/39594
The following sections list the changes in ownCloud core 10.8.0 relevant to ownCloud admins and users.
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fcc21062840..b4beee1c453f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,27 @@ -Changelog for ownCloud Core [10.9.0] (2021-12-20) +Changelog for ownCloud Core [10.9.1] (2021-12-28) +======================================= +The following sections list the changes in ownCloud core 10.9.1 relevant to +ownCloud admins and users. + +[10.9.1]: https://github.com/owncloud/core/compare/v10.9.0...v10.9.1 + +Summary +------- + +* Bugfix - Prevent encrypted files from being corrupted when overwriting them: [#39623](https://github.com/owncloud/core/pull/39623) + +Details +------- + +* Bugfix - Prevent encrypted files from being corrupted when overwriting them: [#39623](https://github.com/owncloud/core/pull/39623) + + Fixed an issue where overwriting an encrypted file by a share recipient would corrupt it. This + is a regression which was introduced by #39516. + + https://github.com/owncloud/encryption/issues/315 + https://github.com/owncloud/core/pull/39623 + +Changelog for ownCloud Core [10.9.0] (2021-12-09) ======================================= The following sections list the changes in ownCloud core 10.9.0 relevant to ownCloud admins and users. diff --git a/Makefile b/Makefile index 27eb993f9c6d..3d5925e4955b 100644 --- a/Makefile +++ b/Makefile @@ -378,8 +378,8 @@ changelog: @echo This file is autogenerated on the master branch. @echo Committing changes to this file will result in merge conflicts. @echo ====================================================================== - docker run --rm -v $(work_dir):$(work_dir) -w $(work_dir) toolhippie/calens >| CHANGELOG.md - docker run --rm -v $(work_dir):$(work_dir) -w $(work_dir) toolhippie/calens -t changelog/CHANGELOG-html.tmpl >| CHANGELOG.html + docker run --rm -v $(work_dir):$(work_dir) -w $(work_dir) toolhippie/calens calens >| CHANGELOG.md + docker run --rm -v $(work_dir):$(work_dir) -w $(work_dir) toolhippie/calens calens -t changelog/CHANGELOG-html.tmpl >| CHANGELOG.html # # Dependency management