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 Nov 27, 2023
1 parent aa45300 commit d2433e9
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 @@ -29,6 +29,7 @@ Summary
* 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)
* Bugfix - Logout page after token expiry: [#10065](https://github.com/owncloud/web/pull/10065)
* 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 @@ -258,6 +259,14 @@ Details
https://github.com/owncloud/web/issues/10031
https://github.com/owncloud/web/pull/10059

* Bugfix - Logout page after token expiry: [#10065](https://github.com/owncloud/web/pull/10065)

Wrongly showing the logout page after revisiting Web with an expired token has
been fixed. Users now get redirected to the login page instead.

https://github.com/owncloud/web/issues/10063
https://github.com/owncloud/web/pull/10065

* 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 d2433e9

Please sign in to comment.