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-11-15 15:23:13 +0300
committerHannah von Reth <vonreth@kde.org>2021-11-16 17:52:38 +0300
commitaa32490df5e2ff7d57c9070556d0ab1d8acc62f3 (patch)
treec69b66d86f461b033b208e07d0636a17e94e3267 /changelog/unreleased
parent3e64237c7d8d17c54c09091c08e17cb10e7fb1ca (diff)
Add branding option to disable multiple db warning
Diffstat (limited to 'changelog/unreleased')
-rw-r--r--changelog/unreleased/92167
1 files changed, 7 insertions, 0 deletions
diff --git a/changelog/unreleased/9216 b/changelog/unreleased/9216
new file mode 100644
index 000000000..d1e7367ac
--- /dev/null
+++ b/changelog/unreleased/9216
@@ -0,0 +1,7 @@
+Enhancement: Branding option to disable warning for multiple sync_journal.db's
+
+We added a branding option that disables the `Multiple accounts are sharing the folder` warning.
+In previous client versions a bug caused the creation of new sync journals, causing false positives in the detection.
+While this can be handled by the individual user, companies with multiple hundreds of users may opt to disable the warning.
+
+https://github.com/owncloud/client/pull/9216