[Pkg-owncloud-commits] [php-sabredav] branch upstream updated (63e40e9 -> 43741ea)

David Prévot taffit at moszumanska.debian.org
Thu Feb 26 18:51:57 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  63e40e9   Imported Upstream version 2.2.0~alpha2
       new  a02d3ba   add calendars timezone information on expand in ICSExportPlugin
       new  98015d4   Merge pull request #595 from armin-hackmann/2.1
       new  4157807   Updated changelog.
       new  8f9bd4e   Merge branch '2.1'
       new  1d07744   Normalizing URIs before comparing them.
       new  22eacaa   Using 1.0 for sabre/uri and dev-master for sabre/http
       new  d9808d9   Merge pull request #598 from fruux/uri-normalize
       new  cd5f10a   Add logo.
       new  c36a40a   Merge pull request #601 from Hywan/readme_logo
       new  814f649   Issue #581 : Fixed blank principalPrefix in findByUri
       new  38ec609   Merge pull request #604 from soydeedo/issue.581-findByUri.blank.prefix
       new  5ccbc21   Fix a typo in the API documentation.
       new  4ed4cae   Fix typos.
       new  361492f   Fix a typo in the API documentation.
       new  c973200   Merge pull request #605 from Hywan/fix_typo
       new  7ceac5a   Issue #581 : Fixed blank principalPrefix in findByUri
       new  ea7d427   Updated changelog.
       new  5b01e54   Removing the self-update step so perhaps we can get these builds to pass.
       new  bd9e808   Merge branch '2.1'
       new  d199f47   Making hhvm an allowed failure. It's unreliable.
       new  3952c64   ETag is based on the file's mtime.
       new  3270cfb   Update tests according to the previous commit.
       new  b68d8ed   ETag is based on the file's mtime.
       new  70a9964   Update tests according to the previous commit.
       new  a97076a   Use a better algorithm to compute the ETag.
       new  3adff21   PUT and PATCH returns `getETag`…
       new  e0de474   Fix CS.
       new  6de633d   Compute ETag with a SHA-1.
       new  bd158fb   Update tests according to previous commits.
       new  0b92896   Fix CS.
       new  a93b4e2   Clear cache to avoid a bad ETag computation.
       new  ba65db1   Fix the rebase.
       new  8dade78   Merge pull request #564 from Hywan/fs_file_getetag
       new  0c18505   mv ChangeLog.md CHANGELOG.md for consistency.
       new  f764f82   Merge pull request #609 from Hywan/changelog
       new  bfc01a4   Escape some more values
       new  789cedf   Merge pull request #611 from LukasReschke/more-escaping
       new  231a538   Unittest for #610
       new  abdc7b1   Prevent enumeration of absolute path using Browser Plugin
       new  ed7a00d   Use lower-case `false` to make PHPCS happy
       new  dbe8a64   Merge pull request #610 from LukasReschke/prevent-enumeration-of-absolue-path
       new  6ba3ac1   Escape some more values
       new  0a9c814   Updated changelog. #611
       new  7837d9a   Prevent enumeration of absolute path using Browser Plugin
       new  3a55560   Use lower-case `false` to make PHPCS happy
       new  5e0c5fa   Unittest for #610
       new  b0c5dcb   Updated changelog.
       new  714edf9   Showing int values in the browser plugin.
       new  ff814c3   Deleting properties when parent nodes get deleted.
       new  cee9933   Merge branch '2.1'
       new  4910462   Support empty usernames and passwords in basic auth. Fixes #568
       new  29d8594   Bumped versions, updated changelog.
       new  c8d409b   Merge branch '1.8' into 2.0
       new  51451a0   vobject is using semantic versioning so we can drop a digit.
       new  9754cb3   Merge branch '2.0' into 2.1
       new  95e3d29   Merge branch '2.1'
       new  ad70826   Releasing sabre/dav today.
       new  78b0a55   Preparing for a 1.8 release.
       new  6337704   Merge branch '1.8' into 2.0
       new  5da70e8   Merge branch '2.0' into 2.1
       new  6a8aec2   Updated changelog.
       new  4a19014   Merge branch '2.1'
       new  1d7ccf2   Releasing 2.0.0alpha-2
       new  6469b7f   Fixed release date.
       new  2653618   Actually releasing alpha3 :S
       new  43741ea   Imported Upstream version 2.2.0~alpha3

The 66 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                                        |   4 +-
 ChangeLog.md => CHANGELOG.md                       |  34 ++-
 README.md                                          |   4 +-
 bin/build.php                                      |   2 +-
 composer.json                                      |   5 +-
 lib/CalDAV/Backend/AbstractBackend.php             |   2 +-
 lib/CalDAV/Backend/BackendInterface.php            |  16 +-
 lib/CalDAV/ICSExportPlugin.php                     |  19 +-
 lib/DAV/Browser/Plugin.php                         |  17 +-
 lib/DAV/FS/Directory.php                           |   4 +-
 lib/DAV/FS/File.php                                |   7 +-
 lib/DAV/FS/Node.php                                |   2 -
 lib/DAV/FSExt/Directory.php                        |  11 +-
 lib/DAV/FSExt/File.php                             |  16 +-
 .../PropertyStorage/Backend/BackendInterface.php   |  16 ++
 lib/DAV/PropertyStorage/Backend/PDO.php            |  31 ++-
 lib/DAV/PropertyStorage/Plugin.php                 |  15 ++
 lib/DAV/Server.php                                 |  32 +--
 lib/DAV/SimpleFile.php                             |   2 +-
 lib/DAV/Version.php                                |   2 +-
 lib/DAVACL/AbstractPrincipalCollection.php         |   2 +-
 lib/DAVACL/PrincipalBackend/AbstractBackend.php    |   5 +-
 lib/DAVACL/PrincipalBackend/BackendInterface.php   |   3 +-
 .../Sabre/CalDAV/ExpandEventsFloatingTimeTest.php  |  40 ++++
 tests/Sabre/DAV/Browser/PluginTest.php             |  10 +
 tests/Sabre/DAV/FSExt/FileTest.php                 |  73 +++---
 tests/Sabre/DAV/FSExt/ServerTest.php               |  18 +-
 tests/Sabre/DAV/Locks/PluginTest.php               |   9 +-
 .../PropertyStorage/Backend/AbstractPDOTest.php    |  17 ++
 tests/Sabre/DAV/ServerRangeTest.php                | 137 +++++------
 tests/Sabre/DAV/ServerSimpleTest.php               | 251 ++++++++++-----------
 tests/Sabre/DAV/SimpleFileTest.php                 |   2 +-
 tests/Sabre/DAVACL/PrincipalCollectionTest.php     |   9 +
 tests/Sabre/DAVServerTest.php                      |   5 +
 34 files changed, 531 insertions(+), 291 deletions(-)
 rename ChangeLog.md => CHANGELOG.md (98%)

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