mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-04 14:46:24 +00:00
Monotone-Parent: b8fdd2b522b773a7377d9617f8dce71cb94ce7db
Monotone-Revision: 54d620340f1ac6000e3bb0cff36102657f789f25 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-09-17T20:55:19 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-09-17 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* Main/SOGo+DAV.m (-davComplianceClassesInContext:): new method to
|
||||
declares DAV capabilities.
|
||||
|
||||
2010-09-17 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoGCSFolder.m (-renameTo:): don't act as the
|
||||
|
||||
@@ -530,4 +530,20 @@
|
||||
return davCurrentUserPrincipal;
|
||||
}
|
||||
|
||||
- (NSArray *) davComplianceClassesInContext: (WOContext *) localContext
|
||||
{
|
||||
static NSArray *classes = nil;
|
||||
|
||||
if (!classes)
|
||||
{
|
||||
classes = [NSArray arrayWithObjects: @"access-control",
|
||||
@"calendar-access", @"calendar-schedule",
|
||||
@"calendar-proxy", @"addressbook",
|
||||
nil];
|
||||
[classes retain];
|
||||
}
|
||||
|
||||
return classes;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user