Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2022-01-17 14:24:07 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2022-01-17 14:24:07 +0300
commitbdc860d092c979dbe91c236070fda9d5858e3abd (patch)
tree07791d0ee368bec2d8601ca9f8f29099aa43f472 /changelog/2.10.0_2022-01-17
parent03a1104f6ff22b2c685bddb99f42618a495bd4ad (diff)
Version bump
Diffstat (limited to 'changelog/2.10.0_2022-01-17')
-rw-r--r--changelog/2.10.0_2022-01-17/48966
-rw-r--r--changelog/2.10.0_2022-01-17/89249
-rw-r--r--changelog/2.10.0_2022-01-17/90007
-rw-r--r--changelog/2.10.0_2022-01-17/90715
-rw-r--r--changelog/2.10.0_2022-01-17/90996
-rw-r--r--changelog/2.10.0_2022-01-17/91498
-rw-r--r--changelog/2.10.0_2022-01-17/91507
-rw-r--r--changelog/2.10.0_2022-01-17/91706
-rw-r--r--changelog/2.10.0_2022-01-17/91949
-rw-r--r--changelog/2.10.0_2022-01-17/91966
-rw-r--r--changelog/2.10.0_2022-01-17/92087
-rw-r--r--changelog/2.10.0_2022-01-17/922310
-rw-r--r--changelog/2.10.0_2022-01-17/92418
-rw-r--r--changelog/2.10.0_2022-01-17/92577
-rw-r--r--changelog/2.10.0_2022-01-17/92667
-rw-r--r--changelog/2.10.0_2022-01-17/92916
-rw-r--r--changelog/2.10.0_2022-01-17/92939
-rw-r--r--changelog/2.10.0_2022-01-17/93415
-rw-r--r--changelog/2.10.0_2022-01-17/93426
-rw-r--r--changelog/2.10.0_2022-01-17/client-desktop-vfs-win-126
-rw-r--r--changelog/2.10.0_2022-01-17/client-desktop-vfs-win-136
21 files changed, 146 insertions, 0 deletions
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