davical/ChangeLog
2009-10-07 17:04:08 -07:00

91 lines
3.1 KiB
Plaintext

2009-10-07 Andrew McMillan <andrew@morphoss.com>
* Release 0.9.7.4
* Fix setting of relationships in user administration.
* Add option to make freebusy information public.
* Correct structure of supported-privilege-set response.
* Move server-specific properties from CalDAVPrincipal to CalDAVRequest.
2009-10-06 Andrew McMillan <andrew@morphoss.com>
* Release 0.9.7.3
2009-09-25 Andrew McMillan <andrew@morphoss.com>
* Fix overzealous URL encoding of mailto:username@domain.com
* Expand permissions on both sides of the group expansion.
* Update licensing to note external LGPL sources
* Add a 'Delete User' option.
* Add facility to create collection without uploading VCALENDAR
* Add ability to set calendar as public on creation.
2009-09-14 Andrew McMillan <andrew@morphoss.com>
* Allow admin access to be restricted to a particular domain.
2009-09-11 Andrew McMillan <andrew@morphoss.com>
* Add support for /principals/users/username so iPhone (& possibly
also iCal) users have a simpler setup experience.
* Expand privileges to work with iPhone OS 3.1
* Release 0.9.7.2
2009-09-05 Andrew McMillan <andrew@morphoss.com>
* Fix call-time pass by reference warnings.
2009-09-02 Andrew McMillan <andrew@morphoss.com>
* Allow disabling of CalDAV Proxy support for performance on large sites.
* Update website content.
* Ensure <href> elements are urldecoded in calendar-multiget
2009-09-02 Andrew McMillan <andrew@morphoss.com>
* Allow disabling of CalDAV Proxy support for performance on large sites.
2009-08-29 Andrew McMillan <andrew@morphoss.com>
* Restructure PUT handling to give easier API possibilities.
2009-08-24 Andrew McMillan <andrew@morphoss.com>
* Fix broken SQL when selecting user list for group.
* Ensure incoming URLs are decoded before we process them.
* Add ability to log caldav actions
* Updated French translation.
2008-06-30 Andrew McMillan <andrew@morphoss.com>
* Remove the out of date update-rscds-database script.
* Rename RSCDS*(.php) to DAViCal*(.php)
* Rename RSCDSUser (.php) to DAViCalUser (.php)
2009-06-27 Andrew McMillan <andrew@morphoss.com>
* Make e-mail lookup be case-insensitive if possible
2009-06-22 Andrew McMillan <andrew@morphoss.com>
* Release 0.9.7
* Add debug logging of response/request and related headers.
2009-06-20 Andrew McMillan <andrew@morphoss.com>
* Various fixes for compatibility with iPhone v3 OS.
2009-06-16 Andrew McMillan <andrew@morphoss.com>
* Align freebusy.php parameter handling with proposed standard.
2009-06-15 Andrew McMillan <andrew@morphoss.com>
* Allow free/busy permission to grant access to obfuscated calendar.
2009-06-13 Andrew McMillan <andrew@morphoss.com>
* Stubbed implementation of calendar proxy.
2009-05-12 Andrew McMillan <andrew@morphoss.com>
* Switch to RRULE functions for more accurate overlap calculation.
2009-04-17 Andrew McMillan <andrew@morphoss.com>
* Added support for publicly_readable attribute of collection
when accessing a /public.php/user/collection/ path.
2009-04-11 Andrew McMillan <andrew@morphoss.com>
* Allow configuration of site wide user default values.