2227 Commits

Author SHA1 Message Date
Andrew McMillan
c131ab8b3e Remove references to ::Plain() method. 2010-03-17 13:53:49 +13:00
Andrew McMillan
3ba6a1da1b Add support for persistent connections. 2010-03-17 13:53:36 +13:00
Andrew McMillan
ff0bef2f8b Migrate sync-collection REPORT to AwlQuery. 2010-03-17 13:52:57 +13:00
Andrew McMillan
54ed058c2d Add support for PROPPATCH displayname on a bind. Switch to AwlQuery. 2010-03-17 11:52:02 +13:00
Andrew McMillan
390bc17209 Switching to AwlQuery. 2010-03-17 11:51:35 +13:00
Andrew McMillan
73891a9fc0 Migrating REPORT calendar-query to AwlQuery. 2010-03-16 15:08:00 +13:00
Andrew McMillan
7e032ddc38 Migrate REPORT-multiget to AwlQuery. 2010-03-16 11:11:07 +13:00
Andrew McMillan
587ecf5b34 Migrate DAViCalSession to AwlQuery. 2010-03-16 11:10:31 +13:00
Andrew McMillan
c90faa12ba No dependence on DAViCalUser.php is needed any longer. 2010-03-16 10:13:21 +13:00
Andrew McMillan
93e3c4338e Migrate to AwlQuery. Also fix sf.net #2970729 in passing. 2010-03-16 10:12:07 +13:00
Andrew McMillan
5ca4f396f8 Allow SetConnection to be called with a DSN + options. 2010-03-16 09:57:56 +13:00
Andrew McMillan
ec2313c932 Remove old DAViCalUser class 2010-03-16 07:06:01 +13:00
Andrew McMillan
32156d28e2 Remove old relationship_types maintenance program. 2010-03-16 07:05:01 +13:00
Andrew McMillan
961d1c494a Make calendar-query report work with bound collections. 2010-03-15 23:55:29 +13:00
Andrew McMillan
76d411a6ab Minor test/result changes. 2010-03-15 14:57:13 +13:00
Andrew McMillan
65e6eb2eff GET now working with bound resources. 2010-03-15 14:55:06 +13:00
Andrew McMillan
103a6ec146 404 check was insufficient here. 2010-03-15 00:32:53 +13:00
Andrew McMillan
4d674c4f92 Getting bindings to work as seamlessly as possible. 2010-03-15 00:31:16 +13:00
Andrew McMillan
45f9a0039d Ensure PgQuery is loaded while it's still needed. 2010-03-15 00:30:49 +13:00
Andrew McMillan
d943c3f263 New regression tests/results for BIND/PROPFIND/REPORT. 2010-03-15 00:29:46 +13:00
Andrew McMillan
f4e67960f2 Results differ with public_freebusy_url since private event is missing. 2010-03-15 00:28:49 +13:00
Andrew McMillan
0a1b3c2d59 All regression tests passing again with BIND for PROPFIND. 2010-03-14 12:16:12 +13:00
Andrew McMillan
f109a963cc Correct privilege checking for modification of collection. 2010-03-14 12:15:44 +13:00
Andrew McMillan
f78655e952 Fixing up various minor regressions after restructuring PROPFIND. 2010-03-14 01:48:55 +13:00
Andrew McMillan
ed055722e9 Working BIND and PROPFIND of bound resources. 2010-03-14 00:22:43 +13:00
Andrew McMillan
92355af6f6 Fix incorrect reference in PreconditionFailed() method. 2010-03-14 00:21:43 +13:00
Andrew McMillan
5b6dc1a052 Update installation docs. 2010-03-14 00:21:00 +13:00
Andrew McMillan
a1d284eb56 Added MatchResource() method for matching by resource_id. 2010-03-14 00:20:02 +13:00
Andrew McMillan
a6768b4fdb Removed references to old style $debuggroups. 2010-03-14 00:19:31 +13:00
Andrew McMillan
31c9db265d Added build-depends on libawl-php (closes: debian bts #573687) 2010-03-14 00:18:20 +13:00
Andrew McMillan
4bd58e8f90 New regression tests for things using tickets. 2010-03-13 00:35:45 +13:00
Andrew McMillan
dc5c475106 Revert accidentally committed debugging. 2010-03-13 00:34:10 +13:00
Andrew McMillan
5ee5c1ff4a RRULE expansion now working correctly. 2010-03-13 00:01:57 +13:00
Andrew McMillan
aaebf97bee Enhance the exception handler to display a forward trace 2010-03-13 00:00:47 +13:00
Andrew McMillan
b4e2a14552 Fix RRULE expansion handling. 2010-03-12 18:32:46 +13:00
Andrew McMillan
c2b6398afe Minor adjustments to handling 'infinity' for timeout. 2010-03-12 18:32:11 +13:00
Andrew McMillan
4322e7137a Fix RRULE expansion typos. 2010-03-12 18:31:00 +13:00
Andrew McMillan
57920da746 Switch from AllowedTo() to HavePrivilegeTo() to support tickets. 2010-03-12 18:29:46 +13:00
Andrew McMillan
4be420e8ec RepeatRule bug fixes during testing. 2010-03-12 18:29:14 +13:00
Andrew McMillan
6b495b6556 Allow ticket based access through here as well as public calendars. 2010-03-12 16:04:16 +13:00
Aurelien Requiem
c131834982 Updated french translation, with further i18n fixes to setup. 2010-03-12 13:25:24 +13:00
Andrew McMillan
1c9c77e412 Add initial support for BIND method. 2010-03-12 11:29:27 +13:00
Andrew McMillan
f5a29a12e2 Add principal_id to PublicSession. 2010-03-12 11:28:20 +13:00
Andrew McMillan
a53991bb90 Migrate CalDAVPrincipal to AwlQuery. 2010-03-12 11:25:35 +13:00
Andrew McMillan
31e766c368 Migrate CalDAVRequest to AwlQuery. 2010-03-12 09:47:01 +13:00
Andrew McMillan
8feefc0876 Some regression test results change due to scheduling code work. 2010-03-12 00:00:53 +13:00
Andrew McMillan
3e455c8543 Split dav_name into real_dav_name & bound_dav_name.
This is a first stage in disconnecting these two for an
implementation of WebDAV BIND which is going to arrive in
the next few days...
2010-03-11 23:59:18 +13:00
Andrew McMillan
9f3deeb416 Fix uninitialised variable errors in new scheduling code. 2010-03-11 23:58:37 +13:00
Andrew McMillan
701e96e1b2 Some updates to the caldav client library and an example script. 2010-03-11 23:40:47 +13:00
Andrew McMillan
cef7ecf74d require_once on PgQuery now it's not common elsewhere. 2010-03-11 23:22:24 +13:00