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 Apr 24, 2020
1 parent 3ba2295 commit f25a155
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 @@ -11,6 +11,7 @@ Summary
* Bugfix - Show token string if link name is empty in FileLinkSidebar: [#3297](https://github.com/owncloud/phoenix/pull/3297)
* Bugfix - Remove duplicate error display in input prompt: [#3342](https://github.com/owncloud/phoenix/pull/3342)
* Bugfix - Fix translation message extraction from plain javascript files: [#3346](https://github.com/owncloud/phoenix/pull/3346)
* Bugfix - Fix name of selected extension on broken apps: [#3376](https://github.com/owncloud/phoenix/pull/3376)
* Change - Update owncloud-sdk: [#3369](https://github.com/owncloud/phoenix/pull/3369)
* Enhancement - Add chunked upload with tus-js-client: [#67](https://github.com/owncloud/phoenix/issues/67)

Expand Down Expand Up @@ -39,6 +40,14 @@ Details
https://github.com/Polyconseil/easygettext/issues/81
https://github.com/owncloud/phoenix/pull/3346

* Bugfix - Fix name of selected extension on broken apps: [#3376](https://github.com/owncloud/phoenix/pull/3376)

With the edge case of a broken app in config.json, the top bar is broken, because appInfo can't be
loaded. We made ocis-web more robust by just showing the extension id in the top bar when the
appInfo is not available.

https://github.com/owncloud/phoenix/pull/3376

* Change - Update owncloud-sdk: [#3369](https://github.com/owncloud/phoenix/pull/3369)

Updated owncloud-sdk to v1.0.0-604
Expand Down

0 comments on commit f25a155

Please sign in to comment.