mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
Monotone-Parent: ddbe9ba6f366f068053deeff94d16d49001eb7e1
Monotone-Revision: e8b3da9b104c4b14f0b2cd44a4efdac6944ee56f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-07-29T16:34:10 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2008-07-29 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoUserFolder.m ([SOGoUserFolder
|
||||
-davUserQuery:queryContext]): make searches only in user
|
||||
repositories and not in addressbooks.
|
||||
|
||||
2008-07-28 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/Scheduler/UIxCalMonthView.m ([UIxCalMonthView
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
#import <NGObjWeb/SoClassSecurityInfo.h>
|
||||
#import <NGObjWeb/SoSecurityManager.h>
|
||||
#import <NGObjWeb/WOContext+SoObjects.h>
|
||||
#import <NGObjWeb/WORequest.h>
|
||||
#import <NGObjWeb/WOResponse.h>
|
||||
|
||||
#import <NGExtensions/NSObject+Logs.h>
|
||||
@@ -315,8 +316,9 @@
|
||||
NSString *field;
|
||||
|
||||
fetch = [NSMutableString string];
|
||||
|
||||
um = [LDAPUserManager sharedUserManager];
|
||||
users = [[um fetchContactsMatching: user] objectEnumerator];
|
||||
users = [[um fetchUsersMatching: user] objectEnumerator];
|
||||
while ((currentUser = [users nextObject]))
|
||||
{
|
||||
[fetch appendString: @"<user>"];
|
||||
|
||||
Reference in New Issue
Block a user