mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-24 14:29:28 +00:00
Monotone-Parent: cb2b5ac6d1deb889762cf2eadc58376d6ab9f534
Monotone-Revision: f4d8a0e75faa4a181cfac93302360f7f4168e0cc Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-05-02T23:12:49 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2008-05-02 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoPermissions.[hm]: removed the "Save Acls"
|
||||
permission since its purposes matches SOPE's "Change Permissions".
|
||||
|
||||
* SoObjects/SOGo/SOGoGCSFolder.m ([SOGoGCSFolder
|
||||
+webdavAclManager]): new overriden method.
|
||||
|
||||
|
||||
@@ -71,7 +71,6 @@ extern NSString *SOGoCalendarRole_ComponentResponder;
|
||||
|
||||
extern NSString *SOGoPerm_AccessObject;
|
||||
extern NSString *SOGoPerm_ReadAcls;
|
||||
extern NSString *SOGoPerm_SaveAcls;
|
||||
extern NSString *SOGoPerm_FreeBusyLookup;
|
||||
|
||||
extern NSString *SOGoCalendarPerm_ViewWholePublicRecords;
|
||||
|
||||
@@ -75,7 +75,6 @@ NSString *SOGoPerm_AccessObject= @"Access Object";
|
||||
NSString *SOGoPerm_ReadAcls = @"ReadAcls"; /* the equivalent of "read-acl" in
|
||||
the WebDAV acls spec, which is
|
||||
currently missing from SOPE */
|
||||
NSString *SOGoPerm_SaveAcls = @"SaveAcls";
|
||||
NSString *SOGoPerm_FreeBusyLookup = @"FreeBusyLookup";
|
||||
|
||||
NSString *SOGoCalendarPerm_ViewWholePublicRecords = @"ViewWholePublicRecords";
|
||||
@@ -95,4 +94,3 @@ NSString *SOGoCalendarPerm_ViewAllComponent = @"ViewAllComponent";
|
||||
NSString *SOGoCalendarPerm_ViewDAndT = @"ViewDAndT";
|
||||
NSString *SOGoCalendarPerm_ModifyComponent = @"ModifyComponent";
|
||||
NSString *SOGoCalendarPerm_RespondToComponent = @"RespondToComponent";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user