The branch "caldav" has been updated. The following is a summary of the commits.
from: a595799aabd95468f77c5afffd109c1b963f4f1a 6392d70 Update to version 1.8.4. 1b5b86a Remove old class. 987dc5f Implement WebDAV PUTting. 526db62 Read-only CalDAV support. 9cb7af7 getCalendarObject() must return null if not found. 435f713 Read-write support for CalDAV. ----------------------------------------------------------------------- commit 6392d703d28a249bbbc20f8a4cdf248054972d21 Author: Jan Schneider <[email protected]> Date: Tue Apr 9 11:39:19 2013 +0200 Update to version 1.8.4. framework/Dav/composer.lock | 14 +- framework/Dav/vendor/composer/ClassLoader.php | 4 +- framework/Dav/vendor/composer/autoload_classmap.php | 2 +- framework/Dav/vendor/composer/autoload_namespaces.php | 14 +- framework/Dav/vendor/composer/autoload_real.php | 6 +- framework/Dav/vendor/composer/installed.json | 12 +- framework/Dav/vendor/sabre/dav/LICENSE | 3 +- framework/Dav/vendor/sabre/dav/lib/Sabre/DAV/Browser/Plugin.php | 12 +- framework/Dav/vendor/sabre/dav/lib/Sabre/DAV/Client.php | 2 +- framework/Dav/vendor/sabre/dav/lib/Sabre/DAV/Version.php | 2 +- .../dav/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php | 48 ----- framework/Dav/vendor/sabre/dav/lib/Sabre/DAVACL/Version.php | 2 +- 12 files changed, 40 insertions(+), 81 deletions(-) http://git.horde.org/horde-git/-/commit/6392d703d28a249bbbc20f8a4cdf248054972d21 ----------------------------------------------------------------------- commit 1b5b86a79f2df41be89ae09c41acf09d0512135f Author: Jan Schneider <[email protected]> Date: Wed Apr 10 21:04:06 2013 +0200 Remove old class. framework/Dav/lib/Horde/Dav/CalDav/Backend/Horde.php | 164 ------------------ 1 files changed, 0 insertions(+), 164 deletions(-) delete mode 100644 framework/Dav/lib/Horde/Dav/CalDav/Backend/Horde.php http://git.horde.org/horde-git/-/commit/1b5b86a79f2df41be89ae09c41acf09d0512135f ----------------------------------------------------------------------- commit 987dc5ff367d20ae91958a23919fe4884114eae7 Author: Jan Schneider <[email protected]> Date: Tue Apr 16 15:19:25 2013 +0200 Implement WebDAV PUTting. framework/Dav/lib/Horde/Dav/File.php | 32 +++++++++++++++++++++++++++++++- 1 files changed, 31 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/987dc5ff367d20ae91958a23919fe4884114eae7 ----------------------------------------------------------------------- commit 526db624cb0d168273496e57995f959b37fee57a Author: Jan Schneider <[email protected]> Date: Tue Apr 16 15:24:45 2013 +0200 Read-only CalDAV support. framework/Dav/lib/Horde/Dav/Calendar/Backend.php | 235 +++++++++++++++++++++ framework/Dav/lib/Horde/Dav/Calendar/RootNode.php | 59 +++++ framework/Dav/lib/Horde/Dav/Collection.php | 7 +- framework/Dav/package.xml | 27 ++- framework/Rpc/lib/Horde/Rpc/Webdav.php | 19 ++- kronolith/lib/Application.php | 84 ++++++++ 6 files changed, 415 insertions(+), 16 deletions(-) create mode 100644 framework/Dav/lib/Horde/Dav/Calendar/Backend.php create mode 100644 framework/Dav/lib/Horde/Dav/Calendar/RootNode.php http://git.horde.org/horde-git/-/commit/526db624cb0d168273496e57995f959b37fee57a ----------------------------------------------------------------------- commit 9cb7af75eec599e475b9d86806faa76d6501a297 Author: Jan Schneider <[email protected]> Date: Tue Apr 16 18:18:19 2013 +0200 getCalendarObject() must return null if not found. framework/Dav/lib/Horde/Dav/Calendar/Backend.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/9cb7af75eec599e475b9d86806faa76d6501a297 ----------------------------------------------------------------------- commit 435f713a06a9d477f4d858a16bb3a2ea757bd4ef Author: Jan Schneider <[email protected]> Date: Tue Apr 16 18:19:17 2013 +0200 Read-write support for CalDAV. framework/Dav/lib/Horde/Dav/Calendar/Backend.php | 35 ++++++----- kronolith/lib/Api.php | 2 +- kronolith/lib/Application.php | 70 ++++++++++++++++++++++ 3 files changed, 90 insertions(+), 17 deletions(-) http://git.horde.org/horde-git/-/commit/435f713a06a9d477f4d858a16bb3a2ea757bd4ef -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
