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 Mar 9, 2022
1 parent a97583c commit 8d7ff36
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ Summary
* Bugfix - File handling in apps: [#6456](https://github.com/owncloud/web/pull/6456)
* Bugfix - Show no auth popup on password protected public links in ownCloud 10: [#6530](https://github.com/owncloud/web/pull/6530)
* Bugfix - Don't write error message on passing ReadmeContentModal.spec.js test: [#6525](https://github.com/owncloud/web/pull/6525)
* Bugfix - Resolve private links: [#5654](https://github.com/owncloud/web/pull/5654)
* Bugfix - Prevent cross-site scripting attack while displaying space description: [#6523](https://github.com/owncloud/web/pull/6523)
* Bugfix - Prevent the member count inside a space from disappearing: [#6550](https://github.com/owncloud/web/pull/6550)
* Enhancement - Don't block account page while groups are loading: [#6547](https://github.com/owncloud/web/pull/6547)
* Enhancement - Add a watcher for the share panel of a space: [#6543](https://github.com/owncloud/web/pull/6543)
* Enhancement - Load space images as preview: [#6529](https://github.com/owncloud/web/pull/6529)
* Enhancement - Resolve private links into folders instead of parent: [#5533](https://github.com/owncloud/web/issues/5533)
* Enhancement - Shares overview: [#6440](https://github.com/owncloud/web/issues/6440)
* Enhancement - Allow updating space quota: [#6477](https://github.com/owncloud/web/pull/6477)
* Enhancement - Update the stored space after its members have been changed: [#6545](https://github.com/owncloud/web/pull/6545)
Expand Down Expand Up @@ -57,6 +59,14 @@ Details
https://github.com/owncloud/web/issues/6337
https://github.com/owncloud/web/pull/6525

* Bugfix - Resolve private links: [#5654](https://github.com/owncloud/web/pull/5654)

Private links didn't resolve correctly anymore because the internal file path handling was
changed in our api client (owncloud-sdk). We've adjusted it accordingly so that private links
now resolve correctly again.

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

* Bugfix - Prevent cross-site scripting attack while displaying space description: [#6523](https://github.com/owncloud/web/pull/6523)

We've added a new package that strips out possible XSS attack code while displaying the space
Expand Down Expand Up @@ -93,6 +103,16 @@ Details

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

* Enhancement - Resolve private links into folders instead of parent: [#5533](https://github.com/owncloud/web/issues/5533)

Private links always resolved into the parent folder of the linked file and visually
highlighted the file or folder from the link. We've changed this behaviour to directly
navigate into the folder in case the linked resource is a folder and only keep the previous
behaviour for when the linked resource is a file.

https://github.com/owncloud/web/issues/5533
https://github.com/owncloud/web/pull/5654

* Enhancement - Shares overview: [#6440](https://github.com/owncloud/web/issues/6440)

We've merged the three shares navigation items into one central "Shares" item, with a toggle to
Expand Down

0 comments on commit 8d7ff36

Please sign in to comment.