Skip to content

Commit

Permalink
Automated changelog update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
elizavetaRa committed May 2, 2022
1 parent 5aed53f commit 5bbd582
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Summary
* Bugfix - Password enforcement for public links: [#6323](https://github.com/owncloud/web/issues/6323)
* Bugfix - Rename is clickable on mobile: [#6767](https://github.com/owncloud/web/issues/6767)
* Bugfix - Rename a file in favorites list with same name but in different folder: [#6804](https://github.com/owncloud/web/pull/6804)
* Bugfix - Resetting store on logout: [#6694](https://github.com/owncloud/web/pull/6694)
* Enhancement - Add OcContextualHelper: [#6590](https://github.com/owncloud/web/issues/6590)
* Enhancement - Add show file extension toggle switch in file list settings: [#6793](https://github.com/owncloud/web/pull/6793)
* Enhancement - Add un-share confirmation dialog: [#6795](https://github.com/owncloud/web/pull/6795)
Expand Down Expand Up @@ -90,6 +91,17 @@ Details
https://github.com/owncloud/web/issues/1750
https://github.com/owncloud/web/pull/6804

* Bugfix - Resetting store on logout: [#6694](https://github.com/owncloud/web/pull/6694)

When logging out, only some parts of vuex store were reset to default. This caused bugs by
switching to another account that has some other/missing settings. For example, if the
account has no quota, the quota of the previously logged in account was shown. We have fixed this
by resetting the user store module on logout with reset function (vuex extensions library) and
creating an action to reset dynamic nav items.

https://github.com/owncloud/web/issues/6549
https://github.com/owncloud/web/pull/6694

* Enhancement - Add OcContextualHelper: [#6590](https://github.com/owncloud/web/issues/6590)

We've added contextual helpers to provide more information based on the context
Expand Down

0 comments on commit 5bbd582

Please sign in to comment.