Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed Jul 21, 2021
1 parent 3af9e2e commit 79d3c63
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 49 deletions.
57 changes: 34 additions & 23 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<h2 id="unreleased" class="version"> Changelog for ownCloud Core [unreleased] (UNRELEASED)</h2>
<p>The following sections list the changes in ownCloud core unreleased relevant to ownCloud admins and users.</p>
<p>
<a href="https://github.com/owncloud/core/compare/v10.7.0...master">Full list of changes in unreleased </a>
<a href="https://github.com/owncloud/core/compare/v10.8.0...master">Full list of changes in unreleased </a>
</p>
<h3 id="unreleased-summary">Summary</h3>
<ul class="summary">
Expand Down Expand Up @@ -48,15 +48,13 @@ <h3 id="unreleased-summary">Summary</h3>
<li class="type-change changelog-item">Change - Update PHP minimum version to 7.2.5: <a href="https://github.com/owncloud/core/pull/38934">#38934</a></li>
<li class="type-change changelog-item">Change - Update url for sync client button and docs: <a href="https://github.com/owncloud/core/pull/38962">#38962</a></li>
<li class="type-change changelog-item">Change - Update PHP dependencies: <a href="https://github.com/owncloud/core/pull/38891">#38891</a></li>
<li class="type-enhancement changelog-item">Enhancement - Improve public share federation user interface: <a href="https://github.com/owncloud/enterprise/issues/4393">#4393</a></li>
<li class="type-enhancement changelog-item">Enhancement - Improve login form: <a href="https://github.com/owncloud/core/pull/38506">#38506</a></li>
<li class="type-enhancement changelog-item">Enhancement - Automations in activity stream: <a href="https://github.com/owncloud/core/pull/38605">#38605</a></li>
<li class="type-enhancement changelog-item">Enhancement - Add html template for calens: <a href="https://github.com/owncloud/core/pull/38616">#38616</a></li>
<li class="type-enhancement changelog-item">Enhancement - Expired shares in activity stream: <a href="https://github.com/owncloud/core/pull/38631">#38631</a></li>
<li class="type-enhancement changelog-item">Enhancement - Use relative notification URLs: <a href="https://github.com/owncloud/core/pull/38639">#38639</a></li>
<li class="type-enhancement changelog-item">Enhancement - Add excludeActions parameter to registerDefaultActions function: <a href="https://github.com/owncloud/core/pull/38643">#38643</a></li>
<li class="type-enhancement changelog-item">Enhancement - Improve tab headers UI: <a href="https://github.com/owncloud/core/pull/38653">#38653</a></li>
<li class="type-enhancement changelog-item">Enhancement - Add trashbin skip list to config: <a href="https://github.com/owncloud/core/pull/38704">#38704</a></li>
<li class="type-enhancement changelog-item">Enhancement - Remove google+ share button from personal settings: <a href="https://github.com/owncloud/core/pull/38705">#38705</a></li>
<li class="type-enhancement changelog-item">Enhancement - Adjust the return type of the querybuilder's execute method: <a href="https://github.com/owncloud/core/pull/38714">#38714</a></li>
<li class="type-enhancement changelog-item">Enhancement - Communicate user profile picture capability: <a href="https://github.com/owncloud/core/pull/38722">#38722</a></li>
Expand Down Expand Up @@ -449,18 +447,6 @@ <h3 id="unreleased-details">Details</h3>
</p>
<p>https://github.com/owncloud/core/pull/38891<br></p>
</li>
<li class="type-enhancement changelog-item">
<p>Enhancement - Improve public share federation user interface: <a href="https://github.com/owncloud/enterprise/issues/4393">#4393</a></p>
<p>This adjustment provides a new way to add a public share to ownCloud. A new button will be
displayed where you can easily add the share to the current server without entering the string,
this requires less user input. Next to this button, a dropdown menu will be displayed, where you
can see the current server or change the server. Hitting change a server will now display a
prompt with a detailed explanation and more space to enter another server address.
</p>
<p>https://github.com/owncloud/enterprise/issues/4393<br>
</p>
<p>https://github.com/owncloud/core/pull/38712<br>https://github.com/owncloud/core/pull/38928<br>https://github.com/owncloud/core/pull/38942<br>https://github.com/owncloud/core/pull/38948<br></p>
</li>
<li class="type-enhancement changelog-item">
<p>Enhancement - Improve login form: <a href="https://github.com/owncloud/core/pull/38506">#38506</a></p>
<p>This adjustment improves the overall look and feel of the login form. Furthermore, the
Expand Down Expand Up @@ -518,14 +504,6 @@ <h3 id="unreleased-details">Details</h3>
</p>
<p>https://github.com/owncloud/core/pull/38653<br></p>
</li>
<li class="type-enhancement changelog-item">
<p>Enhancement - Add trashbin skip list to config: <a href="https://github.com/owncloud/core/pull/38704">#38704</a></p>
<p>With this change new config parameters has been introduced. Admins can now decide, based on
file extensions, directory names and size, if a resource should not be observed by the trashbin
and deleted immediately.
</p>
<p>https://github.com/owncloud/core/pull/38704<br>https://github.com/owncloud/core/pull/38960<br></p>
</li>
<li class="type-enhancement changelog-item">
<p>Enhancement - Remove google+ share button from personal settings: <a href="https://github.com/owncloud/core/pull/38705">#38705</a></p>
<p>Due to the google+ service has been declined, we won't show the google+ share button anymore.
Expand Down Expand Up @@ -675,6 +653,39 @@ <h3 id="unreleased-details">Details</h3>
<p>https://github.com/owncloud/core/pull/39015<br></p>
</li>
</ul>
<h2 id="10.8.0" class="version"> Changelog for ownCloud Core [10.8.0] (2021-07-15)</h2>
<p>The following sections list the changes in ownCloud core 10.8.0 relevant to ownCloud admins and users.</p>
<p>
<a href="https://github.com/owncloud/core/compare/v10.7.0...v10.8.0">Full list of changes in 10.8.0</a>
</p>
<h3 id="10.8.0-summary">Summary</h3>
<ul class="summary">
<li class="type-enhancement changelog-item">Enhancement - Improve public share federation user interface: <a href="https://github.com/owncloud/enterprise/issues/4393">#4393</a></li>
<li class="type-enhancement changelog-item">Enhancement - Add trashbin skip list to config: <a href="https://github.com/owncloud/core/pull/38704">#38704</a></li>
</ul>
<h3 id="10.8.0-details">Details</h3>
<ul class="details">
<li class="type-enhancement changelog-item">
<p>Enhancement - Improve public share federation user interface: <a href="https://github.com/owncloud/enterprise/issues/4393">#4393</a></p>
<p>This adjustment provides a new way to add a public share to ownCloud. A new button will be
displayed where you can easily add the share to the current server without entering the string,
this requires less user input. Next to this button, a dropdown menu will be displayed, where you
can see the current server or change the server. Hitting change a server will now display a
prompt with a detailed explanation and more space to enter another server address.
</p>
<p>https://github.com/owncloud/enterprise/issues/4393<br>
</p>
<p>https://github.com/owncloud/core/pull/38712<br>https://github.com/owncloud/core/pull/38928<br>https://github.com/owncloud/core/pull/38942<br>https://github.com/owncloud/core/pull/38948<br></p>
</li>
<li class="type-enhancement changelog-item">
<p>Enhancement - Add trashbin skip list to config: <a href="https://github.com/owncloud/core/pull/38704">#38704</a></p>
<p>With this change new config parameters has been introduced. Admins can now decide, based on
file extensions, directory names and size, if a resource should not be observed by the trashbin
and deleted immediately.
</p>
<p>https://github.com/owncloud/core/pull/38704<br>https://github.com/owncloud/core/pull/38960<br></p>
</li>
</ul>
<h2 id="10.7.0" class="version"> Changelog for ownCloud Core [10.7.0] (2021-03-26)</h2>
<p>The following sections list the changes in ownCloud core 10.7.0 relevant to ownCloud admins and users.</p>
<p>
Expand Down
66 changes: 40 additions & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changelog for ownCloud Core [unreleased] (UNRELEASED)
The following sections list the changes in ownCloud core unreleased relevant to
ownCloud admins and users.

[unreleased]: https://github.com/owncloud/core/compare/v10.7.0...master
[unreleased]: https://github.com/owncloud/core/compare/v10.8.0...master

Summary
-------
Expand Down Expand Up @@ -50,15 +50,13 @@ Summary
* Change - Update PHP minimum version to 7.2.5: [#38934](https://github.com/owncloud/core/pull/38934)
* Change - Update url for sync client button and docs: [#38962](https://github.com/owncloud/core/pull/38962)
* Change - Update PHP dependencies: [#38891](https://github.com/owncloud/core/pull/38891)
* Enhancement - Improve public share federation user interface: [#4393](https://github.com/owncloud/enterprise/issues/4393)
* Enhancement - Improve login form: [#38506](https://github.com/owncloud/core/pull/38506)
* Enhancement - Automations in activity stream: [#38605](https://github.com/owncloud/core/pull/38605)
* Enhancement - Add html template for calens: [#38616](https://github.com/owncloud/core/pull/38616)
* Enhancement - Expired shares in activity stream: [#38631](https://github.com/owncloud/core/pull/38631)
* Enhancement - Use relative notification URLs: [#38639](https://github.com/owncloud/core/pull/38639)
* Enhancement - Add excludeActions parameter to registerDefaultActions function: [#38643](https://github.com/owncloud/core/pull/38643)
* Enhancement - Improve tab headers UI: [#38653](https://github.com/owncloud/core/pull/38653)
* Enhancement - Add trashbin skip list to config: [#38704](https://github.com/owncloud/core/pull/38704)
* Enhancement - Remove google+ share button from personal settings: [#38705](https://github.com/owncloud/core/pull/38705)
* Enhancement - Adjust the return type of the querybuilder's execute method: [#38714](https://github.com/owncloud/core/pull/38714)
* Enhancement - Communicate user profile picture capability: [#38722](https://github.com/owncloud/core/pull/38722)
Expand Down Expand Up @@ -475,20 +473,6 @@ Details

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

* Enhancement - Improve public share federation user interface: [#4393](https://github.com/owncloud/enterprise/issues/4393)

This adjustment provides a new way to add a public share to ownCloud. A new button will be
displayed where you can easily add the share to the current server without entering the string,
this requires less user input. Next to this button, a dropdown menu will be displayed, where you
can see the current server or change the server. Hitting change a server will now display a
prompt with a detailed explanation and more space to enter another server address.

https://github.com/owncloud/enterprise/issues/4393
https://github.com/owncloud/core/pull/38712
https://github.com/owncloud/core/pull/38928
https://github.com/owncloud/core/pull/38942
https://github.com/owncloud/core/pull/38948

* Enhancement - Improve login form: [#38506](https://github.com/owncloud/core/pull/38506)

This adjustment improves the overall look and feel of the login form. Furthermore, the
Expand Down Expand Up @@ -546,15 +530,6 @@ Details

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

* Enhancement - Add trashbin skip list to config: [#38704](https://github.com/owncloud/core/pull/38704)

With this change new config parameters has been introduced. Admins can now decide, based on
file extensions, directory names and size, if a resource should not be observed by the trashbin
and deleted immediately.

https://github.com/owncloud/core/pull/38704
https://github.com/owncloud/core/pull/38960

* Enhancement - Remove google+ share button from personal settings: [#38705](https://github.com/owncloud/core/pull/38705)

Due to the google+ service has been declined, we won't show the google+ share button anymore.
Expand Down Expand Up @@ -710,6 +685,45 @@ Details

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

Changelog for ownCloud Core [10.8.0] (2021-07-15)
=======================================
The following sections list the changes in ownCloud core 10.8.0 relevant to
ownCloud admins and users.

[10.8.0]: https://github.com/owncloud/core/compare/v10.7.0...v10.8.0

Summary
-------

* Enhancement - Improve public share federation user interface: [#4393](https://github.com/owncloud/enterprise/issues/4393)
* Enhancement - Add trashbin skip list to config: [#38704](https://github.com/owncloud/core/pull/38704)

Details
-------

* Enhancement - Improve public share federation user interface: [#4393](https://github.com/owncloud/enterprise/issues/4393)

This adjustment provides a new way to add a public share to ownCloud. A new button will be
displayed where you can easily add the share to the current server without entering the string,
this requires less user input. Next to this button, a dropdown menu will be displayed, where you
can see the current server or change the server. Hitting change a server will now display a
prompt with a detailed explanation and more space to enter another server address.

https://github.com/owncloud/enterprise/issues/4393
https://github.com/owncloud/core/pull/38712
https://github.com/owncloud/core/pull/38928
https://github.com/owncloud/core/pull/38942
https://github.com/owncloud/core/pull/38948

* Enhancement - Add trashbin skip list to config: [#38704](https://github.com/owncloud/core/pull/38704)

With this change new config parameters has been introduced. Admins can now decide, based on
file extensions, directory names and size, if a resource should not be observed by the trashbin
and deleted immediately.

https://github.com/owncloud/core/pull/38704
https://github.com/owncloud/core/pull/38960

Changelog for ownCloud Core [10.7.0] (2021-03-26)
=======================================
The following sections list the changes in ownCloud core 10.7.0 relevant to
Expand Down

0 comments on commit 79d3c63

Please sign in to comment.