Monotone-Parent: b84ec9dfa896541bccb01ef1607b78353b63bad0

Monotone-Revision: a08ab23d521b24b5495493a2b4c03707186b438e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-07-30T15:56:58
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-07-30 15:56:58 +00:00
parent 8239402347
commit 4e6586bf4a
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
2007-07-30 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoObject.m ([SOGoObject +initialize]): no
longer declare security info from here.
* SoObjects/Mailer/SOGoMailFolder.m
([-isMessageKey:_keyinContext:_ctx]): removed useless method.
([SOGoMailFolder -lookupName:_keyinContext:acquire:_acquire]):

View File

@@ -167,10 +167,10 @@ static BOOL kontactGroupDAV = YES;
// SoClass security declarations
// require View permission to access the root (bound to authenticated ...)
[[self soClassSecurityInfo] declareObjectProtected: SoPerm_View];
// [[self soClassSecurityInfo] declareObjectProtected: SoPerm_View];
// to allow public access to all contained objects (subkeys)
[[self soClassSecurityInfo] setDefaultAccess: @"allow"];
// [[self soClassSecurityInfo] setDefaultAccess: @"allow"];
// /* require Authenticated role for View and WebDAV */
// [[self soClassSecurityInfo] declareRole: SoRole_Owner