[Pkg-owncloud-commits] [php-sabredav] 37/220: Merge branch 'sharing-take-2' of github.com:fruux/sabre-dav into sharing-take-2
David Prévot
taffit at moszumanska.debian.org
Thu May 12 01:21:05 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 b15d9d03067f9f206eb1c725b980a2b3b086f693
Merge: bdb9d81 4d3ce2d
Author: Evert Pot <me at evertpot.com>
Date: Wed Nov 18 02:30:53 2015 -0500
Merge branch 'sharing-take-2' of github.com:fruux/sabre-dav into sharing-take-2
.travis.yml | 9 +-
CHANGELOG.md | 65 +-
bin/migrateto31.php | 257 ++++++++
composer.json | 6 +-
examples/simplefsserver.php | 123 ----
examples/sql/mysql.calendars.sql | 12 +-
examples/sql/sqlite.calendars.sql | 10 +-
lib/CalDAV/Backend/BackendInterface.php | 2 +-
lib/CalDAV/Backend/NotificationSupport.php | 15 +
lib/CalDAV/Backend/PDO.php | 246 ++++++--
lib/CalDAV/Backend/SharingSupport.php | 121 +---
.../{BackendInterface.php => SimplePDO.php} | 267 ++++----
lib/CalDAV/Calendar.php | 2 +-
lib/CalDAV/CalendarHome.php | 12 +-
lib/CalDAV/IShareableCalendar.php | 27 -
lib/CalDAV/ISharedCalendar.php | 28 +-
lib/CalDAV/Schedule/Plugin.php | 15 +-
lib/CalDAV/ShareableCalendar.php | 122 ----
lib/CalDAV/SharedCalendar.php | 244 +++++--
lib/CalDAV/SharingPlugin.php | 60 +-
.../Xml/Property/SupportedCalendarComponentSet.php | 7 +-
lib/DAV/Auth/Backend/AbstractBasic.php | 2 +-
lib/DAV/Auth/Backend/AbstractDigest.php | 2 +-
lib/DAV/Collection.php | 2 +-
lib/DAV/CorePlugin.php | 17 +-
lib/DAV/Server.php | 14 +-
lib/DAV/Sharing/IShareableNode.php | 54 --
lib/DAV/Sharing/ISharedNode.php | 52 +-
lib/DAV/Sharing/Plugin.php | 34 +-
lib/DAV/Tree.php | 2 +-
lib/DAV/Xml/Element/Response.php | 41 +-
lib/DAV/Xml/Property/Href.php | 2 +-
lib/DAV/Xml/Property/ShareAccess.php | 97 +++
lib/DAV/Xml/Service.php | 1 -
tests/Sabre/CalDAV/Backend/AbstractPDOTest.php | 515 ++++++++-------
tests/Sabre/CalDAV/Backend/Mock.php | 104 ++-
tests/Sabre/CalDAV/Backend/MockSharing.php | 46 +-
tests/Sabre/CalDAV/Backend/PDOMySQLTest.php | 2 +-
.../CalDAV/CalendarHomeSharedCalendarsTest.php | 47 +-
tests/Sabre/CalDAV/CalendarHomeTest.php | 45 +-
tests/Sabre/CalDAV/CalendarObjectTest.php | 158 +++--
tests/Sabre/CalDAV/CalendarTest.php | 89 +--
tests/Sabre/CalDAV/GetEventsByTimerangeTest.php | 16 +-
tests/Sabre/CalDAV/ICSExportPluginTest.php | 701 ++++++---------------
.../PluginPropertiesWithSharedCalendarTest.php | 34 +-
tests/Sabre/CalDAV/ShareableCalendarTest.php | 60 --
tests/Sabre/CalDAV/SharedCalendarTest.php | 232 +++----
tests/Sabre/CalDAV/SharingPluginTest.php | 39 +-
tests/Sabre/CalDAV/TestUtil.php | 65 +-
.../Property/SupportedCalendarComponentSetTest.php | 107 ++++
tests/Sabre/DAV/HttpMoveTest.php | 119 ++++
tests/Sabre/DAV/HttpPutTest.php | 2 +-
tests/Sabre/DAV/Locks/PluginTest.php | 11 +-
tests/Sabre/DAV/Mock/Collection.php | 44 +-
tests/Sabre/DAV/Mock/File.php | 24 +-
tests/Sabre/DAV/Mock/PropertiesCollection.php | 20 +-
tests/Sabre/DAV/Mock/StreamingFile.php | 4 +-
tests/Sabre/DAV/ServerCopyMoveTest.php | 68 --
tests/Sabre/DAV/Xml/Element/ResponseTest.php | 99 +++
tests/Sabre/DAV/Xml/Property/HrefTest.php | 15 +
tests/Sabre/DAVServerTest.php | 46 +-
tests/{phpunit.xml => phpunit.xml.dist} | 7 +-
62 files changed, 2496 insertions(+), 2193 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