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:
Wolfgang Sourdeau
2008-05-02 23:12:49 +00:00
parent b88f44fff3
commit 1cbbbb01be
3 changed files with 3 additions and 3 deletions

View File

@@ -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.

View File

@@ -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;

View File

@@ -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";