645 Commits

Author SHA1 Message Date
Andrew McMillan
809cfb78c6 Restructure the PUT functions to allow some simpler entry points
External programs may wish to use these two new functions in order
to create or update events within the DAViCal database.  While this
probably is not a completely stable API, the simple_write_resource()
function in particular will be retained significantly after a real
API is available, and possibly forever.
2009-08-29 17:20:54 +12:00
Andrew McMillan
77a9bbf852 Updated to release 0.9.7.1 2009-08-29 14:57:20 +12:00
Andrew McMillan
2be385fed7 Correct timestamp formatting on example logging. 2009-08-25 23:43:16 +12:00
Andrew McMillan
5f6e41518e Simple (example) implementation for logging of basic CalDAV actions. 2009-08-24 13:44:53 +12:00
Andrew McMillan
99e86f8944 Fix broken SQL when selecting user list for group. 2009-08-24 12:16:50 +12:00
Andrew McMillan
989cc98b52 Ensure incoming URLs are decoded before we process them. 2009-08-24 12:09:17 +12:00
Andrew McMillan
950a770450 Now with testing! 2009-08-24 12:08:50 +12:00
Andrew McMillan
eddb05c2b1 Preliminary commit to add ability to log caldav actions (untested). 2009-08-24 11:22:58 +12:00
Andrew McMillan
97d034552d Rename RSCDSSession(.php) to DAViCalSession(.php) 2009-06-30 15:31:04 +12:00
Andrew McMillan
49795c5cbb Rename RSCDSUser (.php) to DAViCalUser (.php) 2009-06-30 15:21:14 +12:00
Andrew McMillan
fc06ef8868 Correct comment. 2009-06-27 20:36:28 +12:00
Andrew McMillan
bc805e0700 Do case-insensitive e-mail lookup, fallback to case sensitive on multiples. 2009-06-27 20:35:55 +12:00
Andrew McMillan
3f631667c6 Correct debugging message. 2009-06-25 09:26:02 +12:00
Andrew McMillan
9c96f802d3 Preparing for release. 2009-06-22 14:26:41 +12:00
Andrew McMillan
6d10a23fc3 Add facility to debug log request/response in full. 2009-06-22 10:19:11 +12:00
Andrew McMillan
45072cbe6d Undo adding of notifications-URL until we actually support something there. 2009-06-18 17:19:19 +12:00
Andrew McMillan
cfc05e539c Tidy up. 2009-06-18 16:34:09 +12:00
Andrew McMillan
165a377b69 Return empty resourcetype. 2009-06-17 10:22:29 +12:00
Andrew McMillan
29f775c529 Fix timezone handling bug in freebusy POST. 2009-06-16 23:50:58 +12:00
Andrew McMillan
dd4fc3e412 Align freebusy parameter handling with proposed standard.
Also ensure all dates/times are returned in GMT relative,
in compliance with RFC2445.
2009-06-16 22:45:44 +12:00
Andrew McMillan
897ac95221 Fix bug in duration handling. Allow wider input possibilities. 2009-06-16 22:44:57 +12:00
Andrew McMillan
b06f4e4f35 Allow free/busy permission to be sufficient to read obfuscated events.
Following a suggestion from Alessio Bazzica.  Also add CREATED to
obfuscated events for compatibility with iCal.
2009-06-15 15:44:29 +12:00
Andrew McMillan
5693e3698b Principal URL should be wrapped as href :-) 2009-06-15 08:11:46 +12:00
Andrew McMillan
1f8b3a2af9 Move principal rendering into principal. 2009-06-14 21:20:36 +12:00
Andrew McMillan
70b760fbea Simplify logic slightly. 2009-06-14 11:24:23 +12:00
Andrew McMillan
66bf7a39ef Fix date display in Principal XML output. Might as well support getctag too. 2009-06-14 11:23:35 +12:00
Andrew McMillan
a264cbc9b7 Add function for converting ISO date to HTTP date. 2009-06-14 11:22:39 +12:00
Andrew McMillan
35a9d326ab Properly move rendering of Principal into CalDAVPrincipal... almost. 2009-06-14 00:26:42 +12:00
Andrew McMillan
3b5962c112 Tidy up Wolfgang's caldav proxy patch. 2009-06-13 13:44:14 +12:00
Wolfgang Herget
b73af25e22 Set reasonable ordering on users. 2009-06-13 13:42:31 +12:00
Wolfgang Herget
d58856528a Fix phpdoc comment. 2009-06-13 13:41:48 +12:00
Wolfgang Herget
4bb248786b Calendar Proxy implementation. 2009-06-13 13:40:08 +12:00
Andrew McMillan
2f6b7db543 Under development. 2009-06-13 11:40:36 +12:00
Andrew McMillan
a4d5cac40a schedule-response should be in CalDAV namespace. 2009-06-10 09:58:46 +12:00
Andrew McMillan
a45d0fa3dc Don't set a X-WR-CALNAME unless we have something to set it to. 2009-06-10 09:57:52 +12:00
Andrew McMillan
33d222bb61 If LDAP filterUsers is not set, or is empty, don't bracket it. 2009-06-09 10:34:09 +12:00
Andrew McMillan
8323c7ce0d Don't crash if we are supplied an entry with an unreferenced timezone component. 2009-05-15 23:32:39 +12:00
Andrew McMillan
9b069af2a9 Remove another warning possibility. 2009-05-12 23:57:19 +12:00
Andrew McMillan
fd4639aba0 Switch to using RRule SQL functions. 2009-05-12 14:46:49 +12:00
Andrew McMillan
eccffa0502 Fix sort ordering. Ensure collection_id is available for next change. 2009-05-12 14:45:56 +12:00
Andrew McMillan
8a8083b056 Switch to use RRULE function. 2009-05-12 14:45:44 +12:00
Andrew McMillan
f4c3292b62 Try and get rid of warnings. 2009-05-12 13:01:51 +12:00
Andrew McMillan
06549086a1 Reads to /public.php/... will work if the collection is publicly_readable. 2009-04-17 01:04:43 +12:00
Andrew McMillan
f65770b7f1 Add support for publicly readable calendars. 2009-04-17 01:03:54 +12:00
Andrew McMillan
bedba4bc4f Fix uninitialised variable warning. 2009-04-16 00:27:21 +12:00
Andrew McMillan
a34c522ae5 Tweak case where filter-end is set without filter-start (rare). 2009-04-13 20:42:29 +12:00
Andrew McMillan
f19481f849 Fix bug in handling of time-range queries. 2009-04-13 17:37:05 +12:00
Andrew McMillan
a733f6d43a Add configuration to allow an admin to set user default values. 2009-04-11 22:32:42 +12:00
Andrew McMillan
c482edb2fe Preparing for release. 2009-04-10 23:54:20 +12:00
Andrew McMillan
a9a3709106 Logging. 2009-04-10 23:44:37 +12:00