[Pkg-owncloud-commits] [php-sabredav] 135/148: Merge pull request #629 from fruux/create-principals

David Prévot taffit at moszumanska.debian.org
Wed Apr 15 01:37:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabredav.

commit ff575bf10636ce52c0173ccd4637c1471e0ddf75
Merge: 5b154e3 a540b2e
Author: Evert Pot <me at evertpot.com>
Date:   Mon Apr 13 10:40:36 2015 -0400

    Merge pull request #629 from fruux/create-principals
    
    Creating principals via MKCOL and the browser plugin.

 lib/CalDAV/Calendar.php                            |   6 +-
 lib/CalDAV/Plugin.php                              |  28 +----
 lib/CalDAV/Principal/Collection.php                |   2 +-
 lib/CardDAV/Plugin.php                             |  28 +----
 lib/DAV/Browser/Plugin.php                         |  39 ++++++-
 lib/DAV/Server.php                                 |   6 -
 lib/DAVACL/Plugin.php                              |  30 +++++
 .../PrincipalBackend/CreatePrincipalSupport.php    |  30 +++++
 lib/DAVACL/PrincipalBackend/PDO.php                |  33 ++++--
 lib/DAVACL/PrincipalCollection.php                 | 121 ++++++++++++++++++++-
 tests/Sabre/CalDAV/PluginTest.php                  |  24 ----
 tests/Sabre/CardDAV/PluginTest.php                 |  23 ----
 tests/Sabre/DAV/ServerMKCOLTest.php                |  44 +-------
 .../DAVACL/PrincipalBackend/AbstractPDOTest.php    |   4 -
 .../DAVACL/PrincipalBackend/PDOSqliteTest.php      |   6 +-
 15 files changed, 252 insertions(+), 172 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list