mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 12:58:50 +00:00
Monotone-Parent: ddb6d1e34096a18e84b736ef11f42b6e70af2cec
Monotone-Revision: 227d08b1bace5a1e7b0760cc82dc7381016175ae Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-06-10T18:40:57 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-06-10 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoSystemDefaults.m (-CASLogoutEnabled): new
|
||||
method that returns whether the "SOGoCASLogoutEnabled" ud is set.
|
||||
|
||||
2010-06-09 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoUserFolder.m (_subFoldersFromFolder:):
|
||||
|
||||
@@ -63,6 +63,7 @@
|
||||
- (NSString *) authenticationType;
|
||||
|
||||
- (NSString *) CASServiceURL;
|
||||
- (BOOL) CASLogoutEnabled;
|
||||
|
||||
- (BOOL) enablePublicAccess;
|
||||
|
||||
|
||||
@@ -296,6 +296,11 @@ BootstrapNSUserDefaults ()
|
||||
return [self stringForKey: @"SOGoCASServiceURL"];
|
||||
}
|
||||
|
||||
- (BOOL) CASLogoutEnabled
|
||||
{
|
||||
return [self boolForKey: @"SOGoCASLogoutEnabled"];
|
||||
}
|
||||
|
||||
- (BOOL) enablePublicAccess
|
||||
{
|
||||
return [self boolForKey: @"SOGoEnablePublicAccess"];
|
||||
|
||||
Reference in New Issue
Block a user