[Pkg-owncloud-commits] [php-sabredav] branch master updated (e4c3242 -> 12df94a)

David Prévot taffit at moszumanska.debian.org
Fri Dec 12 01:21:02 UTC 2014


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

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

      from  e4c3242   Update changelog for 2.1.2-1 release
      adds  07f03cb   2.2.0 version.
      adds  e937ee8   Removed all $tableName arguments from PDO backends.
      adds  443ac48   Merge branch '2.1'
      adds  38aedf6   Deleted long-deprecated classes.
      adds  633d572   Removed deprecated Client methods.
      adds  2c21f93   Removing $server->getPLugin($className) syntax.
      adds  44551e9   Removed getPrincipalbyEmail.
      adds  f991054   Fix for #541
      adds  afde035   More hardcoded table names #541
      adds  86247e0   Merge pull request #542 from DominikTo/issue-541
      adds  8d92a5c   Add a test for a full synchronization after changes
      adds  dbdad43   Merge pull request #545 from kewisch/getchanges-fullsync
      adds  a70ae58   Faster getMultiple implementation for carddav backend.
      adds  b0ed65b   Unused use statement and variable.
      adds  171ff12   Merge branch '2.1'
      adds  8e9bf9c   text/x-card is deprecated in favour of text/card.
      adds  cd33a5e   Merge pull request #559 from Hywan/guessContentType_vcard
      adds  645e881   application/octet-stream as default content-type.
      adds  cf08140   Update tests.
      adds  6d1d15e   Merge pull request #560 from Hywan/guessContentType_default
      adds  4b07428   Updated changelog.
      adds  7fce5c9   Only marking iCalendar objects as modified when they generate scheduling messags.
      adds  d7e0c11   Merge branch '2.1'
      adds  05e86f8   Removed dead code.
      adds  1b599d5   Merge branch '2.1'
      adds  9a8fe64   Added a 'plugins' page to the browser plugin.
      adds  b0f5bb6   Added plugin information to a few more plugins.
      adds  213c8a8   Speed composer up a little.
      adds  7d08c9e   Use the new build env on Travis
      adds  21d2e6e   Merge pull request #562 from joshk/patch-1
      adds  828b3d8   Merge branch 'master' of github.com:fruux/sabre-dav
      adds  93e6195   Merge branch '2.1'
      adds  8c81bc3   Replace `scandir` by `FilesystemIterator`.
      adds  05f82a2   Merge pull request #565 from Hywan/remove_scandir
      adds  5564dee   Merge branch '2.1'
      adds  1010275   Fix API documentation.
      adds  2851183   Merge pull request #571 from Hywan/api_documentation
      adds  7259118   filter calendar objects by component type (VEVENT, VTODO or VJOURNAL)
      adds  0a47956   add url to calendar object as information
      adds  26fec23   unit test for component filter in ICSExportPlugin
      adds  6412240   calendar object url is accessible in mergeObjects
      adds  532a76d   prevent a double-slash / remove unneeded slash
      adds  26f25d1   Revert "prevent a double-slash / remove unneeded slash"
      adds  e0037e4   Merge pull request #568 from armin-hackmann/icsexport-component-filter
      adds  b7c95c0   Changelog.
      adds  49a307f   Fix a typo.
      adds  f10962e   Simplify a namespace.
      adds  d9a9352   Merge pull request #575 from Hywan/test_typo
      adds  4e16fa2   Fix for #572
      adds  f2f81e1   Updated changelog.
      adds  e04d5e6   Merge pull request #577 from evert/fix-572
      adds  a9050a5   Merge branch '2.1'
      adds  ed231f6   Fix a typo in the API documentation.
      adds  039cbdb   Merge pull request #578 from Hywan/api_doc
      adds  f4e245b   Temporarily switching to bleed-edge sabre/http until there's a release.
      adds  5594821   Refactored authentication system to be stateless.
      adds  21cc1b3   Authentication backends can now specify the reason for failure.
      adds  2c46255   Supporting multiple auth backends.
      adds  ae65aef   Missing unittests.
      adds  09169c5   ACL plugin no longer relies on $authPlugin->getUserName().
      adds  75477b0   Fixed broken unittests.
      adds  6d1dfa3   Changelog
      adds  231d0a8   Merge pull request #582 from fruux/multi-auth
      adds  52fff3c   Releasing the first 2.2 alpha.
       new  48a1a7f   Imported Upstream version 2.2.0~alpha1
       new  29e8a7a   Merge tag 'upstream/2.2.0_alpha1'
       new  047de50   Refresh patch
       new  12df94a   Update changelog for 2.2.0~alpha1-1 release

The 4 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                                       |  48 ++++-
 composer.json                                      |   2 +-
 debian/changelog                                   |   9 +
 ...ssLoader-from-Symfony-instead-of-autoload.patch |   4 +-
 lib/CalDAV/Backend/PDO.php                         |  14 +-
 lib/CalDAV/CalendarRootNode.php                    |  18 --
 lib/CalDAV/ICSExportPlugin.php                     |  21 +-
 lib/CalDAV/Notifications/Plugin.php                |  21 ++
 lib/CalDAV/Plugin.php                              |  21 ++
 lib/CalDAV/Schedule/IMipPlugin.php                 |  21 ++
 lib/CalDAV/Schedule/Plugin.php                     |  23 +-
 lib/CalDAV/SharingPlugin.php                       |  20 ++
 lib/CalDAV/Subscriptions/Subscription.php          |  21 ++
 lib/CalDAV/UserCalendars.php                       |  19 --
 lib/CardDAV/Backend/PDO.php                        |  16 +-
 lib/CardDAV/Plugin.php                             |  35 ++++
 lib/DAV/Auth/Backend/AbstractBasic.php             | 120 ++++++++---
 lib/DAV/Auth/Backend/AbstractDigest.php            | 119 ++++++++---
 lib/DAV/Auth/Backend/Apache.php                    |  73 +++++--
 lib/DAV/Auth/Backend/BackendInterface.php          |  56 ++++-
 lib/DAV/Auth/Backend/PDO.php                       |   6 +-
 lib/DAV/Auth/Plugin.php                            | 150 +++++++++----
 lib/DAV/Browser/GuessContentType.php               |   6 +-
 lib/DAV/Browser/Plugin.php                         | 231 +++++++++++++++------
 lib/DAV/Client.php                                 |  28 ---
 lib/DAV/CorePlugin.php                             |  23 +-
 lib/DAV/Exception/FileNotFound.php                 |  19 --
 lib/DAV/FS/Directory.php                           |  11 +-
 lib/DAV/FS/File.php                                |   2 +-
 lib/DAV/FSExt/Directory.php                        |  16 +-
 lib/DAV/Locks/Backend/FS.php                       | 194 -----------------
 lib/DAV/Locks/Backend/PDO.php                      |   6 +-
 lib/DAV/PartialUpdate/IFile.php                    |  39 ----
 lib/DAV/PartialUpdate/Plugin.php                   |  18 +-
 lib/DAV/Property/Href.php                          |   3 +-
 lib/DAV/Property/HrefList.php                      |   3 +-
 lib/DAV/PropertyStorage/Plugin.php                 |  35 ++++
 lib/DAV/Server.php                                 |  14 +-
 lib/DAV/ServerPlugin.php                           |  21 ++
 lib/DAV/Sync/Plugin.php                            |  21 ++
 lib/DAV/TemporaryFileFilterPlugin.php              |   6 +-
 lib/DAV/URLUtil.php                                |  22 --
 lib/DAV/Version.php                                |   2 +-
 lib/DAVACL/Plugin.php                              |  52 ++---
 lib/DAVACL/Principal.php                           |   5 +-
 lib/DAVACL/PrincipalBackend/PDO.php                |   8 +-
 lib/DAVACL/Property/Principal.php                  |   4 +-
 tests/Sabre/CalDAV/Backend/AbstractPDOTest.php     |   8 +
 tests/Sabre/CalDAV/ICSExportPluginTest.php         |  88 ++++++++
 tests/Sabre/CalDAV/PluginTest.php                  |   3 +-
 .../Sabre/CalDAV/Schedule/FreeBusyRequestTest.php  |   4 +-
 tests/Sabre/DAV/Auth/Backend/AbstractBasicTest.php |  63 +++---
 .../Sabre/DAV/Auth/Backend/AbstractDigestTest.php  | 127 ++++++-----
 tests/Sabre/DAV/Auth/Backend/ApacheTest.php        |  51 +++--
 tests/Sabre/DAV/Auth/Backend/BasicCallBackTest.php |  14 +-
 tests/Sabre/DAV/Auth/Backend/Mock.php              |  82 ++++++--
 tests/Sabre/DAV/Auth/PluginTest.php                |  86 +++++---
 tests/Sabre/DAV/Browser/GuessContentTypeTest.php   |   5 +-
 tests/Sabre/DAV/Browser/PluginTest.php             |   1 +
 tests/Sabre/DAV/ClientTest.php                     |  22 --
 tests/Sabre/DAV/Locks/Backend/FSTest.php           |  35 ----
 tests/Sabre/DAV/PartialUpdate/FileMock.php         |  54 ++++-
 tests/Sabre/DAV/TemporaryFileFilterTest.php        |   2 +-
 tests/Sabre/DAVServerTest.php                      |   4 +-
 tests/Sabre/HTTP/SapiMock.php                      |   2 +-
 tests/bootstrap.php                                |   2 +-
 67 files changed, 1380 insertions(+), 903 deletions(-)
 delete mode 100644 lib/CalDAV/CalendarRootNode.php
 delete mode 100644 lib/CalDAV/UserCalendars.php
 delete mode 100644 lib/DAV/Exception/FileNotFound.php
 delete mode 100644 lib/DAV/Locks/Backend/FS.php
 delete mode 100644 lib/DAV/PartialUpdate/IFile.php
 delete mode 100644 lib/DAV/URLUtil.php
 delete mode 100644 tests/Sabre/DAV/Locks/Backend/FSTest.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