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:
authorFabian Müller <fmueller@owncloud.com>2021-12-08 18:34:07 +0300
committerFabian Müller <80399010+fmoc@users.noreply.github.com>2021-12-08 22:06:53 +0300
commitc94b9170af37bc2cfa41dffc6a1777f31e9efc13 (patch)
treeac4da536989f2d725d295b1594caec9921cf28e1 /changelog
parentb0f356b86ece2a220377922ec5bcec3af381044b (diff)
Fix hiding of activity tab in case app is disabled or not installed
Diffstat (limited to 'changelog')
-rw-r--r--changelog/unreleased/92667
1 files changed, 7 insertions, 0 deletions
diff --git a/changelog/unreleased/9266 b/changelog/unreleased/9266
new file mode 100644
index 000000000..af3944746
--- /dev/null
+++ b/changelog/unreleased/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