The branch "caldav" has been updated. The following is a summary of the commits.
from: 19f3ae15834fe2719f209c24060bdebdc7d444cc 02fed3e Simplify 2b92e2f Determine real size if we built the contents anyway. 015c1c5 Add browser plugin. 2f0d6fa Default to serve via WebDAV. 0e306ee Add principals support (still without groups). ----------------------------------------------------------------------- commit 02fed3ef928cb17009feea4789b3907fe3509efe Author: Jan Schneider <[email protected]> Date: Thu Mar 28 12:59:49 2013 +0100 Simplify gollem/lib/Gollem.php | 18 +----------------- 1 files changed, 1 insertions(+), 17 deletions(-) http://git.horde.org/horde-git/-/commit/02fed3ef928cb17009feea4789b3907fe3509efe ----------------------------------------------------------------------- commit 2b92e2fed9b180bab60a8b1262e08fe022216908 Author: Jan Schneider <[email protected]> Date: Tue Apr 2 15:37:33 2013 +0200 Determine real size if we built the contents anyway. framework/Dav/lib/Horde/Dav/File.php | 25 ++++++++++++++++++++----- 1 files changed, 20 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/2b92e2fed9b180bab60a8b1262e08fe022216908 ----------------------------------------------------------------------- commit 015c1c547f23a9d08c444002670b5efc62485ac4 Author: Jan Schneider <[email protected]> Date: Tue Apr 2 15:38:41 2013 +0200 Add browser plugin. Allows browsing through the DAV collections by accessing the RPC endpoint with a web browser. framework/Rpc/lib/Horde/Rpc/Webdav.php | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/015c1c547f23a9d08c444002670b5efc62485ac4 ----------------------------------------------------------------------- commit 2f0d6fae5698d4d6cac692ddd4cbfba0e5ab925b Author: Jan Schneider <[email protected]> Date: Tue Apr 2 15:39:27 2013 +0200 Default to serve via WebDAV. We used to default to SOAP because the old SOAP backend supported DISCO. horde/rpc.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/2f0d6fae5698d4d6cac692ddd4cbfba0e5ab925b ----------------------------------------------------------------------- commit 0e306ee5d62cf4b4b68772b4d692bb78f9be9918 Author: Jan Schneider <[email protected]> Date: Tue Apr 2 17:39:16 2013 +0200 Add principals support (still without groups). framework/Dav/lib/Horde/Dav/Collection.php | 36 +++++-- framework/Dav/lib/Horde/Dav/Principals.php | 170 ++++++++++++++++++++++++++++ framework/Dav/package.xml | 6 +- framework/Rpc/lib/Horde/Rpc/Webdav.php | 20 +++- 4 files changed, 219 insertions(+), 13 deletions(-) create mode 100644 framework/Dav/lib/Horde/Dav/Principals.php http://git.horde.org/horde-git/-/commit/0e306ee5d62cf4b4b68772b4d692bb78f9be9918 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
