From 4e6586bf4a78ad11845d0e77be00f7f2b7743a55 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 30 Jul 2007 15:56:58 +0000 Subject: [PATCH] Monotone-Parent: b84ec9dfa896541bccb01ef1607b78353b63bad0 Monotone-Revision: a08ab23d521b24b5495493a2b4c03707186b438e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-07-30T15:56:58 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ SoObjects/SOGo/SOGoObject.m | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 17613e5c9..a8502bad2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-07-30 Wolfgang Sourdeau + * 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]): diff --git a/SoObjects/SOGo/SOGoObject.m b/SoObjects/SOGo/SOGoObject.m index 8691beff0..8d84e9289 100644 --- a/SoObjects/SOGo/SOGoObject.m +++ b/SoObjects/SOGo/SOGoObject.m @@ -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