822 Commits

Author SHA1 Message Date
Andrew McMillan
b7eae51e77 Fix handling of CONFIDENTIAL events. 2007-11-05 15:00:24 +13:00
Andrew McMillan
e8c826524e Minor sanity checking for enabling LDAP options. 2007-11-05 14:59:07 +13:00
Andrew McMillan
5976c52650 Release 0.9.2 2007-11-04 23:32:54 +13:00
Andrew McMillan
7712649e68 New docs, saying DAViCal rather than RSCDS. 2007-11-04 23:32:22 +13:00
Andrew McMillan
6e6d528911 Updated strings for 0.9.2 2007-11-04 23:31:58 +13:00
Andrew McMillan
5f2a55bcf5 Scrub confidential events more thoroughly. 2007-11-04 23:30:51 +13:00
Andrew McMillan
601e7bc12f Actual working iCal responses. 2007-11-04 23:30:14 +13:00
Andrew McMillan
c1abc85026 Line buffering of the result is better. 2007-11-04 23:12:50 +13:00
Andrew McMillan
87f67589c4 New files. 2007-11-04 23:12:33 +13:00
Andrew McMillan
3c3990546a Final changes to really get iCal working. 2007-11-04 23:10:52 +13:00
Andrew McMillan
6faae5361b New client setup details for iCal. 2007-11-04 23:10:02 +13:00
Andrew McMillan
1ed1f646f2 Test to produce that result I actually committed earlier by accident. 2007-11-04 21:51:55 +13:00
Andrew McMillan
3eaa0ab627 New test for iCal like PROPFIND on / 2007-11-04 21:51:14 +13:00
Andrew McMillan
7189617334 in_array looks for values, but we need to look in the keys now. 2007-11-04 21:41:20 +13:00
Andrew McMillan
e7940eef32 Add a bit more debugging. 2007-11-04 21:35:22 +13:00
Andrew McMillan
99248f42dd Fix debugging. 2007-11-04 21:22:55 +13:00
Andrew McMillan
acca66e4d8 $c needs to be global. 2007-11-04 21:20:05 +13:00
Andrew Ruthven
2744a62c28 Slight code tidy up and add some debug statements. 2007-11-04 20:09:14 +13:00
Andrew McMillan
d5de171ccd Utility for sniffing traffic and displaying it as a plain stream. 2007-11-04 13:53:44 +13:00
Andrew McMillan
bfa9dd8943 Regression tests after cleanup. 2007-11-04 13:52:40 +13:00
Andrew McMillan
2e64a4fc8e Tidy up the response. 2007-11-04 13:49:22 +13:00
Andrew McMillan
bdc9c1a875 Restrict the OPTIONS response on the root. 2007-11-04 13:48:56 +13:00
Andrew McMillan
ee43bf9b9b Add not_found / denied to item response. 2007-11-04 13:28:13 +13:00
Andrew McMillan
9579a5d591 Merge branch 'rscds' of git+ssh://git.catalyst.net.nz/git/public/rscds into rscds 2007-11-04 12:39:42 +13:00
Andrew McMillan
1436dbc88e Now works with iCal 3.0. Most notably because we replace ' ' with '_'
in the response to requests for the displayname property.
2007-11-04 12:39:22 +13:00
Andrew McMillan
4d0dc4fe78 Add the user-agent string into the request object. 2007-11-04 12:14:26 +13:00
Andrew McMillan
541de9650a Handle '/' as script path. Some commented changes reflect future plans. 2007-11-04 12:13:58 +13:00
Andrew McMillan
f7a3bf6f8d Revert some of that last change. 2007-11-04 11:30:25 +13:00
Andrew McMillan
f84045e9cd Tweak DAV header to admit that / is not as functional. 2007-11-04 11:29:28 +13:00
Andrew McMillan
c3943f3687 Slightly tweak the protocol_server_port to account for / 2007-11-04 11:25:45 +13:00
Andrew Ruthven
568bd47b9b Modify the correct table. 2007-11-03 21:17:43 +13:00
Andrew McMillan
1f57165ef8 Ignore built-po flagfile. 2007-11-03 21:13:05 +13:00
Andrew McMillan
26a9569841 Current result. 2007-11-03 21:06:25 +13:00
Andrew McMillan
87bff21fc8 Fix these so they don't change continuously. 2007-11-03 21:06:04 +13:00
Andrew McMillan
21794ddcea Merge branch 'rscds' of git+ssh://git.catalyst.net.nz/git/public/rscds into rscds 2007-11-03 20:53:04 +13:00
Andrew McMillan
10e02c5e76 Add getUserByID and caching by ID. 2007-11-03 20:52:54 +13:00
Andrew McMillan
adc44b0e39 Handle the null path case. 2007-11-03 20:45:54 +13:00
Andrew McMillan
7736e01a0a If we can't split the path then default the username from the session. 2007-11-03 20:45:33 +13:00
Andrew McMillan
2d456cadd5 Handle the case where we are called with a null path. 2007-11-03 20:44:59 +13:00
Andrew McMillan
ec7dcef813 If running in debug then don't call curl with --silent 2007-11-03 20:44:22 +13:00
Andrew McMillan
13e9f6f4b5 Fix cut and paste error. currval => nextval 2007-11-03 20:43:56 +13:00
Andrew McMillan
8b53f09baa Allow non GET/POST requests on index.php to actually call caldav.php
which means that a request for / which becomes index.php, still works
with a PROPFIND or similar.
2007-11-03 20:37:44 +13:00
Andrew Ruthven
78465c2be1 Allow easily removing a user using SQL by adding some cascades.
I've tested the patch this time!
2007-11-03 20:25:19 +13:00
Andrew McMillan
63930a85e6 Add the translation building process into the Makefile 2007-11-03 18:09:23 +13:00
Andrew McMillan
0920c1ef31 Remove dependence on database. 2007-11-03 18:07:32 +13:00
Andrew Ruthven
5ee58e34b3 Rename one more occurance on attributs to attributes, I can login with LDAP now. 2007-11-03 12:17:21 +13:00
Andrew Ruthven
ad712e9c25 Fix PHP syntax. 2007-11-03 12:12:13 +13:00
Andrew McMillan
f02a8e3ebc Fix UsernameFromPath when the path is an e-mail address. 2007-11-03 11:50:12 +13:00
Andrew McMillan
6e125d5de7 Ignore a bunch of random crap in the testing directory. 2007-11-03 10:19:37 +13:00
Andrew McMillan
ee1ea4c950 Refactoring of the principal into an object class. 2007-11-03 10:14:05 +13:00