[Pkg-owncloud-commits] [php-sabredav] 59/66: Merge branch 'master' of github.com:fruux/sabre-dav

David Prévot taffit at moszumanska.debian.org
Sat Jan 18 20:08:22 UTC 2014


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

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

commit 54c075dc1552b682cf92ad8dcde90043b6c73075
Merge: c73b8fc 1bae126
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Mon Jan 13 17:05:43 2014 -0500

    Merge branch 'master' of github.com:fruux/sabre-dav

 ChangeLog                                          |  15 +-
 LICENSE                                            |   2 +-
 composer.json                                      |   2 +-
 examples/calendarserver.php                        |   7 +
 lib/Sabre/CalDAV/Backend/AbstractBackend.php       |   2 +-
 lib/Sabre/CalDAV/Backend/BackendInterface.php      |   2 +-
 lib/Sabre/CalDAV/Backend/NotificationSupport.php   |   2 +-
 lib/Sabre/CalDAV/Backend/PDO.php                   |   2 +-
 lib/Sabre/CalDAV/Backend/SharingSupport.php        |   2 +-
 lib/Sabre/CalDAV/Backend/SubscriptionSupport.php   |   2 +-
 lib/Sabre/CalDAV/Backend/SyncSupport.php           |   2 +-
 lib/Sabre/CalDAV/Calendar.php                      |   2 +-
 lib/Sabre/CalDAV/CalendarObject.php                |   2 +-
 lib/Sabre/CalDAV/CalendarQueryParser.php           |   2 +-
 lib/Sabre/CalDAV/CalendarQueryValidator.php        |   2 +-
 lib/Sabre/CalDAV/CalendarRootNode.php              |   2 +-
 .../CalDAV/Exception/InvalidComponentType.php      |   2 +-
 lib/Sabre/CalDAV/ICSExportPlugin.php               |   2 +-
 lib/Sabre/CalDAV/ICalendar.php                     |   2 +-
 lib/Sabre/CalDAV/ICalendarObject.php               |   2 +-
 lib/Sabre/CalDAV/IShareableCalendar.php            |   2 +-
 lib/Sabre/CalDAV/ISharedCalendar.php               |   2 +-
 lib/Sabre/CalDAV/Notifications/Collection.php      |   2 +-
 lib/Sabre/CalDAV/Notifications/ICollection.php     |   2 +-
 lib/Sabre/CalDAV/Notifications/INode.php           |   2 +-
 .../CalDAV/Notifications/INotificationType.php     |   2 +-
 lib/Sabre/CalDAV/Notifications/Node.php            |   2 +-
 .../CalDAV/Notifications/Notification/Invite.php   |   2 +-
 .../Notifications/Notification/InviteReply.php     |   2 +-
 .../Notifications/Notification/SystemStatus.php    |   2 +-
 lib/Sabre/CalDAV/Plugin.php                        |   8 +-
 lib/Sabre/CalDAV/Principal/Collection.php          |   2 +-
 lib/Sabre/CalDAV/Principal/IProxyRead.php          |   2 +-
 lib/Sabre/CalDAV/Principal/IProxyWrite.php         |   2 +-
 lib/Sabre/CalDAV/Principal/ProxyRead.php           |   2 +-
 lib/Sabre/CalDAV/Principal/ProxyWrite.php          |   2 +-
 lib/Sabre/CalDAV/Principal/User.php                |   2 +-
 lib/Sabre/CalDAV/Property/AllowedSharingModes.php  |   2 +-
 lib/Sabre/CalDAV/Property/Invite.php               |   2 +-
 .../CalDAV/Property/ScheduleCalendarTransp.php     |   2 +-
 .../Property/SupportedCalendarComponentSet.php     |   2 +-
 .../CalDAV/Property/SupportedCalendarData.php      |   2 +-
 .../CalDAV/Property/SupportedCollationSet.php      |   2 +-
 lib/Sabre/CalDAV/Schedule/IMip.php                 |   2 +-
 lib/Sabre/CalDAV/Schedule/IOutbox.php              |   2 +-
 lib/Sabre/CalDAV/Schedule/Outbox.php               |   2 +-
 lib/Sabre/CalDAV/ShareableCalendar.php             |   2 +-
 lib/Sabre/CalDAV/SharedCalendar.php                |   2 +-
 lib/Sabre/CalDAV/SharingPlugin.php                 |   4 +-
 lib/Sabre/CalDAV/Subscriptions/ISubscription.php   |   2 +-
 lib/Sabre/CalDAV/Subscriptions/Plugin.php          |   2 +-
 lib/Sabre/CalDAV/Subscriptions/Subscription.php    |   2 +-
 lib/Sabre/CalDAV/UserCalendars.php                 |   2 +-
 lib/Sabre/CardDAV/AddressBook.php                  |   2 +-
 lib/Sabre/CardDAV/AddressBookQueryParser.php       |   2 +-
 lib/Sabre/CardDAV/AddressBookRoot.php              |   2 +-
 lib/Sabre/CardDAV/Backend/AbstractBackend.php      |   2 +-
 lib/Sabre/CardDAV/Backend/BackendInterface.php     |   2 +-
 lib/Sabre/CardDAV/Backend/PDO.php                  |   2 +-
 lib/Sabre/CardDAV/Backend/SyncSupport.php          |   2 +-
 lib/Sabre/CardDAV/Card.php                         |   2 +-
 lib/Sabre/CardDAV/IAddressBook.php                 |   2 +-
 lib/Sabre/CardDAV/ICard.php                        |   2 +-
 lib/Sabre/CardDAV/IDirectory.php                   |   2 +-
 lib/Sabre/CardDAV/Plugin.php                       |   2 +-
 .../CardDAV/Property/SupportedAddressData.php      |   2 +-
 lib/Sabre/CardDAV/UserAddressBooks.php             |   2 +-
 lib/Sabre/CardDAV/VCFExportPlugin.php              |   2 +-
 lib/Sabre/DAV/Auth/Backend/AbstractBasic.php       |   2 +-
 lib/Sabre/DAV/Auth/Backend/AbstractDigest.php      |   2 +-
 lib/Sabre/DAV/Auth/Backend/Apache.php              |   2 +-
 lib/Sabre/DAV/Auth/Backend/BackendInterface.php    |   2 +-
 lib/Sabre/DAV/Auth/Backend/BasicCallBack.php       |   2 +-
 lib/Sabre/DAV/Auth/Backend/File.php                |   2 +-
 lib/Sabre/DAV/Auth/Backend/PDO.php                 |   2 +-
 lib/Sabre/DAV/Auth/Plugin.php                      |   2 +-
 lib/Sabre/DAV/Browser/GuessContentType.php         |   2 +-
 lib/Sabre/DAV/Browser/MapGetToPropFind.php         |   2 +-
 lib/Sabre/DAV/Browser/Plugin.php                   |   7 +-
 lib/Sabre/DAV/Client.php                           |   6 +-
 lib/Sabre/DAV/Collection.php                       |   2 +-
 lib/Sabre/DAV/CorePlugin.php                       |  16 +-
 lib/Sabre/DAV/Exception.php                        |   2 +-
 lib/Sabre/DAV/Exception/BadRequest.php             |   2 +-
 lib/Sabre/DAV/Exception/Conflict.php               |   2 +-
 lib/Sabre/DAV/Exception/ConflictingLock.php        |   2 +-
 lib/Sabre/DAV/Exception/FileNotFound.php           |   2 +-
 lib/Sabre/DAV/Exception/Forbidden.php              |   2 +-
 lib/Sabre/DAV/Exception/InsufficientStorage.php    |   2 +-
 lib/Sabre/DAV/Exception/InvalidResourceType.php    |   2 +-
 lib/Sabre/DAV/Exception/InvalidSyncToken.php       |   2 +-
 .../DAV/Exception/LockTokenMatchesRequestUri.php   |   2 +-
 lib/Sabre/DAV/Exception/Locked.php                 |   2 +-
 lib/Sabre/DAV/Exception/MethodNotAllowed.php       |   2 +-
 lib/Sabre/DAV/Exception/NotAuthenticated.php       |   2 +-
 lib/Sabre/DAV/Exception/NotFound.php               |   2 +-
 lib/Sabre/DAV/Exception/NotImplemented.php         |   2 +-
 lib/Sabre/DAV/Exception/PaymentRequired.php        |   2 +-
 lib/Sabre/DAV/Exception/PreconditionFailed.php     |   2 +-
 lib/Sabre/DAV/Exception/ReportNotSupported.php     |   2 +-
 .../DAV/Exception/RequestedRangeNotSatisfiable.php |   2 +-
 lib/Sabre/DAV/Exception/ServiceUnavailable.php     |   2 +-
 lib/Sabre/DAV/Exception/TooMuchMatches.php         |   2 +-
 lib/Sabre/DAV/Exception/UnsupportedMediaType.php   |   2 +-
 lib/Sabre/DAV/FS/Directory.php                     |   2 +-
 lib/Sabre/DAV/FS/File.php                          |   2 +-
 lib/Sabre/DAV/FS/Node.php                          |   2 +-
 lib/Sabre/DAV/FSExt/Directory.php                  |   2 +-
 lib/Sabre/DAV/FSExt/File.php                       |   2 +-
 lib/Sabre/DAV/FSExt/Node.php                       |   2 +-
 lib/Sabre/DAV/File.php                             |   2 +-
 lib/Sabre/DAV/ICollection.php                      |   2 +-
 lib/Sabre/DAV/IExtendedCollection.php              |   2 +-
 lib/Sabre/DAV/IFile.php                            |   2 +-
 lib/Sabre/DAV/IMultiGet.php                        |   2 +-
 lib/Sabre/DAV/INode.php                            |   2 +-
 lib/Sabre/DAV/IProperties.php                      |   2 +-
 lib/Sabre/DAV/IQuota.php                           |   2 +-
 lib/Sabre/DAV/Locks/Backend/AbstractBackend.php    |   2 +-
 lib/Sabre/DAV/Locks/Backend/BackendInterface.php   |   2 +-
 lib/Sabre/DAV/Locks/Backend/FS.php                 |   2 +-
 lib/Sabre/DAV/Locks/Backend/File.php               |   2 +-
 lib/Sabre/DAV/Locks/Backend/PDO.php                |   2 +-
 lib/Sabre/DAV/Locks/LockInfo.php                   |   2 +-
 lib/Sabre/DAV/Locks/Plugin.php                     |   6 +-
 lib/Sabre/DAV/Mount/Plugin.php                     |   2 +-
 lib/Sabre/DAV/Node.php                             |   2 +-
 lib/Sabre/DAV/ObjectTree.php                       |   2 +-
 lib/Sabre/DAV/PartialUpdate/IFile.php              |   2 +-
 lib/Sabre/DAV/PartialUpdate/Plugin.php             |   4 +-
 lib/Sabre/DAV/Property.php                         |   2 +-
 lib/Sabre/DAV/Property/GetLastModified.php         |   2 +-
 lib/Sabre/DAV/Property/Href.php                    |   2 +-
 lib/Sabre/DAV/Property/HrefList.php                |   2 +-
 lib/Sabre/DAV/Property/IHref.php                   |   2 +-
 lib/Sabre/DAV/Property/LockDiscovery.php           |   2 +-
 lib/Sabre/DAV/Property/ResourceType.php            |   2 +-
 lib/Sabre/DAV/Property/Response.php                |   2 +-
 lib/Sabre/DAV/Property/ResponseList.php            |   2 +-
 lib/Sabre/DAV/Property/SupportedLock.php           |   2 +-
 lib/Sabre/DAV/Property/SupportedReportSet.php      |   2 +-
 lib/Sabre/DAV/PropertyInterface.php                |   2 +-
 lib/Sabre/DAV/Server.php                           |  46 +-
 lib/Sabre/DAV/ServerPlugin.php                     |   2 +-
 lib/Sabre/DAV/SimpleCollection.php                 |   2 +-
 lib/Sabre/DAV/SimpleFile.php                       |   2 +-
 lib/Sabre/DAV/StringUtil.php                       |   2 +-
 lib/Sabre/DAV/Sync/ISyncCollection.php             |   2 +-
 lib/Sabre/DAV/Sync/Plugin.php                      |   2 +-
 lib/Sabre/DAV/TemporaryFileFilterPlugin.php        |   4 +-
 lib/Sabre/DAV/Tree.php                             |   2 +-
 lib/Sabre/DAV/Tree/Filesystem.php                  |   2 +-
 lib/Sabre/DAV/URLUtil.php                          |   3 +-
 lib/Sabre/DAV/UUIDUtil.php                         |   2 +-
 lib/Sabre/DAV/Version.php                          |   2 +-
 lib/Sabre/DAV/XMLUtil.php                          |   2 +-
 lib/Sabre/DAVACL/AbstractPrincipalCollection.php   |   2 +-
 lib/Sabre/DAVACL/Exception/AceConflict.php         |   2 +-
 lib/Sabre/DAVACL/Exception/NeedPrivileges.php      |   2 +-
 lib/Sabre/DAVACL/Exception/NoAbstract.php          |   2 +-
 .../DAVACL/Exception/NotRecognizedPrincipal.php    |   2 +-
 .../DAVACL/Exception/NotSupportedPrivilege.php     |   2 +-
 lib/Sabre/DAVACL/IACL.php                          |   2 +-
 lib/Sabre/DAVACL/IPrincipal.php                    |   2 +-
 lib/Sabre/DAVACL/IPrincipalCollection.php          |   2 +-
 lib/Sabre/DAVACL/Plugin.php                        |   4 +-
 lib/Sabre/DAVACL/Principal.php                     |   2 +-
 .../DAVACL/PrincipalBackend/AbstractBackend.php    |   2 +-
 .../DAVACL/PrincipalBackend/BackendInterface.php   |   2 +-
 lib/Sabre/DAVACL/PrincipalBackend/PDO.php          |   2 +-
 lib/Sabre/DAVACL/PrincipalCollection.php           |   2 +-
 lib/Sabre/DAVACL/Property/Acl.php                  |   2 +-
 lib/Sabre/DAVACL/Property/AclRestrictions.php      |   2 +-
 .../DAVACL/Property/CurrentUserPrivilegeSet.php    |   2 +-
 lib/Sabre/DAVACL/Property/Principal.php            |   2 +-
 .../DAVACL/Property/SupportedPrivilegeSet.php      |   2 +-
 lib/Sabre/autoload.php                             |   2 +-
 .../CalDAV/Backend/MockSubscriptionSupport.php     |   2 +-
 .../CalDAV/ExpandEventsDTSTARTandDTENDTest.php     |   4 +-
 .../ExpandEventsDTSTARTandDTENDbyDayTest.php       |   5 +-
 .../Sabre/CalDAV/ExpandEventsDoubleEventsTest.php  |   4 +-
 tests/Sabre/CalDAV/FreeBusyReportTest.php          |   6 +-
 tests/Sabre/CalDAV/FreeBusyRequestTest.php         |  26 +-
 tests/Sabre/CalDAV/GetEventsByTimerangeTest.php    |   5 +-
 tests/Sabre/CalDAV/ICSExportPluginTest.php         |  57 +-
 tests/Sabre/CalDAV/Issue203Test.php                |   5 +-
 tests/Sabre/CalDAV/Issue205Test.php                |   5 +-
 tests/Sabre/CalDAV/Issue211Test.php                |   5 +-
 tests/Sabre/CalDAV/Issue220Test.php                |   7 +-
 tests/Sabre/CalDAV/Issue228Test.php                |   4 +-
 tests/Sabre/CalDAV/OutboxPostTest.php              |  50 +-
 tests/Sabre/CalDAV/PluginTest.php                  |  75 +-
 tests/Sabre/CalDAV/Schedule/IMip/Mock.php          |   6 +-
 tests/Sabre/CalDAV/SharingPluginTest.php           |  52 +-
 tests/Sabre/CalDAV/ValidateICalTest.php            |  53 +-
 tests/Sabre/CardDAV/AbstractPluginTest.php         |   2 +
 tests/Sabre/CardDAV/AddressBookQueryTest.php       |  16 +-
 tests/Sabre/CardDAV/MultiGetTest.php               |   4 +-
 tests/Sabre/CardDAV/SogoStripContentTypeTest.php   |   2 +-
 tests/Sabre/CardDAV/VCFExportTest.php              |   4 +-
 tests/Sabre/CardDAV/ValidateVCardTest.php          |  25 +-
 tests/Sabre/DAV/AbstractServer.php                 |   3 +-
 tests/Sabre/DAV/Auth/Backend/AbstractBasicTest.php |   4 +-
 .../Sabre/DAV/Auth/Backend/AbstractDigestTest.php  |  10 +-
 tests/Sabre/DAV/Auth/Backend/ApacheTest.php        |   2 +-
 tests/Sabre/DAV/Auth/Backend/BasicCallBackTest.php |   4 +-
 tests/Sabre/DAV/Auth/PluginTest.php                |   5 +-
 tests/Sabre/DAV/Browser/MapGetToPropFindTest.php   |   4 +-
 tests/Sabre/DAV/Browser/PluginTest.php             |  20 +-
 tests/Sabre/DAV/ClientTest.php                     | 947 ---------------------
 tests/Sabre/DAV/FSExt/ServerTest.php               |  36 +-
 tests/Sabre/DAV/GetIfConditionsTest.php            |  20 +-
 tests/Sabre/DAV/HTTPPreferParsingTest.php          |  20 +-
 tests/Sabre/DAV/Issue33Test.php                    |   5 +-
 tests/Sabre/DAV/Locks/MSWordTest.php               |  13 +-
 tests/Sabre/DAV/Locks/PluginTest.php               | 157 ++--
 tests/Sabre/DAV/Mount/PluginTest.php               |   8 +-
 tests/Sabre/DAV/PartialUpdate/PluginTest.php       |  20 +-
 .../Sabre/DAV/Property/SupportedReportSetTest.php  |   6 +-
 tests/Sabre/DAV/ServerCopyMoveTest.php             |  41 +-
 tests/Sabre/DAV/ServerEventsTest.php               |   4 +-
 tests/Sabre/DAV/ServerFinderBlockTest.php          |   8 +-
 tests/Sabre/DAV/ServerMKCOLTest.php                |  52 +-
 tests/Sabre/DAV/ServerPluginTest.php               |   4 +-
 tests/Sabre/DAV/ServerPreconditionTest.php         |  44 +-
 ...psTest.php => ServerPropsInfiniteDepthTest.php} |  48 +-
 tests/Sabre/DAV/ServerPropsTest.php                |   8 +-
 tests/Sabre/DAV/ServerRangeTest.php                |  36 +-
 tests/Sabre/DAV/ServerSimpleTest.php               | 100 +--
 tests/Sabre/DAV/Sync/MockSyncCollection.php        |   2 +-
 tests/Sabre/DAV/Sync/PluginTest.php                |  52 +-
 tests/Sabre/DAV/TemporaryFileFilterTest.php        |  42 +-
 tests/Sabre/DAV/URLUtilTest.php                    | 131 ---
 tests/Sabre/DAVACL/ExpandPropertiesTest.php        |  17 +-
 tests/Sabre/DAVACL/PluginAdminTest.php             |  10 +-
 tests/Sabre/DAVACL/PrincipalPropertySearchTest.php |  17 +-
 .../DAVACL/PrincipalSearchPropertySetTest.php      |  13 +-
 tests/Sabre/DAVServerTest.php                      |   7 +-
 tests/Sabre/HTTP/ResponseMock.php                  |  11 +-
 .../Sabre/HTTP/{ResponseMock.php => SapiMock.php}  |  13 +-
 tests/bootstrap.php                                |   3 +-
 241 files changed, 897 insertions(+), 1932 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