[Pkg-owncloud-commits] [php-sabredav] branch master updated (12df94a -> 42c279f)
David Prévot
taffit at moszumanska.debian.org
Sat Jan 10 14:20:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a change to branch master
in repository php-sabredav.
from 12df94a Update changelog for 2.2.0~alpha1-1 release
new 31b68f2 Executable.
new 0bfaf17 Merge branch '2.1'
new d688506 Unused variables.
new dae236d That interface no longer exists.
new 2a556ef 2.1 branch status
new 02a41a3 Merge pull request #583 from stevelacey/patch-1
new c9c7bee Don't test vobject anymore in this branch.
new 453d51f Testing with --prefer-lowest.
new 0620515 We must use composer update, instead of composer install for this.
new 64fe7d2 PHP 5.6 is not allowed to fail.
new 30f29b4 Added --prefer-source
new e6aa636 Merge branch '1.7' into 1.8
new ed2e7fe Hoping these work.
new 77eb8dd Revert "Hoping these work."
new bfeb480 double env: key.
new e474f7f Merge branch '1.8' into 2.0
new 90e79c7 When we are testing the oldest version of dependencies, we don't care about *their* unittests.
new 5fd12cb Corrected path.
new f0c1368 Merge branch '2.0' into 2.1
new d44cf05 Merge branch '2.1'
new 9c3cefd Displaying the xmlrewrite2 branch on README.md
new a907ae6 Merge branch 'master' of github.com:fruux/sabre-dav
new fd23cfa Happy new year!
new 76f4475 Merge branch '1.8' into 2.0
new 9e1bead Happy new year!
new 40088b1 Merge branch '2.0' into 2.1
new bdddd52 Happy new year!
new e37afe0 Merge branch '2.1'
new 322812d Happy new year!
new 1fc2bd0 Renamed the requireAuth method in auth backends to 'challenge'.
new ec75250 Remove an unused variable.
new b7be7db Fix a typo in the API documentation.
new 6bdbfc8 Merge pull request #588 from Hywan/issue_586
new 8fff4ee Fix a typo in the API documentation.
new 9540fec Merge pull request #589 from Hywan/fix_typo
new b16493c SCHEDULE-STATUS must not contain a human-readable reason-phrase.
new ef1b9c6 Skipping shared calendars when looking for events.
new 97265cb Bugfix and unittest.
new 5bbba2c Updated changelog.
new 44d8df4 Merge branch '2.1'
new 10af5c9 Tagging the second 2.2.0 alpha
new 63e40e9 Imported Upstream version 2.2.0~alpha2
new 01e0e11 Merge tag 'upstream/2.2.0_alpha2'
new cf26c3f Update copyright
new 42c279f Update changelog for 2.2.0~alpha2-1 release
The 45 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 12 +++--
ChangeLog.md | 27 +++++++++--
LICENSE | 2 +-
README.md | 17 +++----
bin/build.php | 1 +
debian/changelog | 10 ++++
debian/copyright | 5 +-
lib/CalDAV/Backend/AbstractBackend.php | 7 ++-
lib/CalDAV/Backend/BackendInterface.php | 2 +-
lib/CalDAV/Backend/NotificationSupport.php | 2 +-
lib/CalDAV/Backend/PDO.php | 2 +-
lib/CalDAV/Backend/SchedulingSupport.php | 2 +-
lib/CalDAV/Backend/SharingSupport.php | 2 +-
lib/CalDAV/Backend/SubscriptionSupport.php | 2 +-
lib/CalDAV/Backend/SyncSupport.php | 2 +-
lib/CalDAV/Calendar.php | 2 +-
lib/CalDAV/CalendarHome.php | 2 +-
lib/CalDAV/CalendarObject.php | 2 +-
lib/CalDAV/CalendarQueryParser.php | 2 +-
lib/CalDAV/CalendarQueryValidator.php | 2 +-
lib/CalDAV/CalendarRoot.php | 2 +-
lib/CalDAV/Exception/InvalidComponentType.php | 2 +-
lib/CalDAV/ICSExportPlugin.php | 2 +-
lib/CalDAV/ICalendar.php | 2 +-
lib/CalDAV/ICalendarObject.php | 2 +-
lib/CalDAV/ICalendarObjectContainer.php | 2 +-
lib/CalDAV/IShareableCalendar.php | 2 +-
lib/CalDAV/ISharedCalendar.php | 2 +-
lib/CalDAV/Notifications/Collection.php | 2 +-
lib/CalDAV/Notifications/ICollection.php | 2 +-
lib/CalDAV/Notifications/INode.php | 2 +-
lib/CalDAV/Notifications/INotificationType.php | 2 +-
lib/CalDAV/Notifications/Node.php | 2 +-
lib/CalDAV/Notifications/Notification/Invite.php | 2 +-
.../Notifications/Notification/InviteReply.php | 2 +-
.../Notifications/Notification/SystemStatus.php | 2 +-
lib/CalDAV/Notifications/Plugin.php | 2 +-
lib/CalDAV/Plugin.php | 6 +--
lib/CalDAV/Principal/Collection.php | 2 +-
lib/CalDAV/Principal/IProxyRead.php | 2 +-
lib/CalDAV/Principal/IProxyWrite.php | 2 +-
lib/CalDAV/Principal/ProxyRead.php | 2 +-
lib/CalDAV/Principal/ProxyWrite.php | 2 +-
lib/CalDAV/Principal/User.php | 2 +-
lib/CalDAV/Property/AllowedSharingModes.php | 2 +-
lib/CalDAV/Property/EmailAddressSet.php | 2 +-
lib/CalDAV/Property/Invite.php | 2 +-
lib/CalDAV/Property/ScheduleCalendarTransp.php | 2 +-
.../Property/SupportedCalendarComponentSet.php | 2 +-
lib/CalDAV/Property/SupportedCalendarData.php | 2 +-
lib/CalDAV/Property/SupportedCollationSet.php | 2 +-
lib/CalDAV/Schedule/IInbox.php | 2 +-
lib/CalDAV/Schedule/IMipPlugin.php | 11 +----
lib/CalDAV/Schedule/IOutbox.php | 2 +-
lib/CalDAV/Schedule/ISchedulingObject.php | 2 +-
lib/CalDAV/Schedule/Inbox.php | 2 +-
lib/CalDAV/Schedule/Outbox.php | 2 +-
lib/CalDAV/Schedule/Plugin.php | 6 +--
lib/CalDAV/Schedule/SchedulingObject.php | 2 +-
lib/CalDAV/ShareableCalendar.php | 2 +-
lib/CalDAV/SharedCalendar.php | 2 +-
lib/CalDAV/SharingPlugin.php | 2 +-
lib/CalDAV/Subscriptions/ISubscription.php | 2 +-
lib/CalDAV/Subscriptions/Plugin.php | 2 +-
lib/CalDAV/Subscriptions/Subscription.php | 2 +-
lib/CardDAV/AddressBook.php | 2 +-
lib/CardDAV/AddressBookQueryParser.php | 2 +-
lib/CardDAV/AddressBookRoot.php | 2 +-
lib/CardDAV/Backend/AbstractBackend.php | 2 +-
lib/CardDAV/Backend/BackendInterface.php | 2 +-
lib/CardDAV/Backend/PDO.php | 2 +-
lib/CardDAV/Backend/SyncSupport.php | 2 +-
lib/CardDAV/Card.php | 2 +-
lib/CardDAV/IAddressBook.php | 2 +-
lib/CardDAV/ICard.php | 2 +-
lib/CardDAV/IDirectory.php | 2 +-
lib/CardDAV/Plugin.php | 2 +-
lib/CardDAV/Property/SupportedAddressData.php | 2 +-
lib/CardDAV/Property/SupportedCollationSet.php | 2 +-
lib/CardDAV/UserAddressBooks.php | 2 +-
lib/CardDAV/VCFExportPlugin.php | 2 +-
lib/DAV/Auth/Backend/AbstractBasic.php | 8 ++--
lib/DAV/Auth/Backend/AbstractDigest.php | 8 ++--
lib/DAV/Auth/Backend/Apache.php | 8 ++--
lib/DAV/Auth/Backend/BackendInterface.php | 8 ++--
lib/DAV/Auth/Backend/BasicCallBack.php | 2 +-
lib/DAV/Auth/Backend/File.php | 2 +-
lib/DAV/Auth/Backend/PDO.php | 2 +-
lib/DAV/Auth/Plugin.php | 4 +-
lib/DAV/Browser/GuessContentType.php | 2 +-
lib/DAV/Browser/MapGetToPropFind.php | 2 +-
lib/DAV/Browser/Plugin.php | 4 +-
lib/DAV/Browser/PropFindAll.php | 2 +-
lib/DAV/Client.php | 2 +-
lib/DAV/Collection.php | 2 +-
lib/DAV/CorePlugin.php | 2 +-
lib/DAV/Exception.php | 2 +-
lib/DAV/Exception/BadRequest.php | 2 +-
lib/DAV/Exception/Conflict.php | 2 +-
lib/DAV/Exception/ConflictingLock.php | 2 +-
lib/DAV/Exception/Forbidden.php | 2 +-
lib/DAV/Exception/InsufficientStorage.php | 2 +-
lib/DAV/Exception/InvalidResourceType.php | 2 +-
lib/DAV/Exception/InvalidSyncToken.php | 2 +-
lib/DAV/Exception/LengthRequired.php | 2 +-
lib/DAV/Exception/LockTokenMatchesRequestUri.php | 2 +-
lib/DAV/Exception/Locked.php | 2 +-
lib/DAV/Exception/MethodNotAllowed.php | 2 +-
lib/DAV/Exception/NotAuthenticated.php | 2 +-
lib/DAV/Exception/NotFound.php | 2 +-
lib/DAV/Exception/NotImplemented.php | 2 +-
lib/DAV/Exception/PaymentRequired.php | 2 +-
lib/DAV/Exception/PreconditionFailed.php | 2 +-
lib/DAV/Exception/ReportNotSupported.php | 2 +-
lib/DAV/Exception/RequestedRangeNotSatisfiable.php | 2 +-
lib/DAV/Exception/ServiceUnavailable.php | 2 +-
lib/DAV/Exception/TooManyMatches.php | 2 +-
lib/DAV/Exception/UnsupportedMediaType.php | 2 +-
lib/DAV/FS/Directory.php | 2 +-
lib/DAV/FS/File.php | 2 +-
lib/DAV/FS/Node.php | 2 +-
lib/DAV/FSExt/Directory.php | 2 +-
lib/DAV/FSExt/File.php | 2 +-
lib/DAV/FSExt/Node.php | 2 +-
lib/DAV/File.php | 2 +-
lib/DAV/ICollection.php | 2 +-
lib/DAV/IExtendedCollection.php | 2 +-
lib/DAV/IFile.php | 2 +-
lib/DAV/IMoveTarget.php | 2 +-
lib/DAV/IMultiGet.php | 2 +-
lib/DAV/INode.php | 2 +-
lib/DAV/IProperties.php | 2 +-
lib/DAV/IQuota.php | 2 +-
lib/DAV/Locks/Backend/AbstractBackend.php | 2 +-
lib/DAV/Locks/Backend/BackendInterface.php | 2 +-
lib/DAV/Locks/Backend/File.php | 2 +-
lib/DAV/Locks/Backend/PDO.php | 2 +-
lib/DAV/Locks/LockInfo.php | 2 +-
lib/DAV/Locks/Plugin.php | 2 +-
lib/DAV/Mount/Plugin.php | 2 +-
lib/DAV/Node.php | 2 +-
lib/DAV/PartialUpdate/IPatchSupport.php | 2 +-
lib/DAV/PartialUpdate/Plugin.php | 4 +-
lib/DAV/PropPatch.php | 2 +-
lib/DAV/Property.php | 2 +-
lib/DAV/Property/GetLastModified.php | 2 +-
lib/DAV/Property/Href.php | 2 +-
lib/DAV/Property/HrefList.php | 2 +-
lib/DAV/Property/IHref.php | 2 +-
lib/DAV/Property/LockDiscovery.php | 2 +-
lib/DAV/Property/ResourceType.php | 2 +-
lib/DAV/Property/Response.php | 2 +-
lib/DAV/Property/ResponseList.php | 2 +-
lib/DAV/Property/SupportedLock.php | 2 +-
lib/DAV/Property/SupportedMethodSet.php | 2 +-
lib/DAV/Property/SupportedReportSet.php | 2 +-
lib/DAV/PropertyInterface.php | 2 +-
lib/DAV/Server.php | 2 +-
lib/DAV/ServerPlugin.php | 2 +-
lib/DAV/SimpleCollection.php | 2 +-
lib/DAV/SimpleFile.php | 2 +-
lib/DAV/StringUtil.php | 2 +-
lib/DAV/Sync/ISyncCollection.php | 2 +-
lib/DAV/Sync/Plugin.php | 2 +-
lib/DAV/TemporaryFileFilterPlugin.php | 2 +-
lib/DAV/Tree.php | 2 +-
lib/DAV/UUIDUtil.php | 2 +-
lib/DAV/Version.php | 4 +-
lib/DAV/XMLUtil.php | 2 +-
lib/DAVACL/AbstractPrincipalCollection.php | 2 +-
lib/DAVACL/Exception/AceConflict.php | 2 +-
lib/DAVACL/Exception/NeedPrivileges.php | 2 +-
lib/DAVACL/Exception/NoAbstract.php | 2 +-
lib/DAVACL/Exception/NotRecognizedPrincipal.php | 2 +-
lib/DAVACL/Exception/NotSupportedPrivilege.php | 2 +-
lib/DAVACL/IACL.php | 2 +-
lib/DAVACL/IPrincipal.php | 2 +-
lib/DAVACL/IPrincipalCollection.php | 2 +-
lib/DAVACL/Plugin.php | 2 +-
lib/DAVACL/Principal.php | 2 +-
lib/DAVACL/PrincipalBackend/AbstractBackend.php | 2 +-
lib/DAVACL/PrincipalBackend/BackendInterface.php | 2 +-
lib/DAVACL/PrincipalBackend/PDO.php | 2 +-
lib/DAVACL/PrincipalCollection.php | 2 +-
lib/DAVACL/Property/Acl.php | 2 +-
lib/DAVACL/Property/AclRestrictions.php | 2 +-
lib/DAVACL/Property/CurrentUserPrivilegeSet.php | 2 +-
lib/DAVACL/Property/Principal.php | 2 +-
lib/DAVACL/Property/SupportedPrivilegeSet.php | 2 +-
tests/Sabre/CalDAV/Backend/AbstractTest.php | 54 ++++++++++++++++------
.../CalDAV/Backend/MockSubscriptionSupport.php | 2 +-
.../CalDAV/ExpandEventsDTSTARTandDTENDTest.php | 2 +-
.../ExpandEventsDTSTARTandDTENDbyDayTest.php | 2 +-
.../Sabre/CalDAV/ExpandEventsDoubleEventsTest.php | 2 +-
tests/Sabre/CalDAV/GetEventsByTimerangeTest.php | 2 +-
tests/Sabre/CalDAV/Issue203Test.php | 2 +-
tests/Sabre/CalDAV/Issue205Test.php | 2 +-
tests/Sabre/CalDAV/Issue211Test.php | 2 +-
tests/Sabre/CalDAV/Issue220Test.php | 2 +-
tests/Sabre/CalDAV/Issue228Test.php | 2 +-
.../Sabre/CalDAV/Schedule/DeliverNewEventTest.php | 2 +-
tests/Sabre/CalDAV/Schedule/IMip/MockPlugin.php | 2 +-
.../Sabre/CalDAV/Schedule/ScheduleDeliverTest.php | 18 ++++----
tests/Sabre/DAV/Auth/Backend/AbstractBasicTest.php | 2 +-
.../Sabre/DAV/Auth/Backend/AbstractDigestTest.php | 2 +-
tests/Sabre/DAV/Auth/Backend/ApacheTest.php | 2 +-
tests/Sabre/DAV/Auth/Backend/Mock.php | 2 +-
tests/Sabre/DAV/HttpDeleteTest.php | 2 +-
tests/Sabre/DAV/HttpPutTest.php | 2 +-
tests/Sabre/DAV/Locks/Backend/Mock.php | 2 +-
tests/Sabre/DAV/Mock/Collection.php | 2 +-
tests/Sabre/DAV/Mock/File.php | 2 +-
tests/Sabre/DAV/Mock/PropertiesCollection.php | 2 +-
tests/Sabre/DAV/Sync/MockSyncCollection.php | 2 +-
tests/Sabre/DAVServerTest.php | 2 +-
tests/Sabre/HTTP/ResponseMock.php | 2 +-
tests/Sabre/HTTP/SapiMock.php | 2 +-
217 files changed, 341 insertions(+), 275 deletions(-)
mode change 100644 => 100755 bin/build.php
--
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