672 Commits

Author SHA1 Message Date
Andrew McMillan
f2d05b0bcd Fix typo. 2007-08-09 14:15:24 +12:00
Andrew McMillan
5fc143c1bc Consistently use helper function for returning default properties. 2007-08-09 12:49:28 +12:00
Andrew McMillan
39b6c1437a Regression test results change for additional VTODO test cases. 2007-08-07 23:08:23 +12:00
Andrew McMillan
e7d8b35897 Regression tests for tasks, as will be used by Mozilla according to:
https://bugzilla.mozilla.org/show_bug.cgi?id=379894
2007-08-07 23:02:38 +12:00
Andrew McMillan
6b1286cf5b Add a framework for supporting Digest authentication. 2007-08-07 22:42:27 +12:00
Andrew McMillan
cab5bf737c Most of an implementation of Digest authentication is added. 2007-08-07 22:39:39 +12:00
Andrew McMillan
7d78b939c3 Ensure RSCDS version is always reported in the server headers. 2007-08-07 20:43:23 +12:00
Andrew McMillan
3019312acd Change content-type for consistency and i18n. 2007-08-07 20:42:46 +12:00
Andrew McMillan
9fc998ba9c Change content-type for consistency. 2007-08-07 20:42:07 +12:00
Andrew McMillan
825ddeae18 Now working as intended for more complex calendar-query REPORT requests
including multiple PROP-FILTER combinations.
2007-08-07 10:02:02 +12:00
Andrew McMillan
f0445ed93f Correct syntax of error response for unprocessable requests. 2007-08-05 22:51:04 +12:00
Andrew McMillan
0d3005a72d Correct dutch name for "Dutch" 2007-08-05 22:50:13 +12:00
Andrew McMillan
c36874ea14 Per RFC2518 the Depth header should have varying default values. 2007-07-31 07:40:06 +12:00
Andrew McMillan
28061a1654 The regression tests on UID text-match now works. 2007-06-14 17:36:05 +01:00
Andrew McMillan
e580fea226 Final completion of refactoring of caldav-REPORT. 2007-06-14 17:28:35 +01:00
Maxime Delorme
9a8ee2c7a1 It is safer to point menu options at /index.php rather than just / 2007-06-11 13:50:09 +01:00
Maxime Delorme
cb052ad1d7 Corrections to the LDAP configuration 2007-06-11 13:49:26 +01:00
Andrew McMillan
2fc154bea6 Minor code tidyups. 2007-06-06 23:42:14 +12:00
Andrew McMillan
4a55b30804 Commence refactoring of calendar-query REPORT. 2007-06-06 23:17:17 +12:00
Andrew McMillan
6e11145f33 Rename incorrectly named regression test file. 2007-06-06 19:23:16 +12:00
Andrew McMillan
7af0d0fd1b A test for CalDAV calendar-multiget REPORT 2007-06-06 19:22:19 +12:00
Andrew McMillan
033ffd5cc0 Refactoring and rewriting the support for calendar-multiget reports with
a view to complete compliance with the CalDAV specification.
2007-06-06 19:18:29 +12:00
Andrew McMillan
396103a5ab Just send back the basename, rather than fancy attempts to strip the
leading calendar data.  It must be in the current calendar anyway.
2007-06-06 19:13:12 +12:00
Andrew McMillan
b6b519468d Fix cut and paste error. 2007-06-06 07:48:37 +12:00
Andrew McMillan
8e2e01ca9b Fix inverted logic around (If-Match|If-None-Match) 2007-06-05 21:55:19 +12:00
Andrew McMillan
bda235141a RFC says we should always return 4040 for privilege failure. 2007-06-04 23:40:43 +12:00
Andrew McMillan
7e05f4221e Switch error response to use XMLResponse 2007-06-04 23:40:11 +12:00
Andrew McMillan
902219d154 Refactoring to simplify XMLResponse output. 2007-06-04 23:36:25 +12:00
Andrew McMillan
e3ee397008 Start refactoring caldav-REPORT. 2007-06-04 23:23:46 +12:00
Andrew McMillan
532e3a8938 Refactoring of GetStatusMessage() in the hope of some minor efficiency. 2007-06-04 23:22:56 +12:00
Andrew McMillan
1077df7a42 Actual release 0.8.0. 2007-06-02 14:45:14 +12:00
Andrew McMillan
52181d6784 Correct typo. 2007-06-02 14:45:03 +12:00
Andrew McMillan
96d10cb529 Actual release. 2007-06-02 12:29:51 +12:00
Andrew McMillan
c968d2f333 Release 0.8.0 2007-06-02 12:22:36 +12:00
Andrew McMillan
e00e62d36a Updated strings for translation. 2007-06-01 08:58:57 +12:00
Andrew McMillan
30f32df558 Add a DoDELETERequest() method. 2007-06-01 08:06:57 +12:00
Andrew McMillan
a5e17fe438 Change GetEventRange to GetEvents() and leave out the filter if not supplied. 2007-06-01 07:49:35 +12:00
Andrew McMillan
1a3f022bce Force generated pages to be UTF-8 in the headers. 2007-05-31 18:28:56 +12:00
Andrew McMillan
b17996ba39 We don't want a warning message if this is not set. 2007-05-31 18:28:26 +12:00
Andrew McMillan
bc8268868c Corrected function name. 2007-05-31 18:27:54 +12:00
Maxime Delorme
ecf87b2552 Allow TODO to be restricted to calendar owner/admin. 2007-05-31 18:21:59 +12:00
Maxime Delorme
b277b87f8a Use new function to give status message, rather than large case statement. 2007-05-30 23:40:09 +12:00
Maxime Delorme
83caafa3a1 Use new getUserByName() function. 2007-05-30 23:34:01 +12:00
Maxime Delorme
97aff18dbe Import patch from Maxime. 2007-05-30 23:29:54 +12:00
Maxime Delorme
242d95fc08 Use new function to get user record. 2007-05-30 23:25:30 +12:00
Andrew McMillan
6fd430cbe3 Change attribution of french translation. 2007-05-30 23:22:19 +12:00
Andrew McMillan
da2b59b17d Add utility functions to get the user record for a named user, and to get
the HTTP status codes/meanings.
2007-05-30 23:20:03 +12:00
Andrew McMillan
8bec3fecfc Actually, *don't* ignore inc/always.php after all. 2007-05-30 22:55:38 +12:00
Andrew McMillan
1eb5308fc2 Separate the creation of the session object from the definition of it's class. 2007-05-30 22:52:58 +12:00
Maxime Delorme
0b666ef34a Updated French translation from Maxime Delorme. 2007-05-30 22:38:56 +12:00