Web based groupware server written in PHP, forum at https://help.egroupware.org/
Go to file
Ralf Becker e003a6b5c7 many modifications to improve the support of (at least) lightning
- changed default uid handling to UID2UID (means keep them unchanged), as the other modes created doublicates on client and server, as the client did not understand that the server changes his uid's (against the RFC specs).
- ability to delete events (not yet InfoLogs!), by tracking the id's of the GET request of the client and deleting the ones NOT send back to the server in PUT requests
- added etag handling to allow to reject put requests if the calendar is not up to date (HTTP_IF header with etag in client PUT requests) and to report unmodified calendars to the client (HTTP_IF_NONE_MATCH header with etag gets 304 Not modified response)
- returning 501 Not implemented response, for WebDAV/CalDAV request (eg. PROPFIND), to let the client know we dont support it
- ability to use contacts identified by their mail address as participants (mail addresses which are no contacts still get written to the description!)
- support uid for InfoLog (requires InfoLog version >= 1.5)
2007-08-27 13:13:11 +00:00
addressbook new config to show a category tree 2007-07-22 13:25:00 +00:00
admin small fixes of the new admin-cli after some testing 2007-07-15 08:00:12 +00:00
calendar fix sif syncml from ob@dansound.dk on devel list 2007-08-24 15:16:45 +00:00
debian updated build environemt 2007-04-30 14:10:20 +00:00
doc "- no longer building signed source packages, only a singed md5sum file 2007-06-05 08:31:04 +00:00
etemplate fixed bug reported by Raphael Alla: registered javascript files get lost if etemplate loops 2007-08-24 06:15:27 +00:00
filemanager replaced databas (mysql) specific functions with functions from the db library 2007-08-02 13:06:29 +00:00
home Czech translation in #824 and extra pending language updates 2007-06-03 18:01:21 +00:00
importexport fix for dst in cal import 2007-08-24 12:52:50 +00:00
infolog using uid to fetch infolog entries like in calendar, used by icalsrv, requires a schema update to store the uid 2007-08-27 13:04:05 +00:00
notifications docu and layout updates 2007-06-18 08:48:43 +00:00
phpgwapi fixed not found user searched by email, if there's also a contact with that email 2007-08-24 10:53:26 +00:00
preferences "removed not longer used bg_color" 2007-07-12 05:45:02 +00:00
resources "fixed bug: resources search to create links returns only maxmatch entries" 2007-06-25 16:43:32 +00:00
setup "allow apps to specify there own php.ini checks, which get comulated by check_install, eg. to check for magic_quotes_gpc Off for fmail" 2007-07-12 05:47:21 +00:00
timesheet added fix to be able to optionally sum up negative times (overtime) in the quantity column, need to be switched on in the timesheet configuration 2007-07-10 07:34:30 +00:00
.htaccess further settings 2005-11-14 22:28:50 +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
header.inc.php.template 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
icalsrv.php many modifications to improve the support of (at least) lightning 2007-08-27 13:13:11 +00:00
index.php replace edo with core team in statu setup info 2007-03-29 20:22:07 +00:00
login.php "patch #889: HTTP auth - support other mod_auth_* Apache modules 2007-06-20 06:46:55 +00:00
logout.php Update headers 2007-02-28 03:33:37 +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 always initialising $GLOBALS['egw_info'] 2006-10-03 15:18:03 +00:00
set_box.php Ensure inclusion of header from the top-level directory 2006-11-22 23:06:05 +00:00
soap.php always initialising $GLOBALS['egw_info'] 2006-10-03 15:18:03 +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
xajax.php always initialising $GLOBALS['egw_info'] 2006-10-03 15:18:03 +00:00
xmlrpc.php always initialising $GLOBALS['egw_info'] 2006-10-03 15:18:03 +00:00