Commit Graph

30 Commits

Author SHA1 Message Date
4e42eb30f0 Enable Funambol client 8.5 again; various SyncML optimizations 2010-06-25 17:08:09 +00:00
c130fee383 Reduce SyncML MaxMsgSize to 10000 2010-04-14 17:29:03 +00:00
712a87152f Fix multi-domain support for SyncML 2010-02-03 12:28:49 +00:00
21a2cab5a8 Fix session issue 2010-01-18 14:57:35 +00:00
59affe07ce Improve SyncML session handling; code cleunups 2010-01-13 08:47:00 +00:00
b3b7114db8 Fix Session Handling Problem again 2009-10-24 15:52:47 +00:00
bfa071c319 Funambol Client 4 Android uses version 2 and is pretty new 2009-10-19 20:27:55 +00:00
e667e168b4 - merged SyncML-1.2 branch with trunk:
svn merge ^/trunk/phpgwapi@27377 ^/branches/SyncML-1.2/phpgwapi .
2009-07-15 19:31:25 +00:00
232252475f patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6).
Patch is mostly created by script in egroupware/doc/fix_depricated.php in separate commit.
I do NOT advice to apply this patch to a production system (it's commited to trunk!), as the automatic modified regular expressions have a good change to break something ...
2009-06-08 16:21:14 +00:00
a18f6d1b85 "Fixed problem reported by Uwe on the German list: SyncML is no longer working" 2008-08-19 05:43:57 +00:00
96f19c6290 "allways use init_session_handler function (not only for php5.1)" 2008-08-18 13:44:48 +00:00
7696e91011 "fix to work around an other php5.1 bug/problem: class methods seem not be able to call session_set_save_handler
It returns false and the session_handler is not changed. It's working in php5.2 (at least on my OpenSUSE 11.0 with php5.2.6)"
2008-08-16 07:58:02 +00:00
88827a3f3d using new egw_session::init_handler() 2008-08-07 21:14:00 +00:00
e75db01b3c "tiny patch from Andreas Feldner <pelzi-at-flying-snail.de>, allowing for passwords containing a colon" 2007-12-01 01:02:05 +00:00
47ddd5f714 a fix to get the memcache session handler working with SyncML: the way SyncML/Horde handles the session (calling session_destroy) unloads our custom memcache handler 2007-08-23 10:18:14 +00:00
495abdd139 fixed handling of too long syncml id's 2007-06-25 08:55:20 +00:00
be7cca8a44 improved handling of devinfo. Now we check if we have the needed datastore info for every alert. If we don't have them, we request the devinfo.
That's important for the synthesis client, which (can) send different datastore options, depending on the enabled datasources on the client.
2006-08-21 03:46:08 +00:00
45200da684 various syncml fixes
- when doing slowsync we don't update the entries anymore. we just add the needed mapping to the database.
- improved handing of deviceinfo
2006-08-15 14:42:13 +00:00
1afe9362af fix for incomplete targetURI
Patch from Franky(liedekef)
2006-06-14 05:38:15 +00:00
e4409c7b0a fixed handling of session url, when behind a proxy 2006-06-08 03:46:18 +00:00
3821544b6d removed port if 80 or 443 2006-06-06 07:05:26 +00:00
ea7b5a8afa various small bugfixes 2006-04-07 08:11:17 +00:00
2dedbf0f7c support for slowsync with search
added real working state machine
SyncML conformance improvment
2006-03-21 13:49:13 +00:00
735dcde161 different SyncML fixes 2006-01-16 09:49:51 +00:00
08d3e484dc final syncml fixes 2006-01-14 08:29:23 +00:00
fce1d83932 updated WBXML code to work without external binary
many thanks to the horde project for writing very good code!!
2006-01-11 05:42:07 +00:00
7dc342e317 removed organizer as required field 2005-07-29 07:31:30 +00:00
bf49d639c6 remove session after successfull sync 2005-07-26 07:27:39 +00:00
83b0801533 commit for Lars: latest SyncML updates 2005-07-20 12:09:32 +00:00
d43bf7d44f first commit of syncml code 2005-06-19 19:00:58 +00:00