Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmidt committed Mar 4, 2022
1 parent bec02d6 commit 019388d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,36 @@ ownCloud admins and users.
Summary
-------

* Bugfix - File handling in apps: [#6456](https://github.com/owncloud/web/pull/6456)
* Bugfix - Don't write error message on passing ReadmeContentModal.spec.js test: [#6525](https://github.com/owncloud/web/pull/6525)
* Bugfix - Prevent cross-site scripting attack while displaying space description: [#6523](https://github.com/owncloud/web/pull/6523)
* Enhancement - Update the graph SDK: [#6519](https://github.com/owncloud/web/pull/6519)

Details
-------

* Bugfix - File handling in apps: [#6456](https://github.com/owncloud/web/pull/6456)

We fixed loading and saving files in apps in all contexts. It's now possible to open files in apps
in personal files, favorites, share views and spaces.

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

* Bugfix - Don't write error message on passing ReadmeContentModal.spec.js test: [#6525](https://github.com/owncloud/web/pull/6525)

ReadmeContentModal.spec.js test doesn't write error output anymore while passing

https://github.com/owncloud/web/issues/6337
https://github.com/owncloud/web/pull/6525

* 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
description

https://github.com/owncloud/web/issues/6526
https://github.com/owncloud/web/pull/6523

* Enhancement - Update the graph SDK: [#6519](https://github.com/owncloud/web/pull/6519)

We've updated the graph SDK to include the "me"-endpoint.
Expand Down

0 comments on commit 019388d

Please sign in to comment.