mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-25 02:34:17 +00:00
Enable the scheduling extensions.
This commit is contained in:
parent
7ff7ac1630
commit
a92d7ebd2f
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
davical (0.9.5.91) unstable; urgency=low
|
||||
|
||||
* Enable headers for caldav scheduling.
|
||||
|
||||
-- Andrew McMillan <debian@mcmillan.net.nz> Wed, 29 Oct 2008 08:28:35 +1300
|
||||
|
||||
davical (0.9.5.90) unstable; urgency=low
|
||||
|
||||
* Updated french debconf templates (closes: #501266)
|
||||
|
||||
@ -26,7 +26,7 @@ if ( isset($c->override_dav_header) ) {
|
||||
$dav = $c->override_dav_header;
|
||||
}
|
||||
else {
|
||||
$dav = "1, 2, access-control, calendar-access";
|
||||
$dav = "1, 2, 3, access-control, calendar-access, calendar-schedule";
|
||||
}
|
||||
header( "DAV: $dav");
|
||||
|
||||
|
||||
@ -54,7 +54,7 @@ if ( !$exists ) {
|
||||
if ( isset($c->override_allowed_methods) )
|
||||
$allowed = $c->override_allowed_methods;
|
||||
else {
|
||||
$allowed = "OPTIONS, GET, HEAD, PUT, DELETE, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, REPORT, PROPPATCH";
|
||||
$allowed = "OPTIONS, GET, HEAD, PUT, DELETE, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, REPORT, PROPPATCH, POST";
|
||||
if ( $request->path == '/' ) {
|
||||
$exists = true;
|
||||
$allowed = "OPTIONS, GET, HEAD, PROPFIND, REPORT";
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
HTTP/1.1 200 OK
|
||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||
DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule
|
||||
Allow: OPTIONS, GET, HEAD, PUT, DELETE, REPORT, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, PROPPATCH, POST, MOVE, COPY, ACL, TRACE, SCHEDULE
|
||||
Allow: OPTIONS, GET, HEAD, PROPFIND, REPORT
|
||||
Content-Length: 0
|
||||
Content-Type: text/plain; charset="utf-8"
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
HTTP/1.1 200 OK
|
||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||
DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule
|
||||
Allow: OPTIONS, GET, HEAD, PUT, DELETE, REPORT, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, PROPPATCH, POST, MOVE, COPY, ACL, TRACE, SCHEDULE
|
||||
Allow: OPTIONS, GET, HEAD, PUT, DELETE, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, REPORT, PROPPATCH, POST
|
||||
Content-Length: 0
|
||||
Content-Type: text/plain; charset="utf-8"
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
HTTP/1.1 200 OK
|
||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||
DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule
|
||||
Allow: OPTIONS, GET, HEAD, PUT, DELETE, REPORT, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, PROPPATCH, POST, MOVE, COPY, ACL, TRACE, SCHEDULE
|
||||
Allow: OPTIONS, GET, HEAD, PUT, DELETE, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, REPORT, PROPPATCH, POST
|
||||
Content-Length: 0
|
||||
Content-Type: text/plain; charset="utf-8"
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
HTTP/1.1 200 OK
|
||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||
DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule
|
||||
Allow: OPTIONS, GET, HEAD, PUT, DELETE, REPORT, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, PROPPATCH, POST, MOVE, COPY, ACL, TRACE, SCHEDULE
|
||||
Allow: OPTIONS, GET, HEAD, PUT, DELETE, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, REPORT, PROPPATCH, POST
|
||||
Content-Length: 0
|
||||
Content-Type: text/plain; charset="utf-8"
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
HTTP/1.1 200 OK
|
||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||
DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule
|
||||
Allow: OPTIONS, GET, HEAD, PUT, DELETE, REPORT, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, PROPPATCH, POST, MOVE, COPY, ACL, TRACE, SCHEDULE
|
||||
Allow: OPTIONS, GET, HEAD, PUT, DELETE, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, REPORT, PROPPATCH, POST
|
||||
Content-Length: 0
|
||||
Content-Type: text/plain; charset="utf-8"
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
HTTP/1.1 200 OK
|
||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||
DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule
|
||||
Allow: OPTIONS, GET, HEAD, PUT, DELETE, REPORT, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, PROPPATCH, POST, MOVE, COPY, ACL, TRACE, SCHEDULE
|
||||
Allow: OPTIONS, GET, HEAD, PUT, DELETE, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, REPORT, PROPPATCH, POST
|
||||
Content-Length: 0
|
||||
Content-Type: text/plain; charset="utf-8"
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
HTTP/1.1 200 OK
|
||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||
DAV: 1, 2, 3, access-control, calendar-access, calendar-schedule
|
||||
Allow: OPTIONS, GET, HEAD, PUT, DELETE, REPORT, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, PROPPATCH, POST, MOVE, COPY, ACL, TRACE, SCHEDULE
|
||||
Allow: OPTIONS, GET, HEAD, PUT, DELETE, PROPFIND, MKCOL, MKCALENDAR, LOCK, UNLOCK, REPORT, PROPPATCH, POST
|
||||
Content-Length: 0
|
||||
Content-Type: text/plain; charset="utf-8"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user