Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann committed Sep 2, 2022
1 parent 26c5c29 commit 1a16a13
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ Summary
* Enhancement - Resolve bookmarked public links with password protection: [#7030](https://github.com/owncloud/web/issues/7030)
* Enhancement - Add resource name to the WebDAV properties: [#7485](https://github.com/owncloud/web/pull/7485)
* Enhancement - Use fixed width for the right sidebar: [#7371](https://github.com/owncloud/web/pull/7371)
* Enhancement - Don't open right sidebar from private links: [#7559](https://github.com/owncloud/web/pull/7559)
* Enhancement - Search all files announce limit: [#7267](https://github.com/owncloud/web/pull/7267)
* Enhancement - Improve performance of share indicators: [#7038](https://github.com/owncloud/web/issues/7038)
* Enhancement - Sharing panel show label instead of description for links: [#7364](https://github.com/owncloud/web/pull/7364)
Expand Down Expand Up @@ -830,6 +831,14 @@ Details
https://github.com/owncloud/web/pull/7371
https://github.com/owncloud/web/pull/7384

* Enhancement - Don't open right sidebar from private links: [#7559](https://github.com/owncloud/web/pull/7559)

We've changed the behaviour of the web ui to not open the right sidebar anymore when the URL
contains a "scrollTo" option. We still select the file and scroll it into the view, but opening
the right sidebar felt very invasive, so we now leave that choice to the user.

https://github.com/owncloud/web/pull/7559

* Enhancement - Search all files announce limit: [#7267](https://github.com/owncloud/web/pull/7267)

If the search results of a backend search exceed the limit of 200 items we now announce that
Expand Down

0 comments on commit 1a16a13

Please sign in to comment.