[Pkg-owncloud-commits] [php-sabredav] 117/220: Merge pull request #696 from fruux/sharing-take-2

David Prévot taffit at moszumanska.debian.org
Thu May 12 01:21:15 UTC 2016


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

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

commit 1c8a99832d575ededb580d538910644dd569f23f
Merge: b5a6213 78da7b5
Author: Evert Pot <me at evertpot.com>
Date:   Wed Mar 30 02:57:49 2016 -0400

    Merge pull request #696 from fruux/sharing-take-2
    
    Another sharing PR

 .travis.yml                                        |   3 +-
 CHANGELOG.md                                       |  14 +-
 bin/migrateto32.php                                | 268 +++++++++
 composer.json                                      |   4 +-
 examples/groupwareserver.php                       |  13 +-
 examples/sql/mysql.calendars.sql                   |  17 +-
 examples/sql/sqlite.calendars.sql                  |  20 +-
 lib/CalDAV/Backend/BackendInterface.php            |   2 +-
 lib/CalDAV/Backend/NotificationSupport.php         |  15 +
 lib/CalDAV/Backend/PDO.php                         | 359 +++++++++--
 lib/CalDAV/Backend/SharingSupport.php              | 225 +------
 lib/CalDAV/Backend/SimplePDO.php                   | 296 +++++++++
 lib/CalDAV/Calendar.php                            |   2 +-
 lib/CalDAV/CalendarHome.php                        |  12 +-
 lib/CalDAV/IShareableCalendar.php                  |  48 --
 lib/CalDAV/ISharedCalendar.php                     |  28 +-
 lib/CalDAV/Plugin.php                              |   1 -
 lib/CalDAV/Schedule/Plugin.php                     |  15 +-
 lib/CalDAV/ShareableCalendar.php                   |  72 ---
 lib/CalDAV/SharedCalendar.php                      | 253 +++++---
 lib/CalDAV/SharingPlugin.php                       | 101 ++--
 lib/CalDAV/Xml/Notification/Invite.php             |  11 +-
 lib/CalDAV/Xml/Notification/InviteReply.php        |   5 +-
 lib/CalDAV/Xml/Property/Invite.php                 | 209 ++-----
 lib/CalDAV/Xml/Request/InviteReply.php             |  11 +-
 lib/CalDAV/Xml/Request/Share.php                   |  63 +-
 lib/DAV/Browser/Plugin.php                         |   5 +-
 lib/DAV/Browser/assets/sabredav.css                |   6 +-
 lib/DAV/CorePlugin.php                             |   6 +-
 lib/DAV/Sharing/ISharedNode.php                    |  69 +++
 lib/DAV/Sharing/Plugin.php                         | 322 ++++++++++
 lib/DAV/Tree.php                                   |   2 +-
 lib/DAV/Xml/Element/Sharee.php                     | 197 ++++++
 lib/DAV/Xml/Property/Invite.php                    |  70 +++
 lib/DAV/Xml/Property/ShareAccess.php               | 143 +++++
 lib/DAV/Xml/Request/ShareResource.php              |  81 +++
 lib/DAVACL/Plugin.php                              |  19 +-
 lib/DAVACL/PrincipalBackend/PDO.php                |   2 +-
 tests/Sabre/CalDAV/Backend/AbstractPDOTest.php     | 201 ++++++-
 tests/Sabre/CalDAV/Backend/Mock.php                |  53 +-
 tests/Sabre/CalDAV/Backend/MockSharing.php         | 109 ++--
 tests/Sabre/CalDAV/Backend/PDOMySQLTest.php        |   2 +-
 .../CalDAV/CalendarHomeSharedCalendarsTest.php     |  19 +-
 tests/Sabre/CalDAV/CalendarHomeTest.php            |   6 +-
 tests/Sabre/CalDAV/CalendarObjectTest.php          |   5 +-
 tests/Sabre/CalDAV/CalendarTest.php                |  25 +-
 tests/Sabre/CalDAV/ICSExportPluginTest.php         | 665 +++++----------------
 .../PluginPropertiesWithSharedCalendarTest.php     |   5 +-
 tests/Sabre/CalDAV/ShareableCalendarTest.php       |  58 --
 tests/Sabre/CalDAV/SharedCalendarTest.php          | 159 +++--
 tests/Sabre/CalDAV/SharingPluginTest.php           | 145 ++---
 tests/Sabre/CalDAV/TestUtil.php                    |  23 +-
 .../CalDAV/Xml/Notification/InviteReplyTest.php    |   5 +-
 tests/Sabre/CalDAV/Xml/Notification/InviteTest.php |  77 +--
 tests/Sabre/CalDAV/Xml/Property/InviteTest.php     | 152 ++---
 tests/Sabre/CalDAV/Xml/Request/InviteReplyTest.php |   6 +-
 tests/Sabre/CalDAV/Xml/Request/ShareTest.php       |  45 +-
 tests/Sabre/DAV/Mock/SharedNode.php                | 125 ++++
 tests/Sabre/DAV/Sharing/PluginTest.php             | 190 ++++++
 tests/Sabre/DAV/Sharing/ShareResourceTest.php      | 210 +++++++
 tests/Sabre/DAV/Xml/Element/ShareeTest.php         |  98 +++
 tests/Sabre/DAV/Xml/Property/InviteTest.php        |  76 +++
 tests/Sabre/DAV/Xml/Property/ShareAccessTest.php   |  53 ++
 tests/Sabre/DAV/Xml/Request/ShareResourceTest.php  |  75 +++
 tests/Sabre/DAVServerTest.php                      |  67 ++-
 tests/{phpunit.xml => phpunit.xml.dist}            |  11 +-
 66 files changed, 3788 insertions(+), 1866 deletions(-)

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



More information about the Pkg-owncloud-commits mailing list