Web based groupware server written in PHP, forum at https://help.egroupware.org/
Go to file
Ralf Becker 1baa158195 Big SyncML patch from Philip Herbert <pherbert(at)knauber.de>:
- change the processing of slowsync, to use the content_map instead of
  trying to build a new one. This caused duplication issues on the
  client if multiple similar records where stored, because only the first
  one found in the server-db was matched, These duplicate entries at client
  side had no entry at serverside, so deleting the wrong one
  on the client (the content with a valid map entry) could cause
  unwanted data loss at server side, because it is impossible for the
  user to see what is a duplicate, and what is not.

see also: 
http://www.nabble.com/again---syncml-duplication-issue-to20333619s3741.html

- reenabled UID from syncml clients, because it was partly used this caused
  issues during SlowSync if the content was changed. 

- infolog, calendar if a uid is found in the provided data, allway try to
  find the corresponding content first   using only the UID, instead of
  using the content-id taken from content_map.

also fixed:

- a few fixes in ./notes
- creating an entry on the client that can not be imported,
  (Example, Nokia E Series Appointment without a Title)
  will no longer create an invalid content-map entry
  However, at client side this is still counted in the Protocol as
  Server-Add
2008-11-16 10:42:29 +00:00
addressbook Big SyncML patch from Philip Herbert <pherbert(at)knauber.de>: 2008-11-16 10:42:29 +00:00
admin adapted new tracker table structure; adapted new knowledgebase table names 2008-11-14 13:24:18 +00:00
calendar Big SyncML patch from Philip Herbert <pherbert(at)knauber.de>: 2008-11-16 10:42:29 +00:00
doc "fixed zip archives to not contain empty dirs for the contrib modules and some other optimisations" 2008-11-11 13:26:03 +00:00
etemplate "fixed typo prefenting sel_options set in get_rows to be displayed" 2008-11-16 07:20:23 +00:00
filemanager Fix only halfway implemented confirmation, if rename would overwrite an 2008-11-16 10:18:19 +00:00
home tracker #1774, added estonian translation 2008-11-02 14:23:56 +00:00
importexport tracker #1774, added estonian translation 2008-11-02 14:23:56 +00:00
infolog Big SyncML patch from Philip Herbert <pherbert(at)knauber.de>: 2008-11-16 10:42:29 +00:00
notifications tracker #1774, added estonian translation 2008-11-02 14:23:56 +00:00
phpgwapi Big SyncML patch from Philip Herbert <pherbert(at)knauber.de>: 2008-11-16 10:42:29 +00:00
preferences tracker #1774, added estonian translation 2008-11-02 14:23:56 +00:00
resources fixed old calendar method name in booking multiple ressources, thanks to Moe from the German list 2008-11-12 07:59:47 +00:00
setup CAS (Central Authentication Service) login for eGroupware 2008-11-15 10:54:39 +00:00
timesheet tracker #1774, added estonian translation 2008-11-02 14:23:56 +00:00
.htaccess Revert accidentally commited changes. 2008-08-21 20:59:02 +00:00
about.php new about page from Sebastian Ebeling 2007-05-26 19:06:12 +00:00
anon_wrapper.php Formatting cleanup; Removed stray whitespace, especially from the end of some files; Convert api arrays to egw/egw_info 2005-07-08 05:00:14 +00:00
groupdav.php Improved exception handling: 2008-10-26 12:13:01 +00:00
header.inc.php.template reworked manageheader: 2008-10-09 16:22:42 +00:00
index.php added an array of replacement names to ease the transition to the new class naming scheme: app_class 2008-10-07 08:51:14 +00:00
login.php CAS (Central Authentication Service) login for eGroupware 2008-11-15 10:54:39 +00:00
logout.php CAS (Central Authentication Service) login for eGroupware 2008-11-15 10:54:39 +00:00
notify_simple.php update headers 2007-02-28 03:40:03 +00:00
notify.php Ensure inclusion of header from the top-level directory 2006-11-22 23:06:05 +00:00
notifyxml.php Ensure inclusion of the top-level header.inc.php 2006-11-22 23:07:19 +00:00
redirect.php Add function from php.net manual page for php < 4.3.0 2004-01-10 19:19:53 +00:00
rpc.php 1. NTLM Single Sign ON 2008-07-16 09:29:13 +00:00
set_box.php Ensure inclusion of header from the top-level directory 2006-11-22 23:06:05 +00:00
soap.php New header.inc.php template 2008-08-21 06:21:32 +00:00
svn-helper.php small svn-helper script to deal easier with our wired svn-structure, without arguments it reveals it's secrects ;-) 2007-06-04 06:44:32 +00:00
webdav.php Improved exception handling: 2008-10-26 12:13:01 +00:00
xajax.php - dont update the session dla, for the xajax notifications query, as it 2008-08-05 11:36:06 +00:00
xmlrpc.php New header.inc.php template 2008-08-21 06:21:32 +00:00