diff --git a/changelog/unreleased/12000.md b/changelog/unreleased/12000.md new file mode 100644 index 00000000000..1ac50869b99 --- /dev/null +++ b/changelog/unreleased/12000.md @@ -0,0 +1,12 @@ +Bugfix: crash when checking the sync file status + +Sometimes a `Folder` is created for a local path that we cannot sync +(e.g. it's not writable). This folder will not have a sync engine. If +the engine of this `Folder` is accessed, this will lead to a crash. + +The fix is to check for the existence of a sync engine in the +`Folder::canSync()` method. + +https://github.com/owncloud/client/issues/11981 +https://github.com/owncloud/client/pull/11982 +https://github.com/owncloud/client/pull/12000 diff --git a/changelog/unreleased/12005.md b/changelog/unreleased/12005.md new file mode 100644 index 00000000000..5e9a540dd99 --- /dev/null +++ b/changelog/unreleased/12005.md @@ -0,0 +1,7 @@ +Bugfix: OAuth: Prevent logout when refreshing token + +Prevent the user being logged out when the network disappears during OAuth token refresh. + +https://github.com/owncloud/client/issues/11980 +https://github.com/owncloud/client/pull/11984 +https://github.com/owncloud/client/pull/12005 diff --git a/changelog/unreleased/installer-5.3.2.md b/changelog/unreleased/installer-5.3.2.md new file mode 100644 index 00000000000..c031889b877 --- /dev/null +++ b/changelog/unreleased/installer-5.3.2.md @@ -0,0 +1,5 @@ +Security: Fixing high security vulnerability in Windows Installer + +CVE and security advisory will follow. + +https://github.com/owncloud/client/issues/12010 \ No newline at end of file