sogo/Tools
Ludovic Marcotte c2e7f6a866 feat(preferences): allow hiding of vacation the vacation period
This is controllable using the new SOGoVacationPeriodEnabled
domain defaults variable.
2019-11-05 15:33:16 -05:00
..
GNUmakefile (feat) new sogo-tool manage-acl feature to get/add/remove ACLs from GCS folders 2017-02-20 18:57:46 -05:00
GNUmakefile.preamble (feat) email alarms now have pretty formatting (fixes #805) 2017-04-12 08:59:29 -04:00
README.backup Monotone-Parent: 1fb8ef38e6540891b9c5b8b0bdb02bde0768f4d9 2009-08-13 18:34:54 +00:00
SOGoEAlarmsNotifier.h Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoEAlarmsNotifier.m (fix) silence sogo-ealarms-notify verbose output (fixes #4170) 2017-07-04 13:15:29 -04:00
SOGoSockD.h (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:39:24 -05:00
SOGoSockD.m (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:39:24 -05:00
SOGoSockDOperation.h (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:39:24 -05:00
SOGoSockDOperation.m Fix calls to fetchContactsMatching: 2017-11-22 09:28:34 -05:00
SOGoSockDScanner.h (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:39:24 -05:00
SOGoSockDScanner.m (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:39:24 -05:00
SOGoTool.h Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoTool.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoToolBackup.m (obj-c) Indentation 2016-12-01 10:28:26 -05:00
SOGoToolCheckupUser.m (fix) minor fixes in tools 2017-02-22 11:00:01 -05:00
SOGoToolCleanupUser.m (obj-c) Indentation 2016-12-01 10:28:26 -05:00
SOGoToolCreateFolder.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoToolDumpDefaults.m (fix) added doc to sogo-tool manage-eas + did cleanups (fixes #3967) 2017-06-16 13:25:15 -04:00
SOGoToolExpireUserSessions.m (fix) added doc to sogo-tool manage-eas + did cleanups (fixes #3967) 2017-06-16 13:25:15 -04:00
SOGoToolManageACL.m (tool) Fix "manage-acl unsubscribe" 2018-11-13 10:59:08 -05:00
SOGoToolManageEAS.m (fix) added doc to sogo-tool manage-eas + did cleanups (fixes #3967) 2017-06-16 13:25:15 -04:00
SOGoToolRemove.m (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:39:24 -05:00
SOGoToolRemoveDoubles.m (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:39:24 -05:00
SOGoToolRenameUser.m (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:39:24 -05:00
SOGoToolRestore.h Applied PR90 as a patch due to too-many merge conflicts when cherry-picking 2015-07-22 09:05:17 -04:00
SOGoToolRestore.m (sogo-tool) Fix ACLs restore in single store mode 2018-04-27 12:36:40 -04:00
SOGoToolTruncateCalendar.m (fix) fixed typos in tools' help (fixes #4175) 2017-05-30 14:47:23 -04:00
SOGoToolUpdateAutoReply.m feat(preferences): allow hiding of vacation the vacation period 2019-11-05 15:33:16 -05:00
SOGoToolUserPreferences.m (fix) added doc to sogo-tool manage-eas + did cleanups (fixes #3967) 2017-06-16 13:25:15 -04:00
sogo-ealarms-notify.m (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:39:24 -05:00
sogo-slapd-sockd.m (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:39:24 -05:00
sogo-tool.m (fix) avoid showing debug info when not needed (fixes #3726) 2016-06-23 09:00:50 -04:00

README.backup

fileformat:
-----------
Property list:

{
  ldif_record = "dn: xxxxx\nfield: xxxx\n...";
  preferences = ( settingsdict, defaultsdict );
  tables = { "c_path4" = {
                displayname = "c_folder_name";
                records = { c_name = c_content1;
                            c_name2 = c_content2;
                            ... };
                acl = { userA = ( role1, role2, ...);
                        userB = ( role1, role2, ...);
                        ... };
             },
             ... };
}