[Pkg-owncloud-commits] [php-sabredav] branch upstream updated (943cc0e -> 9d3dd44)

David Prévot taffit at moszumanska.debian.org
Fri Jul 8 00:24:10 UTC 2016


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

taffit pushed a change to branch upstream
in repository php-sabredav.

      from  943cc0e   Imported Upstream version 3.2.0~alpha1
       new  045bee6   Going back to stable vobject version.
       new  ae04f26   Using phpunit.xml.dist
       new  5246a9e   minor: CS fix
       new  fb0f501   Merge branch 'master' of github.com:fruux/sabre-dav
       new  c8b0d03   No longer throwing an error on unknown privileges.
       new  7239902   Calendar Objects records firstOccurence and lastOccurrence can't save… (#835)
       new  3025391   Merge branch 'master' of github.com:fruux/sabre-dav
       new  e25f1bb   Return vCard exactly from storage if we don't need to convert.
       new  32524c7   About to release the first sabre/dav 3.2 beta.
       new  7bca1f2   Fix insecure default ACL rule.
       new  3bd4eb8   Fixed test for recent security change.
       new  225da90   Fixed unittests for recent security change
       new  b0ea729   getMock is deprecated.
       new  91b31e8   components field size is 21
       new  b4d4e50   Return vCard exactly from storage if we don't need to convert.
       new  e4098cb   Releasing 3.1.4
       new  cc44bf4   Casting transparent to an int.
       new  0937db2   Updated changelog
       new  d8e1d44   Merge branch '3.1'
       new  1532788   Using the displayname as provided by a sharee.
       new  9a0cf48   Revert "Using the displayname as provided by a sharee."
       new  d24035a   Fixed bad after-conflict commit.
       new  f743840   Added a bunch of tests. Increasing the coverage a bit.
       new  f85de4a   Updated changelog
       new  5b9737c   Forgot to bump version
       new  9d3dd44   Imported Upstream version 3.2.0

The 26 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:
 CHANGELOG.md                                       | 39 +++++++++++++
 bin/build.php                                      |  2 +-
 bin/migrateto32.php                                |  2 +-
 examples/calendarserver.php                        |  4 ++
 lib/CalDAV/Backend/PDO.php                         |  6 +-
 lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php | 22 ++-----
 lib/CardDAV/Plugin.php                             | 56 +++++++++++-------
 lib/DAV/Auth/Backend/File.php                      |  2 +-
 lib/DAV/FSExt/Directory.php                        | 10 +---
 lib/DAV/Sharing/Plugin.php                         |  2 +-
 lib/DAV/Version.php                                |  2 +-
 lib/DAV/Xml/Property/Invite.php                    |  2 +-
 lib/DAV/Xml/Property/ShareAccess.php               |  2 +-
 lib/DAV/Xml/Property/SupportedMethodSet.php        | 11 +---
 lib/DAVACL/Plugin.php                              |  9 +--
 tests/Sabre/CalDAV/Backend/AbstractPDOTest.php     | 10 ++++
 tests/Sabre/CalDAV/Xml/Property/InviteTest.php     |  5 +-
 tests/Sabre/CardDAV/MultiGetTest.php               |  2 +-
 tests/Sabre/DAV/Auth/Backend/FileTest.php          |  3 +-
 tests/Sabre/DAV/Auth/PluginTest.php                | 19 ++++++
 tests/Sabre/DAV/FSExt/DirectoryTest.php            | 30 ++++++++++
 tests/Sabre/DAV/ServerEventsTest.php               |  4 +-
 tests/Sabre/DAV/Xml/Property/ShareAccessTest.php   | 68 ++++++++++++++++++++++
 .../DAV/Xml/Property/SupportedMethodSetTest.php    | 63 ++++++++------------
 tests/Sabre/DAV/Xml/XmlTest.php                    |  7 +++
 tests/Sabre/DAVACL/ExpandPropertiesTest.php        |  7 +++
 tests/Sabre/DAVACL/PluginPropertiesTest.php        | 55 +++++++++++++++++
 27 files changed, 331 insertions(+), 113 deletions(-)
 create mode 100644 tests/Sabre/DAV/FSExt/DirectoryTest.php

-- 
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