Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 1 | -829/+0 |
| | |||||
* | add unit test | Robin Appelman | 2015-09-17 | 1 | -0/+17 |
| | |||||
* | fix chunking tests | Robin Appelman | 2015-09-14 | 1 | -0/+2 |
| | |||||
* | adjust tests to handle before/after locking | Robin Appelman | 2015-09-14 | 1 | -5/+43 |
| | |||||
* | Cleanup part file after upload exception | Vincent Petry | 2015-06-29 | 1 | -29/+314 |
| | | | | | | | | | | | | Added unit tests for checking for stray part files. Convert exception to sabre exception in upload put method. Also added unit test for exception mapping, which also indirectly tests that the part file is being deleted on exception. This applies to both chunking and non-chunking mode. Added some unit tests for chunk upload. | ||||
* | Webdav PUT small file lock must be shared during hooks | Vincent Petry | 2015-06-12 | 1 | -0/+80 |
| | | | | | | | | Fixed code path for Webdav PUT of small files to use shared locks during hook execution, and exclusive during the file operation This makes it possible for versions to be copied by accessing the file in a post_write hook. | ||||
* | Fire prehooks when uploading directly to storage | Vincent Petry | 2015-05-13 | 1 | -38/+194 |
| | |||||
* | fix test | Robin Appelman | 2015-04-27 | 1 | -1/+0 |
| | |||||
* | pass a stream to the tests | Robin Appelman | 2015-04-14 | 1 | -5/+13 |
| | |||||
* | update tests | Robin Appelman | 2015-04-09 | 1 | -4/+12 |
| | |||||
* | Adding a more meaningful message for sabre dav exception - fixes #14516 | Thomas Müller | 2015-03-11 | 1 | -3/+0 |
| | |||||
* | fixing namespaces and PHPDoc | Thomas Müller | 2015-03-09 | 1 | -7/+12 |
| | |||||
* | Sabre Update to 2.1 | Vincent Petry | 2015-02-23 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | - 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 | ||||
* | Fix webdav put for single file webdav shares | Robin Appelman | 2015-01-29 | 1 | -0/+25 |
| | |||||
* | Add getMountPoint to FileInfo | Robin Appelman | 2014-12-17 | 1 | -8/+8 |
| | |||||
* | Replace deprecated constant with new class constant | Joas Schilling | 2014-11-25 | 1 | -7/+7 |
| | |||||
* | Make remaining files extend the test base | Joas Schilling | 2014-11-19 | 1 | -1/+1 |
| | |||||
* | WebDAV now throws 403 when deletion did not work | Vincent Petry | 2014-09-22 | 1 | -0/+63 |
| | | | | | | | | 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 |
| | |||||
* | Upload abortion is now detected within the OC_Connector_Sabre_File::put() | Thomas Müller | 2014-07-08 | 1 | -5/+46 |
| | | | | | | OC_Connector_Sabre_AbortedUploadDetectionPlugin is pointless Adding unit test testUploadAbort() | ||||
* | Upgrade SabreDAV to 1.8.10 | Thomas Müller | 2014-06-04 | 1 | -4/+4 |
| | | | | Updating SabreDAV namespaces | ||||
* | remove outdated test | Robin Appelman | 2014-04-25 | 1 | -18/+0 |
| | |||||
* | Update unit tests to use the new injection | Robin Appelman | 2014-03-03 | 1 | -14/+67 |
| | |||||
* | 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 | 1 | -0/+40 |
| | | | | | | | - 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 | 1 | -0/+7 |
| | |||||
* | adding test testSimplePutFailsOnRename() | Thomas Müller | 2013-09-30 | 1 | -0/+14 |
| | |||||
* | 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 |