[Pkg-owncloud-commits] [php-sabredav] 141/148: Imported Upstream version 2.2.0~alpha4
David Prévot
taffit at moszumanska.debian.org
Wed Apr 15 01:37:35 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 c5daaa393e1adb37aa6c74f032d4f6d848bc6ad4
Merge: 43741ea 9329b69
Author: David Prévot <taffit at debian.org>
Date: Mon Apr 13 13:49:36 2015 -0400
Imported Upstream version 2.2.0~alpha4
.travis.yml | 5 +-
CHANGELOG.md | 26 +-
CONTRIBUTING.md | 2 +-
README.md | 14 +-
bin/build.php | 12 +-
bin/migrateto17.php | 2 +-
bin/migrateto22.php | 171 +++++++
bin/naturalselection | 28 +-
composer.json | 10 +-
examples/sql/mysql.principals.sql | 1 -
examples/sql/mysql.propertystorage.sql | 1 +
examples/sql/pgsql.principals.sql | 3 +-
examples/sql/pgsql.propertystorage.sql | 1 +
examples/sql/sqlite.principals.sql | 1 -
examples/sql/sqlite.propertystorage.sql | 7 +-
lib/CalDAV/Backend/NotificationSupport.php | 11 +-
lib/CalDAV/Backend/PDO.php | 14 +-
lib/CalDAV/Calendar.php | 6 +-
lib/CalDAV/CalendarHome.php | 15 +-
lib/CalDAV/CalendarQueryParser.php | 299 ------------
lib/CalDAV/CalendarQueryValidator.php | 2 +-
lib/CalDAV/Notifications/Node.php | 5 +-
lib/CalDAV/Notifications/Plugin.php | 23 +-
lib/CalDAV/Plugin.php | 243 +++-------
lib/CalDAV/Principal/Collection.php | 2 +-
lib/CalDAV/Property/Invite.php | 228 ---------
lib/CalDAV/Property/ScheduleCalendarTransp.php | 103 ----
.../Property/SupportedCalendarComponentSet.php | 89 ----
lib/CalDAV/Property/SupportedCalendarData.php | 44 --
lib/CalDAV/Property/SupportedCollationSet.php | 45 --
lib/CalDAV/Schedule/Plugin.php | 6 +-
lib/CalDAV/SharingPlugin.php | 146 +-----
lib/CalDAV/Subscriptions/Plugin.php | 38 +-
lib/CalDAV/Subscriptions/Subscription.php | 25 +-
lib/CalDAV/Xml/Filter/CalendarData.php | 85 ++++
lib/CalDAV/Xml/Filter/CompFilter.php | 99 ++++
lib/CalDAV/Xml/Filter/ParamFilter.php | 83 ++++
lib/CalDAV/Xml/Filter/PropFilter.php | 98 ++++
.../{Notifications => Xml}/Notification/Invite.php | 145 +++---
.../Notification/InviteReply.php | 83 ++--
.../Notification/NotificationInterface.php} | 15 +-
.../Notification/SystemStatus.php | 60 +--
.../{ => Xml}/Property/AllowedSharingModes.php | 41 +-
lib/CalDAV/{ => Xml}/Property/EmailAddressSet.php | 33 +-
lib/CalDAV/Xml/Property/Invite.php | 252 ++++++++++
lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php | 140 ++++++
.../Xml/Property/SupportedCalendarComponentSet.php | 124 +++++
lib/CalDAV/Xml/Property/SupportedCalendarData.php | 61 +++
lib/CalDAV/Xml/Property/SupportedCollationSet.php | 57 +++
lib/CalDAV/Xml/Request/CalendarMultiGetReport.php | 124 +++++
lib/CalDAV/Xml/Request/CalendarQueryReport.php | 139 ++++++
lib/CalDAV/Xml/Request/FreeBusyQueryReport.php | 91 ++++
lib/CalDAV/Xml/Request/InviteReply.php | 150 ++++++
lib/CalDAV/Xml/Request/MkCalendar.php | 79 +++
lib/CalDAV/Xml/Request/Share.php | 115 +++++
.../{UserAddressBooks.php => AddressBookHome.php} | 23 +-
lib/CardDAV/AddressBookQueryParser.php | 221 ---------
lib/CardDAV/AddressBookRoot.php | 2 +-
lib/CardDAV/Plugin.php | 170 ++-----
lib/CardDAV/Property/SupportedAddressData.php | 73 ---
lib/CardDAV/Property/SupportedCollationSet.php | 45 --
lib/CardDAV/Xml/Filter/AddressData.php | 63 +++
lib/CardDAV/Xml/Filter/ParamFilter.php | 89 ++++
lib/CardDAV/Xml/Filter/PropFilter.php | 99 ++++
lib/CardDAV/Xml/Property/SupportedAddressData.php | 83 ++++
lib/CardDAV/Xml/Property/SupportedCollationSet.php | 47 ++
.../Xml/Request/AddressBookMultiGetReport.php | 113 +++++
lib/CardDAV/Xml/Request/AddressBookQueryReport.php | 192 ++++++++
lib/DAV/Auth/Backend/BasicCallBack.php | 1 -
lib/DAV/Browser/Plugin.php | 70 ++-
lib/DAV/Browser/assets/sabredav.css | 6 +
lib/DAV/Client.php | 18 +-
lib/DAV/CorePlugin.php | 97 ++--
lib/DAV/Exception/BadRequest.php | 4 +-
lib/DAV/Exception/Conflict.php | 4 +-
lib/DAV/Exception/Forbidden.php | 4 +-
lib/DAV/Exception/InsufficientStorage.php | 4 +-
lib/DAV/Exception/MethodNotAllowed.php | 4 +-
lib/DAV/Exception/NotFound.php | 4 +-
lib/DAV/Exception/NotImplemented.php | 4 +-
lib/DAV/Exception/UnsupportedMediaType.php | 4 +-
lib/DAV/FSExt/Directory.php | 5 +-
lib/DAV/FSExt/File.php | 5 +-
lib/DAV/FSExt/Node.php | 226 ---------
lib/DAV/IExtendedCollection.php | 24 +-
lib/DAV/Locks/Plugin.php | 112 ++---
lib/DAV/MkCol.php | 73 +++
lib/DAV/PartialUpdate/Plugin.php | 4 +-
lib/DAV/PropFind.php | 11 +
lib/DAV/PropPatch.php | 24 +-
lib/DAV/Property.php | 32 --
lib/DAV/Property/GetLastModified.php | 77 ---
lib/DAV/Property/Href.php | 101 ----
lib/DAV/Property/HrefList.php | 107 ----
lib/DAV/Property/IHref.php | 25 -
lib/DAV/Property/LockDiscovery.php | 94 ----
lib/DAV/Property/ResourceType.php | 124 -----
lib/DAV/Property/Response.php | 222 ---------
lib/DAV/Property/ResponseList.php | 134 -----
lib/DAV/Property/SupportedLock.php | 78 ---
lib/DAV/Property/SupportedMethodSet.php | 68 ---
lib/DAV/PropertyInterface.php | 39 --
.../PropertyStorage/Backend/BackendInterface.php | 3 +
lib/DAV/PropertyStorage/Backend/PDO.php | 51 +-
lib/DAV/Server.php | 232 +++------
lib/DAV/Sync/Plugin.php | 110 +----
lib/DAV/TemporaryFileFilterPlugin.php | 18 +-
lib/DAV/Version.php | 2 +-
lib/DAV/XMLUtil.php | 194 --------
lib/DAV/Xml/Element/Prop.php | 116 +++++
lib/DAV/Xml/Element/Response.php | 195 ++++++++
lib/DAV/Xml/Property/Complex.php | 91 ++++
lib/DAV/Xml/Property/GetLastModified.php | 112 +++++
lib/DAV/Xml/Property/Href.php | 151 ++++++
lib/DAV/Xml/Property/LockDiscovery.php | 110 +++++
lib/DAV/Xml/Property/ResourceType.php | 103 ++++
lib/DAV/Xml/Property/SupportedLock.php | 56 +++
lib/DAV/Xml/Property/SupportedMethodSet.php | 102 ++++
lib/DAV/{ => Xml}/Property/SupportedReportSet.php | 67 +--
lib/DAV/Xml/Request/Lock.php | 81 ++++
lib/DAV/Xml/Request/MkCol.php | 82 ++++
lib/DAV/Xml/Request/PropFind.php | 83 ++++
lib/DAV/Xml/Request/PropPatch.php | 80 +++
lib/DAV/Xml/Request/SyncCollectionReport.php | 124 +++++
lib/DAV/Xml/Response/MultiStatus.php | 141 ++++++
lib/DAV/Xml/Service.php | 48 ++
lib/DAVACL/Plugin.php | 321 +++++-------
.../PrincipalBackend/CreatePrincipalSupport.php | 30 ++
lib/DAVACL/PrincipalBackend/PDO.php | 33 +-
lib/DAVACL/PrincipalCollection.php | 121 ++++-
lib/DAVACL/Property/Acl.php | 212 --------
lib/DAVACL/Property/AclRestrictions.php | 34 --
lib/DAVACL/Property/CurrentUserPrivilegeSet.php | 136 ------
lib/DAVACL/Property/Principal.php | 164 -------
lib/DAVACL/Property/SupportedPrivilegeSet.php | 105 ----
lib/DAVACL/Xml/Property/Acl.php | 236 +++++++++
lib/DAVACL/Xml/Property/AclRestrictions.php | 45 ++
.../Xml/Property/CurrentUserPrivilegeSet.php | 132 +++++
lib/DAVACL/Xml/Property/Principal.php | 165 +++++++
lib/DAVACL/Xml/Property/SupportedPrivilegeSet.php | 112 +++++
lib/DAVACL/Xml/Request/ExpandPropertyReport.php | 103 ++++
.../Xml/Request/PrincipalPropertySearchReport.php | 127 +++++
.../Request/PrincipalSearchPropertySetReport.php | 58 +++
tests/Sabre/CalDAV/Backend/AbstractPDOTest.php | 26 +-
tests/Sabre/CalDAV/Backend/Mock.php | 6 +-
tests/Sabre/CalDAV/Backend/MockSharing.php | 24 +-
.../Sabre/CalDAV/CalendarHomeSubscriptionsTest.php | 16 +-
tests/Sabre/CalDAV/CalendarHomeTest.php | 28 +-
tests/Sabre/CalDAV/CalendarQueryParserTest.php | 540 ---------------------
.../CalDAV/ExpandEventsDTSTARTandDTENDTest.php | 6 +-
tests/Sabre/CalDAV/FreeBusyReportTest.php | 16 +-
tests/Sabre/CalDAV/ICSExportPluginTest.php | 47 +-
tests/Sabre/CalDAV/JCalTransformTest.php | 40 +-
.../Sabre/CalDAV/Notifications/CollectionTest.php | 2 +-
tests/Sabre/CalDAV/Notifications/NodeTest.php | 10 +-
.../Notification/SystemStatusTest.php | 61 ---
tests/Sabre/CalDAV/Notifications/PluginTest.php | 38 +-
tests/Sabre/CalDAV/PluginTest.php | 388 +++++++--------
.../CalDAV/Property/AllowedSharingModesTest.php | 47 --
.../Sabre/CalDAV/Property/EmailAddressSetTest.php | 43 --
.../CalDAV/Property/ScheduleCalendarTranspTest.php | 99 ----
.../Property/SupportedCalendarComponentSetTest.php | 67 ---
.../CalDAV/Property/SupportedCalendarDataTest.php | 46 --
.../CalDAV/Property/SupportedCollationSetTest.php | 47 --
.../Sabre/CalDAV/Schedule/FreeBusyRequestTest.php | 30 +-
tests/Sabre/CalDAV/Schedule/IMipPluginTest.php | 10 +
tests/Sabre/CalDAV/Schedule/PluginBasicTest.php | 10 +
.../Sabre/CalDAV/Schedule/PluginPropertiesTest.php | 6 +-
.../PluginPropertiesWithSharedCalendarTest.php | 8 +-
tests/Sabre/CalDAV/SharingPluginTest.php | 18 +-
tests/Sabre/CalDAV/Subscriptions/PluginTest.php | 11 +-
.../CalDAV/Subscriptions/SubscriptionTest.php | 2 +-
tests/Sabre/CalDAV/ValidateICalTest.php | 10 +-
.../Notification/InviteReplyTest.php | 47 +-
.../Notification/InviteTest.php | 56 ++-
.../CalDAV/Xml/Notification/SystemStatusTest.php | 67 +++
.../Xml/Property/AllowedSharingModesTest.php | 38 ++
.../CalDAV/Xml/Property/EmailAddressSetTest.php | 40 ++
.../Sabre/CalDAV/{ => Xml}/Property/InviteTest.php | 106 ++--
.../Xml/Property/ScheduleCalendarTranspTest.php | 118 +++++
.../Xml/Property/SupportedCalendarDataTest.php | 36 ++
.../Xml/Property/SupportedCollationSetTest.php | 37 ++
.../CalDAV/Xml/Request/CalendarQueryReportTest.php | 367 ++++++++++++++
tests/Sabre/CalDAV/Xml/Request/InviteReplyTest.php | 78 +++
...ddressBooksTest.php => AddressBookHomeTest.php} | 16 +-
tests/Sabre/CardDAV/AddressBookQueryParserTest.php | 329 -------------
tests/Sabre/CardDAV/AddressBookRootTest.php | 2 +-
tests/Sabre/CardDAV/PluginTest.php | 79 +--
.../CardDAV/Property/SupportedAddressDataTest.php | 46 --
.../CardDAV/Property/SupportedCollationSetTest.php | 46 --
.../Xml/Property/SupportedAddressDataTest.php | 38 ++
.../Xml/Property/SupportedCollationSetTest.php | 38 ++
.../Xml/Request/AddressBookQueryReportTest.php | 302 ++++++++++++
tests/Sabre/DAV/FSExt/NodeTest.php | 191 --------
tests/Sabre/DAV/HTTPPreferParsingTest.php | 36 +-
tests/Sabre/DAV/HttpGetTest.php | 199 ++++++++
tests/Sabre/DAV/HttpPutTest.php | 26 +-
tests/Sabre/DAV/Locks/PluginTest.php | 188 +++----
tests/Sabre/DAV/Mock/Collection.php | 14 +-
tests/Sabre/DAV/Mock/File.php | 16 +-
.../Sabre/DAV/Mock/{File.php => StreamingFile.php} | 83 +---
tests/Sabre/DAV/PartialUpdate/PluginTest.php | 81 ++--
tests/Sabre/DAV/Property/GetLastModifiedTest.php | 75 ---
tests/Sabre/DAV/Property/HrefListTest.php | 91 ----
tests/Sabre/DAV/Property/HrefTest.php | 119 -----
tests/Sabre/DAV/Property/ResourceTypeTest.php | 105 ----
tests/Sabre/DAV/Property/ResponseListTest.php | 19 -
tests/Sabre/DAV/Property/ResponseTest.php | 230 ---------
.../PropertyStorage/Backend/AbstractPDOTest.php | 43 ++
tests/Sabre/DAV/PropertyStorage/PluginTest.php | 9 +
tests/Sabre/DAV/ServerEventsTest.php | 29 ++
tests/Sabre/DAV/ServerMKCOLTest.php | 48 +-
tests/Sabre/DAV/ServerPluginTest.php | 11 +-
tests/Sabre/DAV/ServerPropsInfiniteDepthTest.php | 26 +-
tests/Sabre/DAV/ServerPropsTest.php | 182 +------
tests/Sabre/DAV/ServerRangeTest.php | 10 +-
tests/Sabre/DAV/ServerSimpleTest.php | 187 +------
tests/Sabre/DAV/Sync/PluginTest.php | 101 ++--
tests/Sabre/DAV/SyncTokenPropertyTest.php | 2 +-
tests/Sabre/DAV/TemporaryFileFilterTest.php | 83 +---
tests/Sabre/DAV/XMLUtilTest.php | 284 -----------
tests/Sabre/DAV/Xml/Element/PropTest.php | 154 ++++++
tests/Sabre/DAV/Xml/Element/ResponseTest.php | 182 +++++++
tests/Sabre/DAV/Xml/Property/HrefTest.php | 91 ++++
tests/Sabre/DAV/Xml/Property/LastModifiedTest.php | 59 +++
tests/Sabre/DAV/Xml/Property/LockDiscoveryTest.php | 85 ++++
.../{ => Xml}/Property/SupportedMethodSetTest.php | 11 +-
.../{ => Xml}/Property/SupportedReportSetTest.php | 0
tests/Sabre/DAV/Xml/Request/PropFindTest.php | 49 ++
tests/Sabre/DAV/Xml/Request/SyncCollectionTest.php | 95 ++++
tests/Sabre/DAV/Xml/XmlTest.php | 41 ++
tests/Sabre/DAVACL/ExpandPropertiesTest.php | 6 +-
tests/Sabre/DAVACL/PluginPropertiesTest.php | 37 +-
tests/Sabre/DAVACL/PluginUpdatePropertiesTest.php | 40 +-
.../DAVACL/PrincipalBackend/AbstractPDOTest.php | 4 -
.../DAVACL/PrincipalBackend/PDOSqliteTest.php | 6 +-
tests/Sabre/DAVACL/PrincipalPropertySearchTest.php | 4 +-
.../Sabre/DAVACL/Property/ACLRestrictionsTest.php | 36 --
.../Property/CurrentUserPrivilegeSetTest.php | 67 ---
.../DAVACL/Property/SupportedPrivilegeSetTest.php | 107 ----
tests/Sabre/DAVACL/SimplePluginTest.php | 5 +
tests/Sabre/DAVACL/{ => Xml}/Property/ACLTest.php | 130 ++---
.../DAVACL/Xml/Property/AclRestrictionsTest.php | 30 ++
.../Xml/Property/CurrentUserPrivilegeSetTest.php | 68 +++
.../DAVACL/{ => Xml}/Property/PrincipalTest.php | 99 ++--
.../Xml/Property/SupportedPrivilegeSetTest.php | 85 ++++
tests/bootstrap.php | 1 -
247 files changed, 9812 insertions(+), 8973 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