Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
fschade committed Oct 25, 2022
1 parent 74cfb1d commit 20fd11f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Summary
* Bugfix - Disable shares loading on public and trash locations: [#7739](https://github.com/owncloud/web/pull/7739)
* Bugfix - Disappearing quicklink in sidebar: [#7740](https://github.com/owncloud/web/pull/7740)
* Bugfix - Edit new created user in user management: [#7820](https://github.com/owncloud/web/pull/7820)
* Bugfix - Handle non 2xx external app responses: [#7861](https://github.com/owncloud/web/pull/7861)
* Bugfix - File name reactivity: [#7734](https://github.com/owncloud/web/pull/7734)
* Bugfix - Folder conflict dialog: [#7724](https://github.com/owncloud/web/pull/7724)
* Bugfix - Hide search bar in public link context: [#7603](https://github.com/owncloud/web/issues/7603)
Expand Down Expand Up @@ -111,6 +112,13 @@ Details
https://github.com/owncloud/web/issues/7761
https://github.com/owncloud/web/pull/7820

* Bugfix - Handle non 2xx external app responses: [#7861](https://github.com/owncloud/web/pull/7861)

Axios no longer skips on non 200 status responses in app-external. If the status is not 2xx, the
application now displays a proper error message.

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

* Bugfix - File name reactivity: [#7734](https://github.com/owncloud/web/pull/7734)

We've fixed a bug where the file name would not update reactively in the sidebar after changing
Expand Down

0 comments on commit 20fd11f

Please sign in to comment.