mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 22:38:51 +00:00
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:
@@ -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]):
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user