From bdc860d092c979dbe91c236070fda9d5858e3abd Mon Sep 17 00:00:00 2001 From: Hannah von Reth Date: Mon, 17 Jan 2022 12:24:07 +0100 Subject: Version bump --- changelog/2.10.0_2022-01-17/4896 | 6 ++++++ changelog/2.10.0_2022-01-17/8924 | 9 +++++++++ changelog/2.10.0_2022-01-17/9000 | 7 +++++++ changelog/2.10.0_2022-01-17/9071 | 5 +++++ changelog/2.10.0_2022-01-17/9099 | 6 ++++++ changelog/2.10.0_2022-01-17/9149 | 8 ++++++++ changelog/2.10.0_2022-01-17/9150 | 7 +++++++ changelog/2.10.0_2022-01-17/9170 | 6 ++++++ changelog/2.10.0_2022-01-17/9194 | 9 +++++++++ changelog/2.10.0_2022-01-17/9196 | 6 ++++++ changelog/2.10.0_2022-01-17/9208 | 7 +++++++ changelog/2.10.0_2022-01-17/9223 | 10 ++++++++++ changelog/2.10.0_2022-01-17/9241 | 8 ++++++++ changelog/2.10.0_2022-01-17/9257 | 7 +++++++ changelog/2.10.0_2022-01-17/9266 | 7 +++++++ changelog/2.10.0_2022-01-17/9291 | 6 ++++++ changelog/2.10.0_2022-01-17/9293 | 9 +++++++++ changelog/2.10.0_2022-01-17/9341 | 5 +++++ changelog/2.10.0_2022-01-17/9342 | 6 ++++++ changelog/2.10.0_2022-01-17/client-desktop-vfs-win-12 | 6 ++++++ changelog/2.10.0_2022-01-17/client-desktop-vfs-win-13 | 6 ++++++ changelog/unreleased/4896 | 6 ------ changelog/unreleased/8924 | 9 --------- changelog/unreleased/9000 | 7 ------- changelog/unreleased/9071 | 5 ----- changelog/unreleased/9099 | 6 ------ changelog/unreleased/9149 | 8 -------- changelog/unreleased/9150 | 7 ------- changelog/unreleased/9170 | 6 ------ changelog/unreleased/9194 | 9 --------- changelog/unreleased/9196 | 6 ------ changelog/unreleased/9208 | 7 ------- changelog/unreleased/9223 | 10 ---------- changelog/unreleased/9241 | 8 -------- changelog/unreleased/9257 | 7 ------- changelog/unreleased/9266 | 7 ------- changelog/unreleased/9291 | 6 ------ changelog/unreleased/9293 | 9 --------- changelog/unreleased/9341 | 5 ----- changelog/unreleased/9342 | 6 ------ changelog/unreleased/client-desktop-vfs-win-12 | 6 ------ changelog/unreleased/client-desktop-vfs-win-13 | 6 ------ 42 files changed, 146 insertions(+), 146 deletions(-) create mode 100644 changelog/2.10.0_2022-01-17/4896 create mode 100644 changelog/2.10.0_2022-01-17/8924 create mode 100644 changelog/2.10.0_2022-01-17/9000 create mode 100644 changelog/2.10.0_2022-01-17/9071 create mode 100644 changelog/2.10.0_2022-01-17/9099 create mode 100644 changelog/2.10.0_2022-01-17/9149 create mode 100644 changelog/2.10.0_2022-01-17/9150 create mode 100644 changelog/2.10.0_2022-01-17/9170 create mode 100644 changelog/2.10.0_2022-01-17/9194 create mode 100644 changelog/2.10.0_2022-01-17/9196 create mode 100644 changelog/2.10.0_2022-01-17/9208 create mode 100644 changelog/2.10.0_2022-01-17/9223 create mode 100644 changelog/2.10.0_2022-01-17/9241 create mode 100644 changelog/2.10.0_2022-01-17/9257 create mode 100644 changelog/2.10.0_2022-01-17/9266 create mode 100644 changelog/2.10.0_2022-01-17/9291 create mode 100644 changelog/2.10.0_2022-01-17/9293 create mode 100644 changelog/2.10.0_2022-01-17/9341 create mode 100644 changelog/2.10.0_2022-01-17/9342 create mode 100644 changelog/2.10.0_2022-01-17/client-desktop-vfs-win-12 create mode 100644 changelog/2.10.0_2022-01-17/client-desktop-vfs-win-13 delete mode 100644 changelog/unreleased/4896 delete mode 100644 changelog/unreleased/8924 delete mode 100644 changelog/unreleased/9000 delete mode 100644 changelog/unreleased/9071 delete mode 100644 changelog/unreleased/9099 delete mode 100644 changelog/unreleased/9149 delete mode 100644 changelog/unreleased/9150 delete mode 100644 changelog/unreleased/9170 delete mode 100644 changelog/unreleased/9194 delete mode 100644 changelog/unreleased/9196 delete mode 100644 changelog/unreleased/9208 delete mode 100644 changelog/unreleased/9223 delete mode 100644 changelog/unreleased/9241 delete mode 100644 changelog/unreleased/9257 delete mode 100644 changelog/unreleased/9266 delete mode 100644 changelog/unreleased/9291 delete mode 100644 changelog/unreleased/9293 delete mode 100644 changelog/unreleased/9341 delete mode 100644 changelog/unreleased/9342 delete mode 100644 changelog/unreleased/client-desktop-vfs-win-12 delete mode 100644 changelog/unreleased/client-desktop-vfs-win-13 (limited to 'changelog') diff --git a/changelog/2.10.0_2022-01-17/4896 b/changelog/2.10.0_2022-01-17/4896 new file mode 100644 index 000000000..cc22d3570 --- /dev/null +++ b/changelog/2.10.0_2022-01-17/4896 @@ -0,0 +1,6 @@ +Bugfix: Issues with long file path + +We fixed another issue with long Windows paths. + + +https://github.com/owncloud/enterprise/issues/4896 diff --git a/changelog/2.10.0_2022-01-17/8924 b/changelog/2.10.0_2022-01-17/8924 new file mode 100644 index 000000000..f912bf333 --- /dev/null +++ b/changelog/2.10.0_2022-01-17/8924 @@ -0,0 +1,9 @@ +Bugfix: Do not ask for credentails at start-up when the user logged out + +When a user would logout, and quit the client, then on the next start +the client would immediately ask for credentials. This has been fixed by +storing the fact that the user logged out before in the account +settings. + +https://github.com/owncloud/client/issues/8924 + diff --git a/changelog/2.10.0_2022-01-17/9000 b/changelog/2.10.0_2022-01-17/9000 new file mode 100644 index 000000000..d7b2c903a --- /dev/null +++ b/changelog/2.10.0_2022-01-17/9000 @@ -0,0 +1,7 @@ +Enhancement: Reintroduce issue filtering + +We reintroduced a filtering option to the issue table. +With the addition of a Filter button we also made the existing filter by account feature more accessible. + +https://github.com/owncloud/client/issues/9000 +https://github.com/owncloud/client/pull/9023 diff --git a/changelog/2.10.0_2022-01-17/9071 b/changelog/2.10.0_2022-01-17/9071 new file mode 100644 index 000000000..7f06ad929 --- /dev/null +++ b/changelog/2.10.0_2022-01-17/9071 @@ -0,0 +1,5 @@ +Bugfix: A folder moved on the server was displayed as outdated + +We fixed a bug where a folder moved on the server was displayed as outdated. + +https://github.com/owncloud/client/issues/9071 diff --git a/changelog/2.10.0_2022-01-17/9099 b/changelog/2.10.0_2022-01-17/9099 new file mode 100644 index 000000000..afb0c7a11 --- /dev/null +++ b/changelog/2.10.0_2022-01-17/9099 @@ -0,0 +1,6 @@ +Enhancement: Allow to remove broken sync folders + +In case a folder is no longer available it was not possible to remove the folder. +We now made the remove action available in that case. + +https://github.com/owncloud/client/pull/9099 diff --git a/changelog/2.10.0_2022-01-17/9149 b/changelog/2.10.0_2022-01-17/9149 new file mode 100644 index 000000000..a31f84053 --- /dev/null +++ b/changelog/2.10.0_2022-01-17/9149 @@ -0,0 +1,8 @@ +Bugfix: immediately propagate changes to the ignore list + +Previously, when changing the ignore list, those changes would not be +propagated to existing sync folders. Only after restarting the client, +would these changes be applied. + +https://github.com/owncloud/client/issues/8975 +https://github.com/owncloud/client/pull/9149 diff --git a/changelog/2.10.0_2022-01-17/9150 b/changelog/2.10.0_2022-01-17/9150 new file mode 100644 index 000000000..51fd69712 --- /dev/null +++ b/changelog/2.10.0_2022-01-17/9150 @@ -0,0 +1,7 @@ +Bugfix: Fix icon name in desktop file with ownBrander themes + +Fixes broken icon reference in desktop entries for some branded build themes. + +https://github.com/owncloud/client/issues/8992 +https://github.com/owncloud/client/pull/9150 + diff --git a/changelog/2.10.0_2022-01-17/9170 b/changelog/2.10.0_2022-01-17/9170 new file mode 100644 index 000000000..baf7102ac --- /dev/null +++ b/changelog/2.10.0_2022-01-17/9170 @@ -0,0 +1,6 @@ +Bugfix: Crash when handling locked files + +We fixed a crash that could occur when trying to add a locked folder to the databse. + + +https://github.com/owncloud/client/issues/9170 diff --git a/changelog/2.10.0_2022-01-17/9194 b/changelog/2.10.0_2022-01-17/9194 new file mode 100644 index 000000000..cdb04b1fe --- /dev/null +++ b/changelog/2.10.0_2022-01-17/9194 @@ -0,0 +1,9 @@ +Bugfix: Don't abort upload if chunk is locked + +Since 2.9 we know that we need exclusive file access to a file to properly handle it with Windows virtual files. +Therefore we checked for the locked state before we start the upload. +Due to a bug we checked that for each file chunk, now we only check when the upload starts and when it finished completely. + +https://github.com/owncloud/client/issues/9194 +https://github.com/owncloud/client/pull/9264 +https://github.com/owncloud/client/pull/9296 diff --git a/changelog/2.10.0_2022-01-17/9196 b/changelog/2.10.0_2022-01-17/9196 new file mode 100644 index 000000000..18503f1df --- /dev/null +++ b/changelog/2.10.0_2022-01-17/9196 @@ -0,0 +1,6 @@ +Bugfix: Always restart OAuth2 on error + +We now always restart the OAuth2 process once we got a result. +This will ensure that a second try after an error occurred can succeed. + +https://github.com/owncloud/client/issues/9196 diff --git a/changelog/2.10.0_2022-01-17/9208 b/changelog/2.10.0_2022-01-17/9208 new file mode 100644 index 000000000..4a13803e7 --- /dev/null +++ b/changelog/2.10.0_2022-01-17/9208 @@ -0,0 +1,7 @@ +Enhancement: Also ignore local reapeating errors for a period of time + +If an error occurs on the server (a url is not reachable) we try a couple of times, then we ignore that file for a period of time. +We now do the same with erros that occure locally. + +https://github.com/owncloud/client/issues/9208 +https://github.com/owncloud/client/issues/9133 diff --git a/changelog/2.10.0_2022-01-17/9223 b/changelog/2.10.0_2022-01-17/9223 new file mode 100644 index 000000000..e8411e96d --- /dev/null +++ b/changelog/2.10.0_2022-01-17/9223 @@ -0,0 +1,10 @@ +Bugfix: Display correct error message for files containign `\:?*"<>|` + +While the error message was supposed to be: +`File names containing the character '%1' are not supported on this file system.` + +We displayed: +`The file name is a reserved name on this file system.` + +https://github.com/owncloud/client/pull/9223/ + diff --git a/changelog/2.10.0_2022-01-17/9241 b/changelog/2.10.0_2022-01-17/9241 new file mode 100644 index 000000000..84ae11c40 --- /dev/null +++ b/changelog/2.10.0_2022-01-17/9241 @@ -0,0 +1,8 @@ +Bugfix: Do not sync when unsyncedfolders file cannot be read + +owncloudcmd now checks if the file specified by --unsyncedfolders exists +and can be read, before starting the sync. If it does not exist, show an +error message and quit immediately. + +https://github.com/owncloud/client/issues/9165 +https://github.com/owncloud/client/pull/9241 diff --git a/changelog/2.10.0_2022-01-17/9257 b/changelog/2.10.0_2022-01-17/9257 new file mode 100644 index 000000000..56626eee6 --- /dev/null +++ b/changelog/2.10.0_2022-01-17/9257 @@ -0,0 +1,7 @@ +Bugfix: Fix failing dehydration causing files to be moved to trash + +If files where dehydrated by the user the action could fail under certain conditions +which caused a deletion of the file. + +https://github.com/owncloud/client/pull/9257 +https://github.com/owncloud/client-desktop-vfs-win/pull/9 diff --git a/changelog/2.10.0_2022-01-17/9266 b/changelog/2.10.0_2022-01-17/9266 new file mode 100644 index 000000000..af3944746 --- /dev/null +++ b/changelog/2.10.0_2022-01-17/9266 @@ -0,0 +1,7 @@ +Bugfix: Do not show Activity tab if server app is disabled or uninstalled + +The Activity app API nowadays returns error responses in case the app is disabled or uninstalled. +This new behavior is now supported in the client. + +https://github.com/owncloud/client/issues/9260 +https://github.com/owncloud/client/pull/9266 diff --git a/changelog/2.10.0_2022-01-17/9291 b/changelog/2.10.0_2022-01-17/9291 new file mode 100644 index 000000000..e12db36ca --- /dev/null +++ b/changelog/2.10.0_2022-01-17/9291 @@ -0,0 +1,6 @@ +Enhancement: Remove the availability menu from the ui + +The availability options should be handled on a folder base and in the file browser. + + +https://github.com/owncloud/client/pull/9291 \ No newline at end of file diff --git a/changelog/2.10.0_2022-01-17/9293 b/changelog/2.10.0_2022-01-17/9293 new file mode 100644 index 000000000..515f55ba2 --- /dev/null +++ b/changelog/2.10.0_2022-01-17/9293 @@ -0,0 +1,9 @@ +Bugfix: Handle file locks for delete jobs + +We no longer report an error when the client tries to delete a locked file +but wait for the lock to be removed. + +This only works when a file is deleted not on folders. + +https://github.com/owncloud/client/issues/9293 +https://github.com/owncloud/client/pull/9295 diff --git a/changelog/2.10.0_2022-01-17/9341 b/changelog/2.10.0_2022-01-17/9341 new file mode 100644 index 000000000..e9e16fc9e --- /dev/null +++ b/changelog/2.10.0_2022-01-17/9341 @@ -0,0 +1,5 @@ +Bugfix: Run a full local discovery after we where paused or on a forced sync + +Previously we did a incremental search wich might have skipped some local changes. + +https://github.com/owncloud/client/issues/9341 diff --git a/changelog/2.10.0_2022-01-17/9342 b/changelog/2.10.0_2022-01-17/9342 new file mode 100644 index 000000000..285c03aad --- /dev/null +++ b/changelog/2.10.0_2022-01-17/9342 @@ -0,0 +1,6 @@ +Bugfix: Infinite sync loop if folder is locked + +We fixed a bug that caused an infinite sync loop if an error occured. + +https://github.com/owncloud/client/issues/9342 +https://github.com/owncloud/client-desktop-vfs-win/pull/14 diff --git a/changelog/2.10.0_2022-01-17/client-desktop-vfs-win-12 b/changelog/2.10.0_2022-01-17/client-desktop-vfs-win-12 new file mode 100644 index 000000000..aa7c3aae0 --- /dev/null +++ b/changelog/2.10.0_2022-01-17/client-desktop-vfs-win-12 @@ -0,0 +1,6 @@ +Enhancement: Add the syncroot to the search indexed with Windows VFS + +Microsoft recommends adding the syncroot to search indexer to improve +the performance with the file status icons. + +https://github.com/owncloud/client-desktop-vfs-win/pull/12 diff --git a/changelog/2.10.0_2022-01-17/client-desktop-vfs-win-13 b/changelog/2.10.0_2022-01-17/client-desktop-vfs-win-13 new file mode 100644 index 000000000..8d17c2789 --- /dev/null +++ b/changelog/2.10.0_2022-01-17/client-desktop-vfs-win-13 @@ -0,0 +1,6 @@ +Bugfix: We fixed a possible crash + +We fixed a possible crash that could happen during the +initialisation of the vfs plugin. + +https://github.com/owncloud/client-desktop-vfs-win/pull/13 diff --git a/changelog/unreleased/4896 b/changelog/unreleased/4896 deleted file mode 100644 index cc22d3570..000000000 --- a/changelog/unreleased/4896 +++ /dev/null @@ -1,6 +0,0 @@ -Bugfix: Issues with long file path - -We fixed another issue with long Windows paths. - - -https://github.com/owncloud/enterprise/issues/4896 diff --git a/changelog/unreleased/8924 b/changelog/unreleased/8924 deleted file mode 100644 index f912bf333..000000000 --- a/changelog/unreleased/8924 +++ /dev/null @@ -1,9 +0,0 @@ -Bugfix: Do not ask for credentails at start-up when the user logged out - -When a user would logout, and quit the client, then on the next start -the client would immediately ask for credentials. This has been fixed by -storing the fact that the user logged out before in the account -settings. - -https://github.com/owncloud/client/issues/8924 - diff --git a/changelog/unreleased/9000 b/changelog/unreleased/9000 deleted file mode 100644 index d7b2c903a..000000000 --- a/changelog/unreleased/9000 +++ /dev/null @@ -1,7 +0,0 @@ -Enhancement: Reintroduce issue filtering - -We reintroduced a filtering option to the issue table. -With the addition of a Filter button we also made the existing filter by account feature more accessible. - -https://github.com/owncloud/client/issues/9000 -https://github.com/owncloud/client/pull/9023 diff --git a/changelog/unreleased/9071 b/changelog/unreleased/9071 deleted file mode 100644 index 7f06ad929..000000000 --- a/changelog/unreleased/9071 +++ /dev/null @@ -1,5 +0,0 @@ -Bugfix: A folder moved on the server was displayed as outdated - -We fixed a bug where a folder moved on the server was displayed as outdated. - -https://github.com/owncloud/client/issues/9071 diff --git a/changelog/unreleased/9099 b/changelog/unreleased/9099 deleted file mode 100644 index afb0c7a11..000000000 --- a/changelog/unreleased/9099 +++ /dev/null @@ -1,6 +0,0 @@ -Enhancement: Allow to remove broken sync folders - -In case a folder is no longer available it was not possible to remove the folder. -We now made the remove action available in that case. - -https://github.com/owncloud/client/pull/9099 diff --git a/changelog/unreleased/9149 b/changelog/unreleased/9149 deleted file mode 100644 index a31f84053..000000000 --- a/changelog/unreleased/9149 +++ /dev/null @@ -1,8 +0,0 @@ -Bugfix: immediately propagate changes to the ignore list - -Previously, when changing the ignore list, those changes would not be -propagated to existing sync folders. Only after restarting the client, -would these changes be applied. - -https://github.com/owncloud/client/issues/8975 -https://github.com/owncloud/client/pull/9149 diff --git a/changelog/unreleased/9150 b/changelog/unreleased/9150 deleted file mode 100644 index 51fd69712..000000000 --- a/changelog/unreleased/9150 +++ /dev/null @@ -1,7 +0,0 @@ -Bugfix: Fix icon name in desktop file with ownBrander themes - -Fixes broken icon reference in desktop entries for some branded build themes. - -https://github.com/owncloud/client/issues/8992 -https://github.com/owncloud/client/pull/9150 - diff --git a/changelog/unreleased/9170 b/changelog/unreleased/9170 deleted file mode 100644 index baf7102ac..000000000 --- a/changelog/unreleased/9170 +++ /dev/null @@ -1,6 +0,0 @@ -Bugfix: Crash when handling locked files - -We fixed a crash that could occur when trying to add a locked folder to the databse. - - -https://github.com/owncloud/client/issues/9170 diff --git a/changelog/unreleased/9194 b/changelog/unreleased/9194 deleted file mode 100644 index cdb04b1fe..000000000 --- a/changelog/unreleased/9194 +++ /dev/null @@ -1,9 +0,0 @@ -Bugfix: Don't abort upload if chunk is locked - -Since 2.9 we know that we need exclusive file access to a file to properly handle it with Windows virtual files. -Therefore we checked for the locked state before we start the upload. -Due to a bug we checked that for each file chunk, now we only check when the upload starts and when it finished completely. - -https://github.com/owncloud/client/issues/9194 -https://github.com/owncloud/client/pull/9264 -https://github.com/owncloud/client/pull/9296 diff --git a/changelog/unreleased/9196 b/changelog/unreleased/9196 deleted file mode 100644 index 18503f1df..000000000 --- a/changelog/unreleased/9196 +++ /dev/null @@ -1,6 +0,0 @@ -Bugfix: Always restart OAuth2 on error - -We now always restart the OAuth2 process once we got a result. -This will ensure that a second try after an error occurred can succeed. - -https://github.com/owncloud/client/issues/9196 diff --git a/changelog/unreleased/9208 b/changelog/unreleased/9208 deleted file mode 100644 index 4a13803e7..000000000 --- a/changelog/unreleased/9208 +++ /dev/null @@ -1,7 +0,0 @@ -Enhancement: Also ignore local reapeating errors for a period of time - -If an error occurs on the server (a url is not reachable) we try a couple of times, then we ignore that file for a period of time. -We now do the same with erros that occure locally. - -https://github.com/owncloud/client/issues/9208 -https://github.com/owncloud/client/issues/9133 diff --git a/changelog/unreleased/9223 b/changelog/unreleased/9223 deleted file mode 100644 index e8411e96d..000000000 --- a/changelog/unreleased/9223 +++ /dev/null @@ -1,10 +0,0 @@ -Bugfix: Display correct error message for files containign `\:?*"<>|` - -While the error message was supposed to be: -`File names containing the character '%1' are not supported on this file system.` - -We displayed: -`The file name is a reserved name on this file system.` - -https://github.com/owncloud/client/pull/9223/ - diff --git a/changelog/unreleased/9241 b/changelog/unreleased/9241 deleted file mode 100644 index 84ae11c40..000000000 --- a/changelog/unreleased/9241 +++ /dev/null @@ -1,8 +0,0 @@ -Bugfix: Do not sync when unsyncedfolders file cannot be read - -owncloudcmd now checks if the file specified by --unsyncedfolders exists -and can be read, before starting the sync. If it does not exist, show an -error message and quit immediately. - -https://github.com/owncloud/client/issues/9165 -https://github.com/owncloud/client/pull/9241 diff --git a/changelog/unreleased/9257 b/changelog/unreleased/9257 deleted file mode 100644 index 56626eee6..000000000 --- a/changelog/unreleased/9257 +++ /dev/null @@ -1,7 +0,0 @@ -Bugfix: Fix failing dehydration causing files to be moved to trash - -If files where dehydrated by the user the action could fail under certain conditions -which caused a deletion of the file. - -https://github.com/owncloud/client/pull/9257 -https://github.com/owncloud/client-desktop-vfs-win/pull/9 diff --git a/changelog/unreleased/9266 b/changelog/unreleased/9266 deleted file mode 100644 index af3944746..000000000 --- a/changelog/unreleased/9266 +++ /dev/null @@ -1,7 +0,0 @@ -Bugfix: Do not show Activity tab if server app is disabled or uninstalled - -The Activity app API nowadays returns error responses in case the app is disabled or uninstalled. -This new behavior is now supported in the client. - -https://github.com/owncloud/client/issues/9260 -https://github.com/owncloud/client/pull/9266 diff --git a/changelog/unreleased/9291 b/changelog/unreleased/9291 deleted file mode 100644 index e12db36ca..000000000 --- a/changelog/unreleased/9291 +++ /dev/null @@ -1,6 +0,0 @@ -Enhancement: Remove the availability menu from the ui - -The availability options should be handled on a folder base and in the file browser. - - -https://github.com/owncloud/client/pull/9291 \ No newline at end of file diff --git a/changelog/unreleased/9293 b/changelog/unreleased/9293 deleted file mode 100644 index 515f55ba2..000000000 --- a/changelog/unreleased/9293 +++ /dev/null @@ -1,9 +0,0 @@ -Bugfix: Handle file locks for delete jobs - -We no longer report an error when the client tries to delete a locked file -but wait for the lock to be removed. - -This only works when a file is deleted not on folders. - -https://github.com/owncloud/client/issues/9293 -https://github.com/owncloud/client/pull/9295 diff --git a/changelog/unreleased/9341 b/changelog/unreleased/9341 deleted file mode 100644 index e9e16fc9e..000000000 --- a/changelog/unreleased/9341 +++ /dev/null @@ -1,5 +0,0 @@ -Bugfix: Run a full local discovery after we where paused or on a forced sync - -Previously we did a incremental search wich might have skipped some local changes. - -https://github.com/owncloud/client/issues/9341 diff --git a/changelog/unreleased/9342 b/changelog/unreleased/9342 deleted file mode 100644 index 285c03aad..000000000 --- a/changelog/unreleased/9342 +++ /dev/null @@ -1,6 +0,0 @@ -Bugfix: Infinite sync loop if folder is locked - -We fixed a bug that caused an infinite sync loop if an error occured. - -https://github.com/owncloud/client/issues/9342 -https://github.com/owncloud/client-desktop-vfs-win/pull/14 diff --git a/changelog/unreleased/client-desktop-vfs-win-12 b/changelog/unreleased/client-desktop-vfs-win-12 deleted file mode 100644 index aa7c3aae0..000000000 --- a/changelog/unreleased/client-desktop-vfs-win-12 +++ /dev/null @@ -1,6 +0,0 @@ -Enhancement: Add the syncroot to the search indexed with Windows VFS - -Microsoft recommends adding the syncroot to search indexer to improve -the performance with the file status icons. - -https://github.com/owncloud/client-desktop-vfs-win/pull/12 diff --git a/changelog/unreleased/client-desktop-vfs-win-13 b/changelog/unreleased/client-desktop-vfs-win-13 deleted file mode 100644 index 8d17c2789..000000000 --- a/changelog/unreleased/client-desktop-vfs-win-13 +++ /dev/null @@ -1,6 +0,0 @@ -Bugfix: We fixed a possible crash - -We fixed a possible crash that could happen during the -initialisation of the vfs plugin. - -https://github.com/owncloud/client-desktop-vfs-win/pull/13 -- cgit v1.2.3