Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalwengerter committed Nov 27, 2023
1 parent 7d85a4d commit 22ea1b4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Summary
* Bugfix - Prevent rendering of old/wrong set of resources in search list: [#9881](https://github.com/owncloud/web/pull/9881)
* Bugfix - Keep both folders conflict in same-named folders: [#9915](https://github.com/owncloud/web/pull/9915)
* Bugfix - Enabling "invite people" for password-protected folder/file: [#9931](https://github.com/owncloud/web/pull/9931)
* Bugfix - Icon extension mapping: [#10031](https://github.com/owncloud/web/issues/10031)
* Change - Remove deprecated code: [#7338](https://github.com/owncloud/web/issues/7338)
* Enhancement - Make login url configurable: [#7317](https://github.com/owncloud/ocis/pull/7317)
* Enhancement - Permission checks for shares and favorites: [#7497](https://github.com/owncloud/ocis/issues/7497)
Expand Down Expand Up @@ -248,6 +249,15 @@ Details
https://github.com/owncloud/web/issues/9922
https://github.com/owncloud/web/pull/9931

* Bugfix - Icon extension mapping: [#10031](https://github.com/owncloud/web/issues/10031)

We have simplified the mapping between file extensions and their display in the
web UI (icon and its color). Now, further formats/extensions
(`.tar.gz`,`.tar.xz`,`.bz2`, ...) get displayed correctly.

https://github.com/owncloud/web/issues/10031
https://github.com/owncloud/web/pull/10059

* Change - Remove deprecated code: [#7338](https://github.com/owncloud/web/issues/7338)

We have removed the `getToken` getter from our vuex store and support for the
Expand Down

0 comments on commit 22ea1b4

Please sign in to comment.