Commit Graph

12 Commits

Author SHA1 Message Date
Ralf Becker
3ddbb113ce * fixed handling of + char in VFS filenames (using egw_vfs::decodePath() instead of urldecode()) 2011-03-03 15:45:02 +00:00
Klaus Leithoff
1cd9eb2d6c make sure keywords of parameters/dparameters are stripped of leading and trailing whitespase, as this meets the expectation later on. Otherwise keys in the parameters/dparameters structure may not be found/identified 2010-09-28 07:42:55 +00:00
Ralf Becker
bb607c609c added support for PHP running as (F)CGI (uses ORIG_PATH_INFO instead of PATH_INFO) 2010-09-27 07:56:02 +00:00
Ralf Becker
dc94d60c4b * iPhone and Mac Addressbook support aka Apple CalDAV/CardDAV autodetection
Addressbook does NOT allow to specify the URL, unlike iCal which allows it after autodetection fails.
This, some XML specifics set now for Apple addressbook user-agents and etags for addressbook collection itself
allow now to use EGroupware with iPhone or Mac addressbook. The later was working before, if you edited the URL
into a decompiled plist file, but failed now because of a new REPORT it tries on the principal, to find out shared
addessbooks, which we not yet support, but failed to tell in the correct way (501 Not Implemented).
Addressbook sync now the personal addressbook, because that is what we tell it as addressbook-home-set.
We should add some configuration so user can choose what addressbook to set as addressbook-home-set, or to set
the "all" addressbook (/addressbook). For the later we could add some prefs like SyncML to specify filters or
eg. a distribution list.
2010-09-25 09:14:28 +00:00
Ralf Becker
21300696eb * updating API version to 1.9.001 and app version to 1.8 2010-09-05 17:57:47 +00:00
Ralf Becker
ec1d39a7a9 fixed fatal error: Cannot use object of type PEAR_Error as array, happening eg. if no or wrong credentials 2010-08-18 10:03:46 +00:00
Klaus Leithoff
502ccecfdb only try to fetch the bodystructure if there is a parsed response 2010-07-08 13:51:38 +00:00
Klaus Leithoff
03b392a0d2 quitening message regarding BestUserMethod not supported byServer (enabled if you switch on debug) 2010-07-08 09:53:54 +00:00
Jörg Lehrke
3b422176cd Fix CalDAV issues 2010-06-29 09:21:41 +00:00
Jörg Lehrke
7505a741a6 Fix CalDAV group attendee issue; various GroupDAV improvements 2010-06-27 22:17:23 +00:00
Klaus Leithoff
c7747b4d11 check if the selected Method (if one is selected by function parameter) of Authentication is valid (suppoted by the Server), if not try BestMethod supported by server 2010-06-18 09:27:35 +00:00
Ralf Becker
6b6032e139 Creating branches/Stylite-EPL-10.1 2010-06-09 18:36:13 +00:00