763 Commits

Author SHA1 Message Date
Andrew McMillan
00fb075f22 Some of the principal properties are available anywhere. 2007-11-01 14:49:34 +13:00
Andrew McMillan
e34807cc17 More consistently do the ldap timestamp munding. Probably this
should really be done in a separate 'munge_ldap_timestamp()' function.
2007-11-01 14:48:50 +13:00
Andrew McMillan
13f915ee1b Substantial refactoring of drivers_ldap for efficiency and code reuse.
Also switched to using the auth-functions for user create/update.
2007-10-30 14:51:06 +13:00
Andrew McMillan
7c05f9c189 Pulling out the User create/update so other drivers can use it as well. 2007-10-30 14:48:46 +13:00
Andrew McMillan
91b4570997 Some changes to PROPFIND handling for iCal 3 support (not yet). 2007-10-30 12:07:50 +13:00
Andrew McMillan
aa2941316f Include the headers in the validated response. 2007-10-30 10:23:16 +13:00
Andrew McMillan
5ad40f969a Change the CALENDAR-HOME-SET property to be the parent of any calendars. 2007-10-30 10:22:33 +13:00
Andrew McMillan
85707c9eba Results change due to moving the DAV: header and PROPFIND changes 2007-10-30 10:15:06 +13:00
Andrew McMillan
48dc44eba7 Fleshing out the 'principal' object slightly. 2007-10-29 18:14:52 +13:00
Andrew McMillan
ca10fb50c1 Move the DAV: header to caldav.php, rather than only sending it for
the OPTIONS request.
2007-10-29 18:14:10 +13:00
Maxime Delorme
c0a00fd419 Fix some comments. 2007-10-29 18:13:17 +13:00
Andrew McMillan
973a8235b4 Remove extraneous bracket. 2007-10-29 18:12:20 +13:00
Andrew McMillan
0479ca423a New files. 2007-10-28 20:42:00 +13:00
Andrew McMillan
1083970df8 Some vague changes in the hope that it might work better with
iCal.  I really need to spend some time with a Mac to make this
work, I think...
2007-10-28 20:40:39 +13:00
Andrew McMillan
c2794db775 Maxime Delorme suggested that we should do this differently now that
the iCalendar class is more functional.  I agree.
2007-10-28 18:19:14 +13:00
Andrew McMillan
a79967dfa8 This should now use the auth functions to create default
relationships & calendar.
2007-10-28 18:18:06 +13:00
Andrew McMillan
b27b0d4c7b Added auth functions to implement creation of home calendar and
addition of default relationships, and write replacement for
auth_other_awl which uses these.
2007-10-28 10:27:16 +13:00
Andrew McMillan
e49987b069 Remove erroneous messages when you just hi 'Enter' instead of clicking
submit.
2007-10-28 10:25:23 +13:00
Andrew McMillan
2b9b5634c8 Removing closing tags which are not required. 2007-10-27 20:31:42 +13:00
Andrew McMillan
fc66ea3bd0 Only display the relationships menu for Admin users. 2007-10-27 15:24:55 +13:00
Andrew McMillan
82410d39fc Automatically create some relationships when the user is added. 2007-10-27 15:19:13 +13:00
Andrew McMillan
e5e2002c74 URLs seem to need to be unescaped. 2007-10-27 15:18:37 +13:00
Andrew McMillan
96a4825c88 The result from a first test for iCal support. 2007-10-27 00:30:49 +13:00
Andrew McMillan
e8369c91fc Make the code work with or without upgrading the DB to 1.1.10. 2007-10-27 00:29:59 +13:00
Andrew McMillan
04656674f7 Make puck's patches for PUBLIC events actually work. 2007-10-27 00:11:44 +13:00
Andrew McMillan
ff55979bfd More filesss. 2007-10-26 21:37:23 +13:00
Andrew McMillan
ae3e35d036 Update the URL of the scheduling extensions draft. 2007-10-26 21:14:12 +13:00
Andrew McMillan
9623b216b2 Get rid of a couple more unassigned variable warnings. 2007-10-26 21:13:42 +13:00
Andrew McMillan
0bbcc11367 A first regression test for the way iCal 10.5 does things. 2007-10-26 21:13:14 +13:00
Andrew McMillan
f8b0f0383e Initial support for DAV::PRINCIPAL-URL and CalDAV calendar-home-set 2007-10-26 21:12:26 +13:00
Andrew McMillan
9bb9141f56 Introduce a rudimentary 'principal' attribute to the request object. 2007-10-26 21:11:19 +13:00
Andrew McMillan
56ce8b230e Merge branch 'rscds' of git+ssh://git.catalyst.net.nz/git/public/rscds into rscds 2007-10-26 12:00:58 +13:00
Andrew McMillan
e64db0fae4 If an event is public, we should show it! 2007-10-26 12:00:47 +13:00
Andrew Ruthven
e725590612 Rewrite force events to public logic to be PUBLIC only, not general. 2007-10-26 11:35:19 +13:00
Andrew Ruthven
e0746e058e Allow forcing all events in a collection to a specified class. 2007-10-26 11:05:32 +13:00
Andrew Ruthven
bbcd6a82ac Bugger, fix up the DB patches. 2007-10-26 09:50:45 +13:00
Andrew Ruthven
06431170c8 By default calendar items are PUBLIC. 2007-10-26 09:41:18 +13:00
Andrew McMillan
613fcb4417 Use the right variable name. 2007-10-25 22:46:32 +13:00
Andrew McMillan
a30442581c Really release 0.9.1, for what it's worth. 2007-10-25 21:48:33 +13:00
Andrew McMillan
17a21eaa15 Release 0.9.1 2007-10-25 16:29:26 +13:00
Andrew McMillan
628dec3209 Only log start of debugging if some debugging is enabled. 2007-10-25 15:24:46 +13:00
Andrew McMillan
94b6418fd3 When class is NULL we should consider it to be PUBLIC. 2007-10-25 15:20:55 +13:00
Andrew McMillan
1d1f987233 Ensure that we have a default auth mode. 2007-10-25 15:20:18 +13:00
Andrew McMillan
b42f3d4aef Get rid of the uninitialised $c->pkgver variable. 2007-10-24 21:42:25 +13:00
Andrew McMillan
5c2358ccd4 Merge branch 'rscds' of git+ssh://git.catalyst.net.nz/git/public/rscds into rscds 2007-10-23 22:13:42 +13:00
Andrew McMillan
5b06b82bd5 Quanta droppings. 2007-10-23 22:00:18 +13:00
Maxime Delorme
c84cd7bcb1 Refactoring caldav-PUT to allow calling from a different code path. 2007-10-23 21:37:40 +13:00
Andrew Ruthven
07e17a3701 State how to make LDAP use an anonymous bind initially. 2007-10-23 09:35:24 +13:00
Andrew McMillan
c8e0efc3ec Fix references to components of the version. 2007-10-20 11:57:54 +13:00
Andrew McMillan
05beacd24c GET on a collection should include any VTODO that are in there as well. 2007-10-18 21:49:36 +13:00