[Pkg-owncloud-commits] [php-sabredav] branch upstream updated (6a96f12 -> 0689530)

David Prévot taffit at moszumanska.debian.org
Sat Sep 5 16:44:07 UTC 2015


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

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

      from  6a96f12   Imported Upstream version 3.1.0~alpha1
      adds  0e1df66   Fixing lots of broken docblocks.
      adds  1d1c53d   Merge branch '3.0'
      adds  b0d5cc8   Backport ca91f5a to 2.1 Workaround for broken Windows Phone client.
      adds  e156653   Fix backport of ca91f5a
      adds  9bd4443   Merge pull request #692 from jakobsack/2.1
      adds  393dc0e   Preparing for 2.1.6 release.
      adds  fbe4821   Merge branch '2.1' into 3.0
      adds  07bef42   Preparing for 3.0.2 release.
      adds  65f37bd   Merge branch '3.0'
      adds  2ac9da8   Marking future release.
      adds  4a3cdfd   Destroying vobject objects after use.
      adds  a436252   Allowing everyone to read information from the inbox.
      adds  226446f   Updated changelog.
      adds  7611a8c   Mapping the old availability property to the new one.
      adds  546772c   Missing use
      adds  91aa723   Don't destroy this object. We still need it.
      adds  6b3ccc3   Typo
      adds  5266b3a   nother typo
      adds  199927a   Merge branch 'master' into map-old-availability
      adds  ed46a5b   Added tests.
      adds  4a1028d   CS
      adds  a650edf   Merge pull request #694 from fruux/map-old-availability
      adds  5005d3c   Added a "tableName" member to the PDO Backend class for PropertyStorage.
      adds  2b2a218   Merge pull request #697 from Frzk/PropertyStorage-Backend-PDO
      adds  5779180   Updated changelog for #697.
      adds  5f73dae   PostgreSQL fix for the Locks PDO backend.
      adds  39f6a70   fix client prop patch should add {DAV:}prop parent node
      adds  26c94eb   Merge pull request #703 from jeremydenoun/fix-client-proppatch
      adds  0827348   The realm argument is no more.
      adds  68f68b6   Test for #700
      adds  1b13d93   Don't trigger auth twice.
      adds  240346d   Updated changelog, bumped version.
      adds  70be1c4   Merge pull request #701 from fruux/issue-700
      adds  95a7708   Updated changelog. Prepping for release.
      adds  a4b1e1c   Fixed unittest for updated vobject behavior.
      adds  c752450   fix client prop patch should add {DAV:}prop parent node
      adds  ea84473   Fixed tests, updated changelog for #703
      adds  1d62b51   Merge branch '3.0'
      adds  132d054   CS
      adds  d674602   Merge branch '3.0'
      adds  9135e58   Fixed test.. symantics changed in relation to events in timezones in vobject.
      adds  008e10e   Fixed unittest for real now.
      adds  fcf446d   Locks plugin getInfo test
      adds  211a077   Remove simplefsserver.php
      adds  cd4e193   Added SupportedCalendarComponentSetTest
      adds  c890cec   Merge pull request #707 from fruux/DominikTo/SupportedCalendarComponentSetTest
      adds  de2fe5e   Added SupportedCalendarComponentSetTest
      adds  704ae12   Throwing an exception when running into empty supported-calendar-component-set.
      adds  0bf5b7e   Merge branch '3.0'
      adds  159233b   When properties appear in propstat with no value, don't call deserializers.
      adds  4b538fe   Typo
      adds  575b81e   Updated changelog.
      adds  5e7b596   Merge branch '3.0'
      adds  7bf9cd9   Updated changelog
      adds  a40d72b   Fix typo publically
      adds  43ec69a   Merge pull request #713 from TheTypoMaster/master
      adds  baa117f   typo
      adds  05171aa   Merge pull request #711 from fruux/fix-empty-prop-issue
      adds  c4cce26   Typo. Thanks @LukasReschka
      adds  4eff5d4   Making the test slightly saner. Not sure exactly how a 0 length event
      adds  05fcf40   Test for #705
      adds  f524398   Fixed broken tests
      adds  67632c4   Fixed order of triggering events.
      adds  94c2f85   Merge pull request #714 from fruux/prevent-delete-on-forbidden-move
      adds  6042d8c   Updated changelog, bumped version.
      adds  3f3ef57   Releasing sabre/dav 2.0.9
      adds  39ca954   Merge branch '2.0' into 2.1
      adds  43cbc7c   Bumping version
      adds  38aa323   CS
      adds  116db6c   Releasing 2.1.7
      adds  49a6669   Fixed unittest.
      adds  31f5380   Merge branch '2.1' into 3.0
      adds  bb066f3   Releasing 3.0.4
      adds  5c2379c   CS fixes.
      adds  26c0391   Merge branch '3.0'
      adds  782055b   Releasing 3.1.0-alpha2
       new  0689530   Imported Upstream version 3.1.0~alpha2

The 1 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                                       |  80 +++++++++++-
 composer.json                                      |   4 +-
 examples/addressbookserver.php                     |   2 +-
 examples/calendarserver.php                        |   2 +-
 examples/fileserver.php                            |   2 +-
 examples/groupwareserver.php                       |   2 +-
 examples/simplefsserver.php                        | 123 ------------------
 lib/CalDAV/Backend/AbstractBackend.php             |   7 +-
 lib/CalDAV/Backend/PDO.php                         |   3 +
 lib/CalDAV/Calendar.php                            |   1 +
 lib/CalDAV/ICSExportPlugin.php                     |   9 +-
 lib/CalDAV/Notifications/Plugin.php                |   2 +
 lib/CalDAV/Plugin.php                              |  23 +++-
 lib/CalDAV/Schedule/IMipPlugin.php                 |   2 +-
 lib/CalDAV/Schedule/Inbox.php                      |  16 +--
 lib/CalDAV/Schedule/Plugin.php                     | 140 +++++++++++++++------
 lib/CalDAV/Subscriptions/Plugin.php                |   2 +
 lib/CalDAV/Xml/Notification/InviteReply.php        |   2 +
 .../Xml/Property/SupportedCalendarComponentSet.php |   7 +-
 lib/CardDAV/AddressBook.php                        |   1 +
 lib/CardDAV/Plugin.php                             |  35 +++++-
 lib/CardDAV/VCFExportPlugin.php                    |   7 +-
 lib/DAV/Auth/Backend/AbstractBasic.php             |   4 +-
 lib/DAV/Auth/Backend/AbstractDigest.php            |   4 +-
 lib/DAV/Auth/Backend/Apache.php                    |   2 +-
 lib/DAV/Auth/Backend/BackendInterface.php          |   2 +-
 lib/DAV/Auth/Plugin.php                            |  17 +++
 lib/DAV/Browser/Plugin.php                         |  19 ++-
 lib/DAV/Client.php                                 |   7 ++
 lib/DAV/Collection.php                             |   2 +-
 lib/DAV/CorePlugin.php                             |  11 +-
 lib/DAV/IMultiGet.php                              |   1 +
 lib/DAV/Locks/Backend/PDO.php                      |   2 +-
 lib/DAV/Locks/Plugin.php                           |   1 +
 lib/DAV/Mount/Plugin.php                           |   1 +
 lib/DAV/PropPatch.php                              |   9 +-
 lib/DAV/PropertyStorage/Backend/PDO.php            |  19 ++-
 lib/DAV/Server.php                                 |  21 +++-
 lib/DAV/Sync/Plugin.php                            |   3 +-
 lib/DAV/Version.php                                |   2 +-
 lib/DAV/Xml/Element/Prop.php                       |   1 +
 lib/DAV/Xml/Element/Response.php                   |  39 ++++++
 lib/DAV/Xml/Request/PropPatch.php                  |   8 +-
 lib/DAV/Xml/Response/MultiStatus.php               |   1 +
 lib/DAV/Xml/Service.php                            |   1 -
 lib/DAVACL/AbstractPrincipalCollection.php         |   1 +
 lib/DAVACL/Xml/Property/Acl.php                    |   2 +-
 .../Xml/Property/CurrentUserPrivilegeSet.php       |   1 +
 tests/Sabre/CalDAV/GetEventsByTimerangeTest.php    |  24 ++--
 tests/Sabre/CalDAV/PluginTest.php                  |   1 +
 tests/Sabre/CalDAV/Schedule/InboxTest.php          |  55 ++++----
 .../Sabre/CalDAV/Schedule/PluginPropertiesTest.php |  67 +++++++---
 .../Property/SupportedCalendarComponentSetTest.php | 107 ++++++++++++++++
 tests/Sabre/DAV/HttpGetTest.php                    |  43 +------
 tests/Sabre/DAV/HttpHeadTest.php                   |  97 ++++++++++++++
 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       |  67 ++++++++++
 tests/Sabre/DAV/Xml/Request/PropPatchTest.php      |  16 ++-
 tests/Sabre/DAVServerTest.php                      |  35 ++++--
 66 files changed, 994 insertions(+), 463 deletions(-)
 delete mode 100644 examples/simplefsserver.php
 create mode 100644 tests/Sabre/CalDAV/Xml/Property/SupportedCalendarComponentSetTest.php
 create mode 100644 tests/Sabre/DAV/HttpHeadTest.php
 create mode 100644 tests/Sabre/DAV/HttpMoveTest.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