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 Nov 14, 2023
1 parent 0d38f03 commit f338e0d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ <h3 id="unreleased-summary">Summary</h3>
<li class="type-bugfix changelog-item">Bugfix - Fix potential issue with the PreviewCleanup job in postgresql: <a href="https://github.com/owncloud/core/pull/41051">#41051</a></li>
<li class="type-bugfix changelog-item">Bugfix - Store user information in explicit variable: <a href="https://github.com/owncloud/core/pull/41054">#41054</a></li>
<li class="type-bugfix changelog-item">Bugfix - Revert https://github.com/owncloud/core/pull/41014 for performance: <a href="https://github.com/owncloud/core/pull/41059">#41059</a></li>
<li class="type-bugfix changelog-item">Bugfix - LDAP groups will be properly applied to external storages: <a href="https://github.com/owncloud/core/pull/41063">#41063</a></li>
<li class="type-bugfix changelog-item">Bugfix - Disallow browsers to translate the frontend: <a href="https://github.com/owncloud/core/pull/41067">#41067</a></li>
<li class="type-bugfix changelog-item">Bugfix - Limit performance impact when version meta data is enabled: <a href="https://github.com/owncloud/core/pull/41069">#41069</a></li>
<li class="type-bugfix changelog-item">Bugfix - Proper error handling when deleting users or groups: <a href="https://github.com/owncloud/core/pull/41077">#41077</a></li>
Expand Down Expand Up @@ -54,6 +55,15 @@ <h3 id="unreleased-details">Details</h3>
</p>
<p>https://github.com/owncloud/core/pull/41059<br></p>
</li>
<li class="type-bugfix changelog-item">
<p>Bugfix - LDAP groups will be properly applied to external storages: <a href="https://github.com/owncloud/core/pull/41063">#41063</a></p>
<p>The admin can setup external storages to be used by specific users and groups. When a LDAP group
was setup, there were some issues so users belonging to that group weren't able to access the
external storage even though they should.Now, users belonging to LDAP groups can access external storages configured to be accessed by
those groups.
</p>
<p>https://github.com/owncloud/core/pull/41063<br></p>
</li>
<li class="type-bugfix changelog-item">
<p>Bugfix - Disallow browsers to translate the frontend: <a href="https://github.com/owncloud/core/pull/41067">#41067</a></p>
<p>Web frontend offers a lot of proper translations. Browser capabilities are not needed.
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ ownCloud admins and users.
* Bugfix - Fix potential issue with the PreviewCleanup job in postgresql: [#41051](https://github.com/owncloud/core/pull/41051)
* Bugfix - Store user information in explicit variable: [#41054](https://github.com/owncloud/core/pull/41054)
* Bugfix - Revert https://github.com/owncloud/core/pull/41014 for performance: [#41059](https://github.com/owncloud/core/pull/41059)
* Bugfix - LDAP groups will be properly applied to external storages: [#41063](https://github.com/owncloud/core/pull/41063)
* Bugfix - Disallow browsers to translate the frontend: [#41067](https://github.com/owncloud/core/pull/41067)
* Bugfix - Limit performance impact when version meta data is enabled: [#41069](https://github.com/owncloud/core/pull/41069)
* Bugfix - Proper error handling when deleting users or groups: [#41077](https://github.com/owncloud/core/pull/41077)
Expand Down Expand Up @@ -75,6 +76,17 @@ ownCloud admins and users.

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

* Bugfix - LDAP groups will be properly applied to external storages: [#41063](https://github.com/owncloud/core/pull/41063)

The admin can setup external storages to be used by specific users and groups. When a LDAP group
was setup, there were some issues so users belonging to that group weren't able to access the
external storage even though they should.

Now, users belonging to LDAP groups can access external storages configured to be accessed by
those groups.

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

* Bugfix - Disallow browsers to translate the frontend: [#41067](https://github.com/owncloud/core/pull/41067)

Web frontend offers a lot of proper translations. Browser capabilities are not needed.
Expand Down

0 comments on commit f338e0d

Please sign in to comment.