mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 00:37:54 +02:00
* CalDAV: user agent detection of OS X 10.7 Lion iCal app (CoreDav instead of DavKit)
This commit is contained in:
@ -344,9 +344,10 @@ abstract class groupdav_handler
|
||||
$user_agent = strtolower($_SERVER['HTTP_USER_AGENT']);
|
||||
foreach(array(
|
||||
'iphone' => 'iphone', // Apple iPhone iCal
|
||||
'davkit' => 'davkit', // Apple iCal
|
||||
'davkit' => 'davkit', // Apple iCal 10.6
|
||||
'coredav' => 'coredav', // Apple iCal 10.7
|
||||
'dataaccess' => 'dataaccess', // Apple addressbook iPhone
|
||||
'cfnetwork' => 'cfnetwork', // Apple Addressbook
|
||||
'cfnetwork' => 'cfnetwork', // Apple Addressbook 10.6/7
|
||||
'bionicmessage.net' => 'funambol', // funambol GroupDAV connector from bionicmessage.net
|
||||
'zideone' => 'zideone', // zideone outlook plugin
|
||||
'lightning' => 'lightning', // Lighting (SOGo connector for addressbook)
|
||||
|
Reference in New Issue
Block a user