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>2021-02-09 17:42:11 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-02-09 17:42:11 +0300
commitf62983f3d22b09683fb83d9aea159d3e482c9f4a (patch)
tree8e2a89aa0ab73905ed190d47ee3830752ab8a4ed /changelog
parentda7c3654df0fe510f0d658a2d3d3b1cad0fe6543 (diff)
parenta3dc6a25eb36cb3ac76e5eb720aa0c64fe1819ef (diff)
Merge remote-tracking branch 'origin/2.7' into master
Diffstat (limited to 'changelog')
-rw-r--r--changelog/2.7.6_2021-02-04/43875
-rw-r--r--changelog/2.7.6_2021-02-04/83717
2 files changed, 12 insertions, 0 deletions
diff --git a/changelog/2.7.6_2021-02-04/4387 b/changelog/2.7.6_2021-02-04/4387
new file mode 100644
index 000000000..df5192751
--- /dev/null
+++ b/changelog/2.7.6_2021-02-04/4387
@@ -0,0 +1,5 @@
+Bugfix: Fix missing sidebar icons on Mac with branded builds
+
+We fixed an issue where branded client where lacking the sidebar icons.
+
+https://github.com/owncloud/enterprise/issues/4387
diff --git a/changelog/2.7.6_2021-02-04/8371 b/changelog/2.7.6_2021-02-04/8371
new file mode 100644
index 000000000..7849dfb1c
--- /dev/null
+++ b/changelog/2.7.6_2021-02-04/8371
@@ -0,0 +1,7 @@
+Bugfix: Case sensitive comparison of checksum algorithm
+
+We fixed a bug where the checksum detection was case sensitive
+and used a different casing than the server.
+
+https://github.com/owncloud/client/pull/8371
+https://github.com/owncloud/client/pull/8376