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:
authorErik Verbruggen <erik@verbruggen.consulting>2022-02-16 21:46:03 +0300
committerHannah von Reth <vonreth@kde.org>2022-02-18 13:55:32 +0300
commitfd361e8aa5471c75f56c414cce180b805eb219a5 (patch)
treeaf9e0bf58d14080ef745323124899a573a9cd614 /changelog
parenta286529b46de1fd7f2e19c59ec719be4f8961ca8 (diff)
SocketAPI: Do not strip trailing whitespace from paths
When stripped, the wrong file name is queried in the DB, and the status badges shown in Finder will not be there. Fixes: https://github.com/owncloud/client/issues/9030
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/90304
1 files changed, 4 insertions, 0 deletions
diff --git a/changelog/unreleased/9030 b/changelog/unreleased/9030
new file mode 100644
index 000000000..9a94738e1
--- /dev/null
+++ b/changelog/unreleased/9030
@@ -0,0 +1,4 @@
+Bugfix: Do not strip trailing whitespace from a file or folder name
+
+https://github.com/owncloud/client/issues/9030
+https://github.com/owncloud/client/pull/9452