Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #15227 from owncloud/ocetag-header | Vincent Petry | 2015-03-27 | 1 | -0/+43 |
|\ | | | | | Copy Etag header to OC-Etag for sabre calls | ||||
| * | Copy Etag header to OC-Etag for sabre calls | Vincent Petry | 2015-03-26 | 1 | -0/+43 |
| | | |||||
* | | Merge pull request #13802 from owncloud/share-partfilepermissions | Morris Jobke | 2015-03-26 | 1 | -2/+2 |
|\ \ | |/ |/| | Fix share permission checks | ||||
| * | Fix share permission related unit tests | Vincent Petry | 2015-03-20 | 1 | -2/+2 |
| | | |||||
* | | Revert "adding unit tests" | Vincent Petry | 2015-03-26 | 1 | -31/+0 |
| | | | | | | | | This reverts commit 8d327c94a844804d0e7af057866e552bd5aafd17. | ||||
* | | adding unit tests | Thomas Müller | 2015-03-26 | 1 | -0/+31 |
| | | |||||
* | | Soft fail in CustomPropertiesBackend whenever storage not available | Vincent Petry | 2015-03-23 | 1 | -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 backend | Vincent Petry | 2015-03-18 | 1 | -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 #14516 | Thomas Müller | 2015-03-11 | 2 | -3/+71 |
| | |||||
* | fixing namespaces and PHPDoc | Thomas Müller | 2015-03-09 | 5 | -25/+32 |
| | |||||
* | adding storage specific filename verification - refs #13640 | Thomas Müller | 2015-03-09 | 1 | -0/+41 |
| | |||||
* | Extend the class so the Filesystem is cleaned up | Joas Schilling | 2015-02-25 | 1 | -1/+0 |
| | |||||
* | Sabre Update to 2.1 | Vincent Petry | 2015-02-23 | 9 | -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 quota | Robin Appelman | 2015-02-13 | 1 | -0/+30 |
| | |||||
* | Fix webdav put for single file webdav shares | Robin Appelman | 2015-01-29 | 1 | -0/+25 |
| | |||||
* | Use proper test name | Lukas Reschke | 2015-01-05 | 1 | -4/+3 |
| | |||||
* | Use proper namespace | Lukas Reschke | 2015-01-05 | 1 | -1/+2 |
| | |||||
* | Use namespace | Lukas Reschke | 2015-01-05 | 1 | -3/+5 |
| | |||||
* | Write unit-tests and use DI | Lukas Reschke | 2015-01-05 | 1 | -0/+247 |
| | |||||
* | Merge pull request #12865 from owncloud/files-tags-webdav | Morris Jobke | 2014-12-19 | 2 | -0/+368 |
|\ | | | | | Returns tags through WebDAV | ||||
| * | Returns and update tags through WebDAV PROPFIND and PROPPATCH | Vincent Petry | 2014-12-17 | 2 | -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 FileInfo | Robin Appelman | 2014-12-17 | 2 | -9/+9 |
|/ | |||||
* | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 2 | -16/+16 |
| | |||||
* | Make remaining files extend the test base | Joas Schilling | 2014-11-19 | 5 | -7/+9 |
| | |||||
* | Fix dav permissions for folders without create permissions | Robin Appelman | 2014-09-25 | 1 | -0/+55 |
| | |||||
* | WebDAV now throws 403 when deletion did not work | Vincent Petry | 2014-09-22 | 2 | -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 LOCK | Thomas Müller | 2014-09-12 | 1 | -0/+2 |
| | |||||
* | Fix unit test | Robin Appelman | 2014-09-05 | 1 | -7/+5 |
| | |||||
* | move to public namespace | Morris Jobke | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | Upload abortion is now detected within the OC_Connector_Sabre_File::put() | Thomas Müller | 2014-07-08 | 2 | -105/+46 |
| | | | | | | OC_Connector_Sabre_AbortedUploadDetectionPlugin is pointless Adding unit test testUploadAbort() | ||||
* | Fix unit tests | Robin Appelman | 2014-06-20 | 1 | -0/+4 |
| | |||||
* | Fix moving movablemount over webdav | Robin Appelman | 2014-06-17 | 1 | -1/+2 |
| | |||||
* | Upgrade SabreDAV to 1.8.10 | Thomas Müller | 2014-06-04 | 5 | -22/+21 |
| | | | | Updating SabreDAV namespaces | ||||
* | remove outdated test | Robin Appelman | 2014-04-25 | 1 | -18/+0 |
| | |||||
* | update test case | Robin Appelman | 2014-03-04 | 1 | -0/+1 |
| | |||||
* | Update unit tests to use the new injection | Robin Appelman | 2014-03-03 | 5 | -47/+120 |
| | |||||
* | Remove unit tests which causes the filesystem tests to fail | Robin Appelman | 2014-02-21 | 1 | -15/+0 |
| | |||||
* | Added file name check in webdav connector | Vincent Petry | 2014-02-18 | 2 | -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 file | Thomas Müller | 2013-10-22 | 2 | -0/+41 |
| | |||||
* | adding check isDeletable() on $sourcePath | Thomas Müller | 2013-10-08 | 1 | -13/+19 |
| | |||||
* | Merge pull request #4974 from owncloud/fixing-4011-master | Thomas Müller | 2013-10-07 | 1 | -0/+38 |
|\ | | | | | error handling added in case file_put_contents is failing | ||||
| * | Merge branch 'master' into fixing-4011-master | Thomas Müller | 2013-09-30 | 1 | -0/+97 |
| |\ | | | | | | | | | | | | | Conflicts: lib/connector/sabre/directory.php | ||||
| * | | adding test testSimplePutFailsOnRename() | Thomas Müller | 2013-09-30 | 1 | -0/+14 |
| | | | |||||
| * | | Merge branch 'master' into fixing-4011-master | Thomas Müller | 2013-09-30 | 1 | -0/+87 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/connector/sabre/directory.php lib/connector/sabre/file.php | ||||
| * | | | remove unused setUp() | Thomas Müller | 2013-09-27 | 1 | -3/+0 |
| | | | | |||||
| * | | | adding basic unit test for failing file_put_content operation | Thomas Müller | 2013-09-24 | 1 | -0/+27 |
| | | | | |||||
* | | | | upload abortion detection only for PUT | Thomas Müller | 2013-10-04 | 1 | -9/+13 |
| |_|/ |/| | | | | | | | | e.g. LOCK would break with this approach | ||||
* | | | Merge branch 'master' into move-aborted-upload-detection-into-plugin-master | Thomas Müller | 2013-09-30 | 1 | -0/+87 |
|\ \ \ | | |/ | |/| | |||||
| * | | code cleanup | Thomas Müller | 2013-09-27 | 1 | -39/+22 |
| | | | |||||
| * | | adding unit tests for ObjectTree::move() | Thomas Müller | 2013-09-26 | 1 | -0/+104 |
| |/ |