Commit Graph

20 Commits

Author SHA1 Message Date
Ralf Becker
ce50780559 "fix from belu-at-upd19.lcs-internet-akademie.de to allow user names including dots" 2007-12-04 05:23:11 +00:00
Ralf Becker
80f9d76753 patch from erwin.leubaz-AT-advancedsilicon.com for IE and Outlook2007 2007-10-25 15:35:04 +00:00
Ralf Becker
861768e0e3 fixed wrong content-type reported by Erwin (erwin.leubaz-AT-advancedsilicon.com) on the developers list 2007-10-13 07:25:52 +00:00
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
Miles Lott
9c855b7383 Moving egwical classes to the icalsrv app. Reworked icalsrv.php to use these. Verified that all .ics files are working now even with no tasks (output empty file instead of nothing).
Format cleanup on existing files.
2007-02-16 13:13:20 +00:00
Miles Lott
21287627ea Worked with Oscar on this one: Fixed http authentication, domain login, cleaned up code format. Tested with Thunderbird Lightning and direct browser access without browser errors in
events.ics.  Tasks may be an issue to manage separately.  This file now works solely with the sessions class and no longer calls auth->authenticate()
2007-02-15 16:19:06 +00:00
Jan v. Lieshout
6b7b606d70 0.9.37-ng-a5 once agains 2006-05-22 20:59:57 +00:00
Jan v. Lieshout
15845e94e8 egwical update 0.9.37-ng-a1 default domain and comma escape fixes 2006-04-28 01:20:31 +00:00
Jan v. Lieshout
0bcb93d610 0.9.36-ng-a4 added support and doc for https 2006-04-18 15:38:29 +00:00
Jan v. Lieshout
40862cff82 rel 0.9.36-ng-a1 enable add/del/edit/read of non owned vcs, NAPI-3.1 version 2006-04-10 13:03:26 +00:00
Jan v. Lieshout
6c613255d4 0.9.34-ng-a5x set nonowner_import default disabled 2006-04-08 13:46:14 +00:00
Jan v. Lieshout
3353946f62 rel. 0.9.34-ng-a4x now acl working 2006-04-07 22:11:25 +00:00
Jan v. Lieshout
d1ff9ad267 0.9.33-ng-a4 currentapp set to login, doc update 2006-04-06 09:05:12 +00:00
Jan v. Lieshout
3040a3bef6 icalsrv version 0.9.33-ng-a3 new docs and personal virtual calendars 2006-04-05 15:13:57 +00:00
Jan v. Lieshout
1fb094905a 0.9.33-ng-a2 first alpha version of icalsrv-NG 2006-03-29 19:54:33 +00:00
Jan v. Lieshout
5e2d1d2367 0.9.08r1 replaced GLOBALS[phpgw* by GLOBALS[egw* 2006-03-19 23:17:03 +00:00
Jan v. Lieshout
85c0ab25b9 0.9.08 initial 12.rc8 version 2006-03-19 03:35:38 +00:00
Jan v. Lieshout
60aed02c8c icalsrv 0.9.7 todo import limit removed 2006-03-14 15:33:27 +00:00
Jan v. Lieshout
e6b0e63066 icalsrv 0.9.04-bg01 minor bugfix and doc update 2006-03-06 14:25:54 +00:00
Lars Kneschke
fb5dc60f3a added icalsrv.php for ical calendars 2006-02-20 11:36:30 +00:00