Fix compilation warnings regarding ACLs

Also change the data structure of the JSON returned by [UIxAclEditor
aclsAction]. The user's displayName has been removed and replace by the
"cn" and "c_email" attributes. This will probably affect the Thunderbird
extensions.
This commit is contained in:
Francis Lachapelle
2014-11-11 22:32:46 -05:00
parent 9d9cf44411
commit 82873874da
6 changed files with 126 additions and 88 deletions
+3 -5
View File
@@ -1,8 +1,6 @@
/* UIxUserRightsEditor.h - this file is part of SOGo
*
* Copyright (C) 2007-2010 Inverse inc.
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
* Copyright (C) 2007-2014 Inverse inc.
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -48,8 +46,8 @@
- (void) removeRight: (NSString *) right;
- (void) removeAllRightsFromList: (NSArray *) list;
- (void) prepareRightsForm;
- (void) updateRights;
- (NSDictionary *) userRightsForObject;
- (void) updateRights: (NSDictionary *) newRights;
@end