]> source.dussan.org Git - nextcloud-server.git/commit
Sabre Update to 2.1
authorVincent Petry <pvince81@owncloud.com>
Thu, 12 Feb 2015 11:29:01 +0000 (12:29 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Mon, 23 Feb 2015 21:27:23 +0000 (22:27 +0100)
commit9f6dcb9d3e2f43f336dafeb739e04ba9614d9b5f
treefa72017a9bf76c526ddb3dfe0969f0584a4a7d67
parent66e3211fd8a57b0fb296d1dcc980272721e9f99d
Sabre Update to 2.1

- VObject fixes for Sabre\VObject 3.3
- Remove VObject property workarounds
- Added prefetching for tags in sabre tags plugin
- Moved oc_properties logic to separate PropertyStorage backend (WIP)
- Fixed Sabre connector namespaces
- Improved files plugin to handle props on-demand
- Moved allowed props from server class to files plugin
- Fixed tags caching for files that are known to have no tags
  (less queries)
- Added/fixed unit tests for Sabre FilesPlugin, TagsPlugin
- Replace OC\Connector\Sabre\Request with direct call to
  httpRequest->setUrl()
- Fix exception detection in DAV client when using Sabre\DAV\Client
- Added setETag() on Node instead of using the static FileSystem
- Also preload tags/props when depth is infinity
39 files changed:
3rdparty
apps/files/appinfo/remote.php
apps/files_encryption/tests/webdav.php
apps/files_sharing/publicwebdav.php
lib/private/appframework/http/request.php
lib/private/connector/sabre/appenabledplugin.php
lib/private/connector/sabre/auth.php
lib/private/connector/sabre/custompropertiesbackend.php [new file with mode: 0644]
lib/private/connector/sabre/directory.php
lib/private/connector/sabre/exception/entitytoolarge.php
lib/private/connector/sabre/exception/filelocked.php
lib/private/connector/sabre/exception/unsupportedmediatype.php
lib/private/connector/sabre/exceptionloggerplugin.php
lib/private/connector/sabre/file.php
lib/private/connector/sabre/filesplugin.php
lib/private/connector/sabre/locks.php
lib/private/connector/sabre/maintenanceplugin.php
lib/private/connector/sabre/node.php
lib/private/connector/sabre/objecttree.php
lib/private/connector/sabre/principal.php
lib/private/connector/sabre/quotaplugin.php
lib/private/connector/sabre/request.php [deleted file]
lib/private/connector/sabre/server.php
lib/private/connector/sabre/taglist.php
lib/private/connector/sabre/tagsplugin.php
lib/private/files/storage/common.php
lib/private/files/storage/dav.php
lib/private/vobject/compoundproperty.php [deleted file]
lib/private/vobject/stringproperty.php [deleted file]
tests/lib/connector/sabre/custompropertiesbackend.php [new file with mode: 0644]
tests/lib/connector/sabre/directory.php
tests/lib/connector/sabre/file.php
tests/lib/connector/sabre/filesplugin.php [new file with mode: 0644]
tests/lib/connector/sabre/node.php
tests/lib/connector/sabre/objecttree.php
tests/lib/connector/sabre/principal.php
tests/lib/connector/sabre/quotaplugin.php
tests/lib/connector/sabre/tagsplugin.php
tests/lib/vobject.php [deleted file]