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 Jun 15, 2021
1 parent f41d46d commit 884d36f
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 @@ -16,6 +16,7 @@ Summary
* Bugfix - Add index route for the OC10 integration: [#5201](https://github.com/owncloud/web/pull/5201)
* Bugfix - Do not call Vuex create store multiple times: [#5254](https://github.com/owncloud/web/pull/5254)
* Bugfix - Prevent scrolling issues: [#5131](https://github.com/owncloud/web/pull/5131)
* Bugfix - Show `0` as used quota if a negative number is given: [#5229](https://github.com/owncloud/web/pull/5229)
* Bugfix - Resizeable html container: [#5052](https://github.com/owncloud/web/pull/5052)
* Bugfix - Translated user menu items: [#5042](https://github.com/owncloud/web/pull/5042)
* Bugfix - Prevent `fileTypeIcon` to throw a TypeError: [#5253](https://github.com/owncloud/web/pull/5253)
Expand Down Expand Up @@ -115,6 +116,13 @@ Details

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

* Bugfix - Show `0` as used quota if a negative number is given: [#5229](https://github.com/owncloud/web/pull/5229)

In the case if the server returns a negative number as used quota (what should not happen) show `0
B of 2 GB` and not only of ` 2 GB`

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

* Bugfix - Resizeable html container: [#5052](https://github.com/owncloud/web/pull/5052)

We removed a critical accessibility offense by removing the hardcoded maximum-scale and
Expand Down

0 comments on commit 884d36f

Please sign in to comment.