The branch "caldav" has been updated. The following is a summary of the commits.
from: 1da0d968330055ef6fb2fd08ce56aed9dfb8e670 fd567b1 Implement authentication. 92d0a6c phpdoc e37c66e Visibility e967718 Implement classes for WebDAV browsing. ffdbb98 [jan] Use Horde_Dav for DAV RPC backends. ----------------------------------------------------------------------- commit fd567b12209dfde32d049dbb467578709dbb9fbf Author: Jan Schneider <[email protected]> Date: Fri Mar 22 18:41:03 2013 +0100 Implement authentication. framework/Dav/lib/Horde/Dav/Auth.php | 56 ++++++++++++++++++++++++++++++++++ framework/Dav/package.xml | 6 ++- 2 files changed, 60 insertions(+), 2 deletions(-) create mode 100644 framework/Dav/lib/Horde/Dav/Auth.php http://git.horde.org/horde-git/-/commit/fd567b12209dfde32d049dbb467578709dbb9fbf ----------------------------------------------------------------------- commit 92d0a6c5ee33c63a57da672f568834d1ea237f78 Author: Jan Schneider <[email protected]> Date: Fri Mar 22 18:41:30 2013 +0100 phpdoc framework/Rpc/lib/Horde/Rpc.php | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/92d0a6c5ee33c63a57da672f568834d1ea237f78 ----------------------------------------------------------------------- commit e37c66e51ad56b7fe08d72de9f7a1171e492649d Author: Jan Schneider <[email protected]> Date: Fri Mar 22 18:42:50 2013 +0100 Visibility framework/Rpc/lib/Horde/Rpc.php | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-) http://git.horde.org/horde-git/-/commit/e37c66e51ad56b7fe08d72de9f7a1171e492649d ----------------------------------------------------------------------- commit e9677182de069c55d514439fb5aca06c9d903c52 Author: Jan Schneider <[email protected]> Date: Tue Mar 26 14:41:23 2013 +0100 Implement classes for WebDAV browsing. framework/Dav/lib/Horde/Dav/Collection.php | 138 +++++++++++++++++++++++++++ framework/Dav/lib/Horde/Dav/File.php | 141 ++++++++++++++++++++++++++++ framework/Dav/package.xml | 8 +- 3 files changed, 285 insertions(+), 2 deletions(-) create mode 100644 framework/Dav/lib/Horde/Dav/Collection.php create mode 100644 framework/Dav/lib/Horde/Dav/File.php http://git.horde.org/horde-git/-/commit/e9677182de069c55d514439fb5aca06c9d903c52 ----------------------------------------------------------------------- commit ffdbb98e6c2150db539bfe4180e88c3f7a58cdff Author: Jan Schneider <[email protected]> Date: Tue Mar 26 14:43:01 2013 +0100 [jan] Use Horde_Dav for DAV RPC backends. framework/Rpc/lib/Horde/Rpc/Webdav.php | 3286 +------------------------------- framework/Rpc/package.xml | 11 +- 2 files changed, 44 insertions(+), 3253 deletions(-) http://git.horde.org/horde-git/-/commit/ffdbb98e6c2150db539bfe4180e88c3f7a58cdff -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
