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 Oct 17, 2022
1 parent fac384a commit 496023b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Summary
* 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 - Inhibit move files between spaces: [#7652](https://github.com/owncloud/web/pull/7652)
* Bugfix - Do not load files from cache in public links: [#7811](https://github.com/owncloud/web/pull/7811)
* Bugfix - "Private link"-button alignment: [#7640](https://github.com/owncloud/web/pull/7640)
* Bugfix - Reload file list after last share removal: [#7748](https://github.com/owncloud/web/pull/7748)
* Bugfix - Remove the "close sidebar"-calls on delete: [#7699](https://github.com/owncloud/web/issues/7699)
Expand Down Expand Up @@ -113,6 +114,16 @@ Details
https://github.com/owncloud/web/pull/7652
https://github.com/owncloud/web/pull/7735

* Bugfix - Do not load files from cache in public links: [#7811](https://github.com/owncloud/web/pull/7811)

When apps (i.e Drawio) try to load a file, the browser caches the request. If the file was
modified somewhere else, this causes inconsistent results which prevent saving any changes
until the cache is properly cleared. This had previously been fixed for normal files, but not
yet for public links - which we took care of now.

https://github.com/owncloud/web/pull/7811
https://github.com/owncloud/web/pull/7075

* Bugfix - "Private link"-button alignment: [#7640](https://github.com/owncloud/web/pull/7640)

We've fixed the alignment of the "Private link"-button in the sidebar.
Expand Down

0 comments on commit 496023b

Please sign in to comment.