[Pkg-owncloud-commits] [owncloud-client] 112/498: Confirm feature: document the white/black/unconfirmed lists

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 9e17ddffae4fcbbcd9d2ff477ee7562439970107
Author: Olivier Goffart <ogoffart at woboq.com>
Date:   Tue May 26 14:41:29 2015 +0200

    Confirm feature: document the white/black/unconfirmed  lists
---
 src/libsync/syncjournaldb.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/libsync/syncjournaldb.h b/src/libsync/syncjournaldb.h
index b1b2d07..5dce557 100644
--- a/src/libsync/syncjournaldb.h
+++ b/src/libsync/syncjournaldb.h
@@ -92,8 +92,16 @@ public:
     QVector<PollInfo> getPollInfos();
 
     enum SelectiveSyncListType {
+        /** The black list is the list of folders that are unselected in the selective sync dialog.
+         * For the sync engine, those folders are considered as if they were not there, so the local
+         * folders will be deleted */
         SelectiveSyncBlackList = 1,
+        /** When a shared flder has a size bigger than a configured size, it is by default not sync'ed
+         * Unless it is in the white list, in which case the folder is sync'ed and all its children.
+         * If a folder is both on the black and the white list, the black list wins */
         SelectiveSyncWhiteList = 2,
+        /** List of big sync folder that have not been confirmed by the user yet and that the UI
+         * should notify about */
         SelectiveSyncUndecidedList = 3
     };
     /* return the specified list from the database */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list