mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-06-07 04:40:22 +00:00
Removing the last traces of RSCDS and renaming it to DAViCal.
This commit is contained in:
parent
8fa4f7f615
commit
a9231717c9
@ -204,7 +204,7 @@ $c->schedule_private_key = 'PRIVATE-KEY-BASE-64-DATA';
|
||||
* call_user_func( $c->authenticate_hook['call'], $username, $password )
|
||||
*
|
||||
* The login mecanism is made in 2 places:
|
||||
* - for the web interface in: index.php that calls RSCDSSession.php that extends
|
||||
* - for the web interface in: index.php that calls DAViCalSession.php that extends
|
||||
* Session.php (from AWL libraries)
|
||||
* - for the caldav client in: caldav.php that calls BasicAuthSession.php
|
||||
* Both Session.php and BasicAuthSession.php check against the
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
/**
|
||||
* default = true;
|
||||
* If set, RSCDS will store each unique time zone used in any calendar to speed
|
||||
* If set, DAViCal will store each unique time zone used in any calendar to speed
|
||||
* future timezone interpretation.
|
||||
*/
|
||||
// $c->save_time_zone_defs;
|
||||
|
||||
@ -50,7 +50,7 @@ class DAViCalSession extends Session
|
||||
/**
|
||||
* Create a new DAViCalSession object.
|
||||
*
|
||||
* We create a Session and extend it with some additional useful RSCDS
|
||||
* We create a Session and extend it with some additional useful DAViCal
|
||||
* related information.
|
||||
*
|
||||
* @param string $sid A session identifier.
|
||||
|
||||
@ -267,8 +267,8 @@ class CalDAVClient {
|
||||
$headers = $this->DoRequest($relative_url);
|
||||
|
||||
/**
|
||||
* RSCDS will always return the real etag on PUT. Other CalDAV servers may need
|
||||
* more work, but we are assuming we are running against RSCDS in this case.
|
||||
* DAViCal will always return the real etag on PUT. Other CalDAV servers may need
|
||||
* more work, but we are assuming we are running against DAViCal in this case.
|
||||
*/
|
||||
$etag = preg_replace( '/^.*Etag: "?([^"\r\n]+)"?\r?\n.*/is', '$1', $headers );
|
||||
return $etag;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user