summaryrefslogtreecommitdiffstats
path: root/tests/lib/connector
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15227 from owncloud/ocetag-headerVincent Petry2015-03-271-0/+43
|\ | | | | Copy Etag header to OC-Etag for sabre calls
| * Copy Etag header to OC-Etag for sabre callsVincent Petry2015-03-261-0/+43
| |
* | Merge pull request #13802 from owncloud/share-partfilepermissionsMorris Jobke2015-03-261-2/+2
|\ \ | |/ |/| Fix share permission checks
| * Fix share permission related unit testsVincent Petry2015-03-201-2/+2
| |
* | Revert "adding unit tests"Vincent Petry2015-03-261-31/+0
| | | | | | | | This reverts commit 8d327c94a844804d0e7af057866e552bd5aafd17.
* | adding unit testsThomas Müller2015-03-261-0/+31
| |
* | Soft fail in CustomPropertiesBackend whenever storage not availableVincent Petry2015-03-231-1/+11
|/ | | | | When a storage is not available, it will not fail the whole call any more but still return a usable file list.
* Soft fail in custom properties backendVincent Petry2015-03-181-0/+28
| | | | | This makes it possible for clients to still receive a file list (minus the broken files) instead of getting no list at all
* Adding a more meaningful message for sabre dav exception - fixes #14516Thomas Müller2015-03-112-3/+71
|
* fixing namespaces and PHPDocThomas Müller2015-03-095-25/+32
|
* adding storage specific filename verification - refs #13640Thomas Müller2015-03-091-0/+41
|
* Extend the class so the Filesystem is cleaned upJoas Schilling2015-02-251-1/+0
|
* Sabre Update to 2.1Vincent Petry2015-02-239-110/+721
| | | | | | | | | | | | | | | | | | - 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
* add unit test for webdav quotaRobin Appelman2015-02-131-0/+30
|
* Fix webdav put for single file webdav sharesRobin Appelman2015-01-291-0/+25
|
* Use proper test nameLukas Reschke2015-01-051-4/+3
|
* Use proper namespaceLukas Reschke2015-01-051-1/+2
|
* Use namespaceLukas Reschke2015-01-051-3/+5
|
* Write unit-tests and use DILukas Reschke2015-01-051-0/+247
|
* Merge pull request #12865 from owncloud/files-tags-webdavMorris Jobke2014-12-192-0/+368
|\ | | | | Returns tags through WebDAV
| * Returns and update tags through WebDAV PROPFIND and PROPPATCHVincent Petry2014-12-172-0/+368
| | | | | | | | | | | | | | Added oc:tags and oc:favorites in PROPFIND response. It is possible to update them with PROPPATCH. These properties are optional which means they need to be requested explicitly
* | Add getMountPoint to FileInfoRobin Appelman2014-12-172-9/+9
|/
* Replace deprecated constant with new class constantJoas Schilling2014-11-252-16/+16
|
* Make remaining files extend the test baseJoas Schilling2014-11-195-7/+9
|
* Fix dav permissions for folders without create permissionsRobin Appelman2014-09-251-0/+55
|
* WebDAV now throws 403 when deletion did not workVincent Petry2014-09-222-5/+122
| | | | | | | | Assume a permission issue whenever a file could not be deleted. This is because some storages are not able to return permissions, so a permission denied situation can only be triggered during direct deletion.
* content size checks are not valid for LOCKThomas Müller2014-09-121-0/+2
|
* Fix unit testRobin Appelman2014-09-051-7/+5
|
* move to public namespaceMorris Jobke2014-08-191-1/+1
|
* Upload abortion is now detected within the OC_Connector_Sabre_File::put()Thomas Müller2014-07-082-105/+46
| | | | | | OC_Connector_Sabre_AbortedUploadDetectionPlugin is pointless Adding unit test testUploadAbort()
* Fix unit testsRobin Appelman2014-06-201-0/+4
|
* Fix moving movablemount over webdavRobin Appelman2014-06-171-1/+2
|
* Upgrade SabreDAV to 1.8.10Thomas Müller2014-06-045-22/+21
| | | | Updating SabreDAV namespaces
* remove outdated testRobin Appelman2014-04-251-18/+0
|
* update test caseRobin Appelman2014-03-041-0/+1
|
* Update unit tests to use the new injectionRobin Appelman2014-03-035-47/+120
|
* Remove unit tests which causes the filesystem tests to failRobin Appelman2014-02-211-15/+0
|
* Added file name check in webdav connectorVincent Petry2014-02-182-0/+56
| | | | | | | - added file name check for the put, rename and setNames() methods which throw a "Bad Request" whenever invalid characters are used - replaced \OC\Filesystem usage with $this->getFS() to be able to write unit tests
* test cases added for create/remove Shared folder and fileThomas Müller2013-10-222-0/+41
|
* adding check isDeletable() on $sourcePathThomas Müller2013-10-081-13/+19
|
* Merge pull request #4974 from owncloud/fixing-4011-masterThomas Müller2013-10-071-0/+38
|\ | | | | error handling added in case file_put_contents is failing
| * Merge branch 'master' into fixing-4011-masterThomas Müller2013-09-301-0/+97
| |\ | | | | | | | | | | | | Conflicts: lib/connector/sabre/directory.php
| * | adding test testSimplePutFailsOnRename()Thomas Müller2013-09-301-0/+14
| | |
| * | Merge branch 'master' into fixing-4011-masterThomas Müller2013-09-301-0/+87
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: lib/connector/sabre/directory.php lib/connector/sabre/file.php
| * | | remove unused setUp()Thomas Müller2013-09-271-3/+0
| | | |
| * | | adding basic unit test for failing file_put_content operationThomas Müller2013-09-241-0/+27
| | | |
* | | | upload abortion detection only for PUTThomas Müller2013-10-041-9/+13
| |_|/ |/| | | | | | | | e.g. LOCK would break with this approach
* | | Merge branch 'master' into move-aborted-upload-detection-into-plugin-masterThomas Müller2013-09-301-0/+87
|\ \ \ | | |/ | |/|
| * | code cleanupThomas Müller2013-09-271-39/+22
| | |
| * | adding unit tests for ObjectTree::move()Thomas Müller2013-09-261-0/+104
| |/