Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jvillafanez committed Feb 15, 2022
1 parent f42653c commit 1383ff9
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ <h3 id="unreleased-summary">Summary</h3>
<li class="type-bugfix changelog-item">Bugfix - Prevent group names starting or ending with white space: <a href="https://github.com/owncloud/core/pull/39540">#39540</a></li>
<li class="type-bugfix changelog-item">Bugfix - Set page title for the tags file list: <a href="https://github.com/owncloud/core/issues/39556">#39556</a></li>
<li class="type-bugfix changelog-item">Bugfix - Don't resend invitation mail if a user is guest: <a href="https://github.com/owncloud/core/pull/39602">#39602</a></li>
<li class="type-bugfix changelog-item">Bugfix - Text previews had faulty content if BOM was present: <a href="https://github.com/owncloud/core/pull/39669">#39669</a></li>
<li class="type-bugfix changelog-item">Bugfix - Fix files:checksums:verify for a single file: <a href="https://github.com/owncloud/core/pull/39683">#39683</a></li>
<li class="type-bugfix changelog-item">Bugfix - Moving a file from one folder into a folder that is a number fails: <a href="https://github.com/owncloud/core/issues/39702">#39702</a></li>
<li class="type-bugfix changelog-item">Bugfix - Make licenses expire at the end of the expiration date: <a href="https://github.com/owncloud/core/pull/39735">#39735</a></li>
<li class="type-change changelog-item">Change - Update JavaScript dependencies: <a href="https://github.com/owncloud/core/pull/39709">#39709</a></li>
<li class="type-change changelog-item">Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/39526">#39526</a></li>
<li class="type-change changelog-item">Change - Update Symfony components: <a href="https://github.com/owncloud/core/pull/39526">#39526</a></li>
<li class="type-enhancement changelog-item">Enhancement - Allow OPTIONS request handling in framework controllers: <a href="https://github.com/owncloud/core/pull/38758">#38758</a></li>
<li class="type-enhancement changelog-item">Enhancement - Unify API responses when setting permissions for public links: <a href="https://github.com/owncloud/core/pull/39194">#39194</a></li>
<li class="type-enhancement changelog-item">Enhancement - Add warnings for commands that are incompatible with object storage: <a href="https://github.com/owncloud/core/pull/39604">#39604</a></li>
</ul>
<h3 id="unreleased-details">Details</h3>
Expand Down Expand Up @@ -44,6 +46,14 @@ <h3 id="unreleased-details">Details</h3>
</p>
<p>https://github.com/owncloud/core/pull/39602<br></p>
</li>
<li class="type-bugfix changelog-item">
<p>Bugfix - Text previews had faulty content if BOM was present: <a href="https://github.com/owncloud/core/pull/39669">#39669</a></p>
<p>The BOM was incorrectly detected and was causing ownCloud to choose the wrong font for the text,
showing unexpected results. The BOM is now processed correctly and the preview is shown as
expected
</p>
<p>https://github.com/owncloud/core/pull/39669<br></p>
</li>
<li class="type-bugfix changelog-item">
<p>Bugfix - Fix files:checksums:verify for a single file: <a href="https://github.com/owncloud/core/pull/39683">#39683</a></p>
<p>Fixed an issue where running files:checksums:verify for a single file would fail.
Expand Down Expand Up @@ -102,6 +112,16 @@ <h3 id="unreleased-details">Details</h3>
<p>Enhancement - Allow OPTIONS request handling in framework controllers: <a href="https://github.com/owncloud/core/pull/38758">#38758</a></p>
<p>https://github.com/owncloud/core/pull/38758<br></p>
</li>
<li class="type-enhancement changelog-item">
<p>Enhancement - Unify API responses when setting permissions for public links: <a href="https://github.com/owncloud/core/pull/39194">#39194</a></p>
<p>Setting (and changing) the permissions of public links via the OCS API will now return proper
and unified API responses. Adding create permissions while public uploading is disabled
globally will always return a 403 response.
</p>
<p>https://github.com/owncloud/core/issues/36442<br>https://github.com/owncloud/core/issues/36443<br>
</p>
<p>https://github.com/owncloud/core/pull/39194<br></p>
</li>
<li class="type-enhancement changelog-item">
<p>Enhancement - Add warnings for commands that are incompatible with object storage: <a href="https://github.com/owncloud/core/pull/39604">#39604</a></p>
<p>The following commands are affected:* `user:home:list-users` * `user:home:list-homes` * `user:move` * `user:report`
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ Summary
* Bugfix - Prevent group names starting or ending with white space: [#39540](https://github.com/owncloud/core/pull/39540)
* Bugfix - Set page title for the tags file list: [#39556](https://github.com/owncloud/core/issues/39556)
* Bugfix - Don't resend invitation mail if a user is guest: [#39602](https://github.com/owncloud/core/pull/39602)
* Bugfix - Text previews had faulty content if BOM was present: [#39669](https://github.com/owncloud/core/pull/39669)
* Bugfix - Fix files:checksums:verify for a single file: [#39683](https://github.com/owncloud/core/pull/39683)
* Bugfix - Moving a file from one folder into a folder that is a number fails: [#39702](https://github.com/owncloud/core/issues/39702)
* Bugfix - Make licenses expire at the end of the expiration date: [#39735](https://github.com/owncloud/core/pull/39735)
* Change - Update JavaScript dependencies: [#39709](https://github.com/owncloud/core/pull/39709)
* Change - Update PHP dependencies: [#39526](https://github.com/owncloud/core/pull/39526)
* Change - Update Symfony components: [#39526](https://github.com/owncloud/core/pull/39526)
* Enhancement - Allow OPTIONS request handling in framework controllers: [#38758](https://github.com/owncloud/core/pull/38758)
* Enhancement - Unify API responses when setting permissions for public links: [#39194](https://github.com/owncloud/core/pull/39194)
* Enhancement - Add warnings for commands that are incompatible with object storage: [#39604](https://github.com/owncloud/core/pull/39604)

Details
Expand All @@ -45,6 +47,14 @@ Details
https://github.com/owncloud/enterprise/issues/4868
https://github.com/owncloud/core/pull/39602

* Bugfix - Text previews had faulty content if BOM was present: [#39669](https://github.com/owncloud/core/pull/39669)

The BOM was incorrectly detected and was causing ownCloud to choose the wrong font for the text,
showing unexpected results. The BOM is now processed correctly and the preview is shown as
expected

https://github.com/owncloud/core/pull/39669

* Bugfix - Fix files:checksums:verify for a single file: [#39683](https://github.com/owncloud/core/pull/39683)

Fixed an issue where running files:checksums:verify for a single file would fail.
Expand Down Expand Up @@ -124,6 +134,16 @@ Details

https://github.com/owncloud/core/pull/38758

* Enhancement - Unify API responses when setting permissions for public links: [#39194](https://github.com/owncloud/core/pull/39194)

Setting (and changing) the permissions of public links via the OCS API will now return proper
and unified API responses. Adding create permissions while public uploading is disabled
globally will always return a 403 response.

https://github.com/owncloud/core/issues/36442
https://github.com/owncloud/core/issues/36443
https://github.com/owncloud/core/pull/39194

* Enhancement - Add warnings for commands that are incompatible with object storage: [#39604](https://github.com/owncloud/core/pull/39604)

The following commands are affected:
Expand Down

0 comments on commit 1383ff9

Please sign in to comment.